Package com.aparapi.internal.model
Class ClassModel.AttributePool.SourceFileEntry
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- com.aparapi.internal.model.ClassModel.AttributePool.SourceFileEntry
-
- Enclosing class:
- ClassModel.AttributePool
public class ClassModel.AttributePool.SourceFileEntry extends ClassModel.AttributePool.AttributePoolEntry
-
-
Field Summary
Fields Modifier and Type Field Description private int
sourceFileIndex
-
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
-
Constructor Summary
Constructors Constructor Description SourceFileEntry(int _nameIndex, int _length, int _sourceFileIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSourceFileIndex()
java.lang.String
getSourceFileName()
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
-