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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod.BootstrapArgument[]
(package private) int
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bootstrapMethodRef
int bootstrapMethodRef -
numBootstrapArguments
int numBootstrapArguments -
bootstrapArguments
ClassModel.AttributePool.BootstrapMethodsEntry.BootstrapMethod.BootstrapArgument[] bootstrapArguments
-
-
Constructor Details
-
BootstrapMethod
public BootstrapMethod(org.apache.bcel.classfile.BootstrapMethod m)
-