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:
java.lang.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 Classes Modifier and Type Class Description class
ClassModel.AttributePool.LineNumberTableEntry.StartLineNumberPair
-
Field Summary
-
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
-
Constructor Summary
Constructors Constructor Description LineNumberTableEntry(org.apache.bcel.classfile.LineNumber[] linums, int _nameIndex, int _length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSourceLineNumber(int _start, boolean _exact)
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry
getPool, iterator
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
-