Class BootstrapMethods.BootstrapMethod
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.BootstrapMethods.BootstrapMethod
-
- Enclosing class:
- BootstrapMethods
public static class BootstrapMethods.BootstrapMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description BootstrapMethod(int bootstrapMethodRef, int[] bootstrapArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(DataOutputStream file)int[]getBootstrapArguments()intgetBootstrapMethodRef()intgetLength()
-
-
-
Method Detail
-
getBootstrapMethodRef
public int getBootstrapMethodRef()
-
getBootstrapArguments
public int[] getBootstrapArguments()
-
dump
public final void dump(DataOutputStream file) throws IOException
- Throws:
IOException
-
getLength
public final int getLength()
-
-