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>
-
Field Summary
FieldsFields inherited from class ClassModel.AttributePool.AttributePoolEntry
length, nameIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndexMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
pool
-
-
Constructor Details
-
PoolEntry
public PoolEntry(int _nameIndex, int _length)
-
-
Method Details
-
getPool
-
iterator
-