Package com.aparapi.internal.model
Class ClassModel.AttributePool.BootstrapMethodsEntry
java.lang.Object
com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
com.aparapi.internal.model.ClassModel.AttributePool.BootstrapMethodsEntry
- Enclosing class:
ClassModel.AttributePool
class ClassModel.AttributePool.BootstrapMethodsEntry
extends ClassModel.AttributePool.AttributePoolEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod[]
private int
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapMethodsEntry
(org.apache.bcel.classfile.BootstrapMethod[] methods, int _nameIndex, int _length) -
Method Summary
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
Field Details
-
numBootstrapMethods
private int numBootstrapMethods -
bootstrapMethods
ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod[] bootstrapMethods
-
-
Constructor Details
-
BootstrapMethodsEntry
BootstrapMethodsEntry(org.apache.bcel.classfile.BootstrapMethod[] methods, int _nameIndex, int _length)
-
-
Method Details
-
getNumBootstrapMethods
int getNumBootstrapMethods()
-