Class DebugPanel.StackFrameRef

  • Enclosing class:
    DebugPanel

    public class DebugPanel.StackFrameRef
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _index  
    • Constructor Summary

      Constructors 
      Constructor Description
      StackFrameRef​(int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) com.sun.jdi.StackFrame getRef()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _index

        private final int _index
    • Constructor Detail

      • StackFrameRef

        StackFrameRef​(int index)
    • Method Detail

      • getRef

        com.sun.jdi.StackFrame getRef()