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 Classes Modifier and Type Class Description (package private) class
ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod
-
Field Summary
Fields Modifier and Type Field Description (package private) ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod[]
bootstrapMethods
private int
numBootstrapMethods
-
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
-
Constructor Summary
Constructors Constructor Description BootstrapMethodsEntry(org.apache.bcel.classfile.BootstrapMethod[] methods, int _nameIndex, int _length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getNumBootstrapMethods()
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
-
-
-
Field Detail
-
numBootstrapMethods
private int numBootstrapMethods
-
bootstrapMethods
ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod[] bootstrapMethods
-
-