|
org.netbeans.api.debugger.jpda/2 2.27.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.debugger.jpda.Evaluator.Result
public static final class Evaluator.Result
Evaluation result.
Depending on the APIs used by the evaluation, result is either
a Variable or Value.
| Constructor Summary | |
|---|---|
Evaluator.Result(com.sun.jdi.Value v)
Create result from Value. |
|
Evaluator.Result(Variable var)
Create result from Variable. |
|
| Method Summary | |
|---|---|
com.sun.jdi.Value |
getValue()
Get the result value |
Variable |
getVariable()
Get the result variable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Evaluator.Result(Variable var)
Variable.
var - result variablepublic Evaluator.Result(com.sun.jdi.Value v)
Value.
v - result value| Method Detail |
|---|
public Variable getVariable()
null.public com.sun.jdi.Value getValue()
null.
|
org.netbeans.api.debugger.jpda/2 2.27.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||