|
org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Variable
Represents some variable in debugged JVM.
Since JDI interfaces evolve from one version to another, it's strongly recommended not to implement this interface in client code. New methods can be added to this interface at any time to keep up with the JDI functionality.
LocalVariable
,
Field
,
This
,
Super
,
JPDAThread.getContendedMonitor()
,
JPDAThread.getOwnedMonitors()
Method Summary | |
---|---|
String |
getType()
Type of this instance. |
String |
getValue()
Text representation of current value of "this" variable. |
Method Detail |
---|
String getType()
String getValue()
|
org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |