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.AttributePoolgetAttributePool()intgetLength()java.lang.StringgetName()intgetNameIndex()
-
-
-
Method Detail
-
getAttributePool
public ClassModel.AttributePool getAttributePool()
-
getLength
public int getLength()
-
getName
public java.lang.String getName()
-
getNameIndex
public int getNameIndex()
-
-