Class ClassModel.AttributePool.InnerClassesEntry
java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry<ClassModel.AttributePool.InnerClassesEntry.InnerClassInfo>
com.aparapi.internal.model.ClassModel.AttributePool.InnerClassesEntry
- All Implemented Interfaces:
Iterable<ClassModel.AttributePool.InnerClassesEntry.InnerClassInfo>
- Enclosing class:
ClassModel.AttributePool
public class ClassModel.AttributePool.InnerClassesEntry
extends ClassModel.AttributePool.PoolEntry<ClassModel.AttributePool.InnerClassesEntry.InnerClassInfo>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ClassModel.AttributePool.AttributePoolEntry
length, nameIndex -
Constructor Summary
ConstructorsConstructorDescriptionInnerClassesEntry(org.apache.bcel.classfile.InnerClass[] _innerClasses, int _nameIndex, int _length) -
Method Summary
Methods inherited from class ClassModel.AttributePool.PoolEntry
getPool, iteratorMethods 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
-
Constructor Details
-
InnerClassesEntry
public InnerClassesEntry(org.apache.bcel.classfile.InnerClass[] _innerClasses, int _nameIndex, int _length)
-