Class DebuggerExpression.RuntimeState

java.lang.Object
editor.debugger.DebuggerExpression.RuntimeState
Enclosing class:
DebuggerExpression

private static class DebuggerExpression.RuntimeState extends Object
  • Field Details

    • _codeRunnerClass

      private com.sun.jdi.ClassType _codeRunnerClass
    • _runMeSomeCodeMethod

      private com.sun.jdi.Method _runMeSomeCodeMethod
    • _classTypes

      private Map<String,com.sun.jdi.ReferenceType> _classTypes
  • Constructor Details

    • RuntimeState

      private RuntimeState()
  • Method Details

    • getCodeRunnerClass

      public com.sun.jdi.ClassType getCodeRunnerClass(com.sun.jdi.VirtualMachine vm)
    • getRunMeSomeCodeMethod

      public com.sun.jdi.Method getRunMeSomeCodeMethod()
    • getClassType

      public com.sun.jdi.ClassType getClassType(com.sun.jdi.VirtualMachine vm, String name)
    • getArrayType

      public com.sun.jdi.ArrayType getArrayType(com.sun.jdi.VirtualMachine vm, String name)
    • getType

      private com.sun.jdi.ReferenceType getType(com.sun.jdi.VirtualMachine vm, String name)