|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.classfile.LocalVariableTableEntry
public final class LocalVariableTableEntry
An entry in the local variable table of a method's code attribute.
Method Summary | |
---|---|
String |
getDescription()
Returns the signature (type) of this variable. |
int |
getIndex()
Returns the variable's index into the local variable array for the current stack frame. |
int |
getLength()
Returns the length of the range of code bytes where this variable is valid. |
String |
getName()
Returns the name of this variable. |
int |
getStartPC()
Returns the first byte code offset where this variable is valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final int getStartPC()
public final int getLength()
public final String getName()
public final String getDescription()
public final int getIndex()
|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |