org.eclipse.jdt.internal.core.util
Class LocalVariableReferenceInfo

java.lang.Object
  extended by org.eclipse.jdt.internal.core.util.ClassFileStruct
      extended by org.eclipse.jdt.internal.core.util.LocalVariableReferenceInfo

public class LocalVariableReferenceInfo
extends ClassFileStruct


Constructor Summary
LocalVariableReferenceInfo(byte[] classFileBytes, IConstantPool constantPool, int offset)
          Constructor for LocalVariableTableEntry.
 
Method Summary
 int getIndex()
           
 int getLength()
           
 int getStartPC()
           
 
Methods inherited from class 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

LocalVariableReferenceInfo

public LocalVariableReferenceInfo(byte[] classFileBytes,
                                  IConstantPool constantPool,
                                  int offset)
                           throws ClassFormatException
Constructor for LocalVariableTableEntry.

Parameters:
classFileBytes -
constantPool -
offset -
Throws:
ClassFormatException
Method Detail

getStartPC

public int getStartPC()
See Also:
ILocalVariableReferenceInfo#getStartPC()

getLength

public int getLength()
See Also:
ILocalVariableReferenceInfo#getLength()

getIndex

public int getIndex()
See Also:
ILocalVariableReferenceInfo#getIndex()