org.eclipse.jdt.internal.core.util
Class LocalVariableTypeTableEntry
java.lang.Object
org.eclipse.jdt.internal.core.util.ClassFileStruct
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalVariableTypeTableEntry
public LocalVariableTypeTableEntry(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
- Constructor for LocalVariableTypeTableEntry.
- Parameters:
classFileBytes - constantPool - offset -
- Throws:
ClassFormatException
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()