|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
public class LocalVariableTypeTableEntry
Default implementation of ILocalVariableTypeTableEntry
| Constructor Summary | |
|---|---|
LocalVariableTypeTableEntry(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for LocalVariableTypeTableEntry. |
|
| Method Summary | |
|---|---|
int |
getIndex()
Answer back the index of this entry as specified in the JVM specifications. |
int |
getLength()
Answer back the length of this entry as specified in the JVM specifications. |
char[] |
getName()
Answer back the name of this entry as specified in the JVM specifications. |
int |
getNameIndex()
Answer back the name index in the constant pool of this entry as specified in the JVM specifications. |
char[] |
getSignature()
Answer back the signature of this entry as specified in the JVM specifications. |
int |
getSignatureIndex()
Answer back the signature index in the constant pool of this entry as specified in the JVM specifications. |
int |
getStartPC()
Answer back the start pc of this entry as specified in the JVM specifications. |
| 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 |
|---|
public LocalVariableTypeTableEntry(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset -
ClassFormatException| Method Detail |
|---|
public int getStartPC()
ILocalVariableTypeTableEntry
getStartPC in interface ILocalVariableTypeTableEntryILocalVariableTypeTableEntry.getStartPC()public int getLength()
ILocalVariableTypeTableEntry
getLength in interface ILocalVariableTypeTableEntryILocalVariableTypeTableEntry.getLength()public int getNameIndex()
ILocalVariableTypeTableEntry
getNameIndex in interface ILocalVariableTypeTableEntryILocalVariableTypeTableEntry.getNameIndex()public int getSignatureIndex()
ILocalVariableTypeTableEntry
getSignatureIndex in interface ILocalVariableTypeTableEntryILocalVariableTypeTableEntry.getSignatureIndex()public int getIndex()
ILocalVariableTypeTableEntry
getIndex in interface ILocalVariableTypeTableEntryILocalVariableTypeTableEntry.getIndex()public char[] getName()
ILocalVariableTypeTableEntry
getName in interface ILocalVariableTypeTableEntryILocalVariableTypeTableEntry.getName()public char[] getSignature()
ILocalVariableTypeTableEntry
getSignature in interface ILocalVariableTypeTableEntryILocalVariableTypeTableEntry.getSignature()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||