Class BootstrapMethod
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.BootstrapMethod
-
public class BootstrapMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int[]
bootstrapArguments
protected int
bootstrapMethodRef
-
Constructor Summary
Constructors Constructor Description BootstrapMethod(int bootstrapMethodRef, int[] bootstrapArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getBootstrapArguments()
int
getBootstrapMethodRef()
-