Class FrameTable

java.lang.Object
com.adobe.xfa.formcalc.FrameTable

public final class FrameTable extends Object
Class FrameTable defines the runtime frame table (stack) that's used by the invalid input: '<'a href=CalcParser.html">FormCalc scripting engine, when invoking user-defined functions.
  • Method Details

    • 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.