Class Dim.ContextData

  • Enclosing class:
    Dim

    public static class Dim.ContextData
    extends java.lang.Object
    Class to store information about a stack.
    • Constructor Detail

      • ContextData

        public ContextData()
    • Method Detail

      • frameCount

        public int frameCount()
        Returns the number of stack frames.
      • getFrame

        public Dim.StackFrame getFrame​(int frameNumber)
        Returns the stack frame with the given index.