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

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

public class LocalVariableTypeTableEntry
extends ClassFileStruct

Default implementation of ILocalVariableTypeTableEntry


Constructor Summary
LocalVariableTypeTableEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)
          Constructor for LocalVariableTypeTableEntry.
 
Method Summary
 int getIndex()
           
 int getLength()
           
 char[] getName()
           
 int getNameIndex()
           
 char[] getSignature()
           
 int getSignatureIndex()
           
 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

LocalVariableTypeTableEntry

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

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

getStartPC

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

getLength

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

getNameIndex

public int getNameIndex()
See Also:
ILocalVariableTypeTableEntry#getNameIndex()

getSignatureIndex

public int getSignatureIndex()
See Also:
ILocalVariableTypeTableEntry#getSignatureIndex()

getIndex

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

getName

public char[] getName()
See Also:
ILocalVariableTypeTableEntry#getName()

getSignature

public char[] getSignature()
See Also:
ILocalVariableTypeTableEntry#getSignature()