public static final class Evaluator.Result extends Object
Variable
or Value
.Constructor and Description |
---|
Result(com.sun.jdi.Value v)
Create result from
Value . |
Result(Variable var)
Create result from
Variable . |
Modifier and Type | Method and Description |
---|---|
com.sun.jdi.Value |
getValue()
Get the result value
|
Variable |
getVariable()
Get the result variable
|
public Result(com.sun.jdi.Value v)
Value
.v
- result valuepublic Variable getVariable()
null
.public com.sun.jdi.Value getValue()
null
.