Class ClassModel.AttributePool.AttributePoolEntry

java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
Direct Known Subclasses:
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.SyntheticEntry
Enclosing class:
ClassModel.AttributePool

public abstract class ClassModel.AttributePool.AttributePoolEntry extends Object
  • Constructor Details

    • AttributePoolEntry

      public AttributePoolEntry(int _nameIndex, int _length)
  • Method Details

    • getAttributePool

      public ClassModel.AttributePool getAttributePool()
    • getLength

      public int getLength()
    • getName

      public String getName()
    • getNameIndex

      public int getNameIndex()