Package com.adobe.xfa.formcalc
Class FrameTable
java.lang.Object
com.adobe.xfa.formcalc.FrameTable
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 Summary
-
Method Details
-
getDepth
public int getDepth()Get this object's frame stack depth.- Returns:
- the current frame table stack depth.
-
peek
Peek at the frame on top of this FrameTable object.- Returns:
- the frame on top of FrameTable.
-
getStackTrace
Return a string representing the current function call stack.
-