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 com.sun.jdi.Value
boxIfPrimitive(editor.debugger.DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.Value value)
com.sun.jdi.Value
evaluate(Debugger debugger)
com.sun.jdi.Value
unboxIfBoxed(editor.debugger.DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.Value value)
-
-
-
Method Detail
-
evaluate
public com.sun.jdi.Value evaluate(Debugger debugger) throws com.sun.jdi.InvocationException
- Throws:
com.sun.jdi.InvocationException
-
boxIfPrimitive
public com.sun.jdi.Value boxIfPrimitive(editor.debugger.DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.Value value)
-
unboxIfBoxed
public com.sun.jdi.Value unboxIfBoxed(editor.debugger.DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.Value value)
-
-