|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaVariable
Representation of a Java Variable
This is an experimental addition and may be removed at a later date
Method Summary | |
---|---|
int |
getLength()
The number of bytes this variables scope covers over the bytecode. |
java.lang.String |
getName()
The name of the variable. |
java.lang.String |
getSignature()
The local variable's signature in JNI format. |
int |
getSlot()
The local variable slot this variable occupies. |
int |
getStart()
The start of the local variable's scope within the bytecode. |
java.lang.Object |
getValue()
The value of the variable |
Method Detail |
---|
java.lang.String getName() throws DataUnavailable
The name of the variable.
DataUnavailable
- if the information is not availablejava.lang.String getSignature()
The local variable's signature in JNI format.
int getStart()
The start of the local variable's scope within the bytecode.
int getLength()
The number of bytes this variables scope covers over the bytecode.
int getSlot()
The local variable slot this variable occupies. Passed to JavaStackFrame.getVariable() to retrieve the contents.
java.lang.Object getValue()
The value of the variable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |