Package com.adobe.xfa.formcalc
Class FrameTable
- java.lang.Object
 - 
- com.adobe.xfa.formcalc.FrameTable
 
 
- 
public final class FrameTable extends java.lang.ObjectClass FrameTable defines the runtime frame table (stack) that's used by the FormCalc scripting engine, when invoking user-defined functions. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDepth()Get this object's frame stack depth.java.lang.StringgetStackTrace(Stack oStack)Return a string representing the current function call stack.Framepeek()Peek at the frame on top of this FrameTable object. 
 - 
 
- 
- 
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 java.lang.String getStackTrace(Stack oStack)
Return a string representing the current function call stack. 
 - 
 
 -