Package com.aparapi.internal.model
Class ClassModel.AttributePool.LineNumberTableEntry
java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry<ClassModel.AttributePool.LineNumberTableEntry.StartLineNumberPair>
com.aparapi.internal.model.ClassModel.AttributePool.LineNumberTableEntry
- All Implemented Interfaces:
Iterable<ClassModel.AttributePool.LineNumberTableEntry.StartLineNumberPair>
- Enclosing class:
ClassModel.AttributePool
public class ClassModel.AttributePool.LineNumberTableEntry
extends ClassModel.AttributePool.PoolEntry<ClassModel.AttributePool.LineNumberTableEntry.StartLineNumberPair>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass -
Field Summary
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex -
Constructor Summary
ConstructorsConstructorDescriptionLineNumberTableEntry(org.apache.bcel.classfile.LineNumber[] linums, int _nameIndex, int _length) -
Method Summary
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry
getPool, iteratorMethods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LineNumberTableEntry
public LineNumberTableEntry(org.apache.bcel.classfile.LineNumber[] linums, int _nameIndex, int _length)
-
-
Method Details
-
getSourceLineNumber
public int getSourceLineNumber(int _start, boolean _exact)
-