Package editor.debugger
Class DebuggerExpression
java.lang.Object
editor.debugger.DebuggerExpression
-
Constructor Summary
ConstructorsConstructorDescriptionDebuggerExpression(String expr, String strClassContext, String strContextElementClass, int iContextLocation) -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.jdi.ValueboxIfPrimitive(editor.debugger.DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.Value value) com.sun.jdi.Valuecom.sun.jdi.ValueunboxIfBoxed(editor.debugger.DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.Value value)
-
Constructor Details
-
DebuggerExpression
-
-
Method Details
-
evaluate
- 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)
-