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
public abstract class ClassModel.AttributePool.AttributePoolEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributePoolEntry(int _nameIndex, int _length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassModel.AttributePool
getAttributePool()
int
getLength()
java.lang.String
getName()
int
getNameIndex()
-
-
-
Method Detail
-
getAttributePool
public ClassModel.AttributePool getAttributePool()
-
getLength
public int getLength()
-
getName
public java.lang.String getName()
-
getNameIndex
public int getNameIndex()
-
-