Package com.aparapi.internal.model
Class ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod
-
- Enclosing class:
- ClassModel.AttributePool.BootstrapMethodsEntry
class ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod.BootstrapArgument
-
Field Summary
Fields Modifier and Type Field Description (package private) ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod.BootstrapArgument[]
bootstrapArguments
(package private) int
bootstrapMethodRef
(package private) int
numBootstrapArguments
-
Constructor Summary
Constructors Constructor Description BootstrapMethod(org.apache.bcel.classfile.BootstrapMethod m)
-
-
-
Field Detail
-
bootstrapMethodRef
int bootstrapMethodRef
-
numBootstrapArguments
int numBootstrapArguments
-
bootstrapArguments
ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod.BootstrapArgument[] bootstrapArguments
-
-