Class ClassModel.AttributePool.PoolEntry<T>

java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry<T>
All Implemented Interfaces:
Iterable<T>
Direct Known Subclasses:
ClassModel.AttributePool.ExceptionEntry, ClassModel.AttributePool.InnerClassesEntry, ClassModel.AttributePool.LineNumberTableEntry, ClassModel.AttributePool.RealLocalVariableTableEntry, ClassModel.AttributePool.RuntimeAnnotationsEntry, ClassModel.AttributePool.RuntimeParameterAnnotationsEntry
Enclosing class:
ClassModel.AttributePool

public abstract class ClassModel.AttributePool.PoolEntry<T> extends ClassModel.AttributePool.AttributePoolEntry implements Iterable<T>
  • Constructor Details

    • PoolEntry

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