Uses of Class
editor.debugger.DebuggerExpression.RuntimeState
-
Packages that use DebuggerExpression.RuntimeState Package Description editor.debugger -
-
Uses of DebuggerExpression.RuntimeState in editor.debugger
Fields in editor.debugger with type parameters of type DebuggerExpression.RuntimeState Modifier and Type Field Description private java.util.WeakHashMap<Debugger,DebuggerExpression.RuntimeState>DebuggerExpression. _runtimeStateMapMethods in editor.debugger that return DebuggerExpression.RuntimeState Modifier and Type Method Description private DebuggerExpression.RuntimeStateDebuggerExpression. getRuntimeState(Debugger debugger)Methods in editor.debugger with parameters of type DebuggerExpression.RuntimeState Modifier and Type Method Description com.sun.jdi.ValueDebuggerExpression. boxIfPrimitive(DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.Value value)private com.sun.jdi.ValueDebuggerExpression. convertToWrapper(DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.PrimitiveValue value, java.lang.String wrapperTypeName)private com.sun.jdi.ArrayReferenceDebuggerExpression. makeExternalsSymbolsForLocals(DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.VirtualMachine vm, Debugger debugger)private com.sun.jdi.ValueDebuggerExpression. unbox(DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.ObjectReference value, java.lang.String wrapperTypeName, java.lang.String strMethod)com.sun.jdi.ValueDebuggerExpression. unboxIfBoxed(DebuggerExpression.RuntimeState runtimeState, com.sun.jdi.ThreadReference suspendedThread, com.sun.jdi.Value value)
-