Package com.aparapi.internal.model
Class ClassModel.AttributePool.AttributePoolEntry
java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
- Direct Known Subclasses:
ClassModel.AttributePool.BootstrapMethodsEntry,ClassModel.AttributePool.CodeEntry,ClassModel.AttributePool.ConstantValueEntry,ClassModel.AttributePool.DeprecatedEntry,ClassModel.AttributePool.EnclosingMethodEntry,ClassModel.AttributePool.LocalVariableTypeTableEntry,ClassModel.AttributePool.OtherEntry,ClassModel.AttributePool.PoolEntry,ClassModel.AttributePool.SignatureEntry,ClassModel.AttributePool.SourceFileEntry,ClassModel.AttributePool.StackMapTableEntry,ClassModel.AttributePool.SyntheticEntry
- Enclosing class:
ClassModel.AttributePool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
length
protected int length -
nameIndex
protected int nameIndex
-
-
Constructor Details
-
AttributePoolEntry
public AttributePoolEntry(int _nameIndex, int _length)
-
-
Method Details
-
getAttributePool
-
getLength
public int getLength() -
getName
-
getNameIndex
public int getNameIndex()
-