Class BootstrapMethod
java.lang.Object
org.jd.core.v1.model.classfile.attribute.BootstrapMethod
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int[]
protected int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bootstrapMethodRef
protected int bootstrapMethodRef -
bootstrapArguments
protected int[] bootstrapArguments
-
-
Constructor Details
-
BootstrapMethod
public BootstrapMethod(int bootstrapMethodRef, int[] bootstrapArguments)
-
-
Method Details
-
getBootstrapMethodRef
public int getBootstrapMethodRef() -
getBootstrapArguments
public int[] getBootstrapArguments()
-