public interface Variable
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.
Modifier and Type | Method and Description |
---|---|
Object |
createMirrorObject()
Create an object in this JVM, which mirrors the value of this variable in
the target JVM.
|
String |
getType()
Type of this instance.
|
String |
getValue()
Text representation of current value of "this" variable.
|
String getType()
String getValue()
Object createMirrorObject()
null
when a mirror object can not be created.