Package editor.debugger
Class DebuggerExpression
- java.lang.Object
-
- editor.debugger.DebuggerExpression
-
public class DebuggerExpression extends Object
-
-
Constructor Summary
Constructors Constructor Description DebuggerExpression(String expr, String strClassContext, String strContextElementClass, int iContextLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueboxIfPrimitive(editor.debugger.DebuggerExpression.RuntimeState runtimeState, ThreadReference suspendedThread, Value value)Valueevaluate(Debugger debugger)ValueunboxIfBoxed(editor.debugger.DebuggerExpression.RuntimeState runtimeState, ThreadReference suspendedThread, Value value)
-
-
-
Method Detail
-
evaluate
public Value evaluate(Debugger debugger) throws InvocationException
- Throws:
InvocationException
-
boxIfPrimitive
public Value boxIfPrimitive(editor.debugger.DebuggerExpression.RuntimeState runtimeState, ThreadReference suspendedThread, Value value)
-
unboxIfBoxed
public Value unboxIfBoxed(editor.debugger.DebuggerExpression.RuntimeState runtimeState, ThreadReference suspendedThread, Value value)
-
-