Class FrameTable


  • public final class FrameTable
    extends Object
    Class FrameTable defines the runtime frame table (stack) that's used by the FormCalc scripting engine, when invoking user-defined functions.
    • Method Detail

      • getDepth

        public int getDepth()
        Get this object's frame stack depth.
        Returns:
        the current frame table stack depth.
      • peek

        public Frame peek()
        Peek at the frame on top of this FrameTable object.
        Returns:
        the frame on top of FrameTable.
      • getStackTrace

        public String getStackTrace​(Stack oStack)
        Return a string representing the current function call stack.