org.aspectj.apache.bcel.classfile
Class BootstrapMethods.BootstrapMethod

java.lang.Object
  extended by org.aspectj.apache.bcel.classfile.BootstrapMethods.BootstrapMethod
Enclosing class:
BootstrapMethods

public static class BootstrapMethods.BootstrapMethod
extends java.lang.Object


Constructor Summary
BootstrapMethods.BootstrapMethod(int bootstrapMethodRef, int[] bootstrapArguments)
           
 
Method Summary
 void dump(java.io.DataOutputStream file)
           
 int[] getBootstrapArguments()
           
 int getBootstrapMethodRef()
           
 int getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapMethods.BootstrapMethod

public BootstrapMethods.BootstrapMethod(int bootstrapMethodRef,
                                        int[] bootstrapArguments)
Method Detail

getBootstrapMethodRef

public int getBootstrapMethodRef()

getBootstrapArguments

public int[] getBootstrapArguments()

dump

public final void dump(java.io.DataOutputStream file)
                throws java.io.IOException
Throws:
java.io.IOException

getLength

public final int getLength()