org.aspectj.org.eclipse.jdt.internal.core.util
Class BootstrapMethodsEntry

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
      extended by org.aspectj.org.eclipse.jdt.internal.core.util.BootstrapMethodsEntry
All Implemented Interfaces:
IBootstrapMethodsEntry

public class BootstrapMethodsEntry
extends ClassFileStruct
implements IBootstrapMethodsEntry

Default implementation of IBootstrapMethodsEntry


Constructor Summary
BootstrapMethodsEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)
           
 
Method Summary
 int[] getBootstrapArguments()
           
 int getBootstrapMethodReference()
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapMethodsEntry

public BootstrapMethodsEntry(byte[] classFileBytes,
                             IConstantPool constantPool,
                             int offset)
                      throws ClassFormatException
Throws:
ClassFormatException
Method Detail

getBootstrapArguments

public int[] getBootstrapArguments()
Specified by:
getBootstrapArguments in interface IBootstrapMethodsEntry
See Also:
IBootstrapMethodsEntry.getBootstrapArguments()

getBootstrapMethodReference

public int getBootstrapMethodReference()
Specified by:
getBootstrapMethodReference in interface IBootstrapMethodsEntry
See Also:
IBootstrapMethodsEntry.getBootstrapMethodReference()