Package com.adobe.xfa.formcalc
-
Interface Summary Interface Description DebugHost Class DebugHost defines the interface by which theCalcParser
(FormCalc scripting engine) can interact with a debugger host.DisplayHost Class DisplayHost defines the interface by which theCalcParser
(FormCalc scripting engine) can display message boxes in some display host, in response to a MessageBox calc.ProtocolHost Class ProtocolHost defines the interface by which theCalcParser
(FormCalc scripting engine) can access a protocol host whenever it needs to get/put/post url datas.ScriptHost Class ScriptHost defines the interface by which theCalcParser
(FormCalc scripting engine) can access a script host whenever it needs to resolve scripting object model (SOM) references. -
Class Summary Class Description CalcSymbol Class CalcSymbol defines objects which are the typed-values used by theCalcParser
(FormCalc scripting engine).Frame Class Frame defines the runtime frame table (stack)FrameTable Class FrameTable defines the runtime frame table (stack) that's used by the FormCalc scripting engine, when invoking user-defined functions.Instruction The class Instruction defines all the instructions that the FormCalc virtual machine is capable of executing, as a collection of static methods.Stack Class Stack defines the runtime stack that's used by the FormCalc scripting engine.SymbolTable Class SymbolTable defines the symbol table used by the FormCalc scripting engine. -
Exception Summary Exception Description CalcException Class CalcException defines the exception objects used by theCalcParser
(FormCalc scripting engine).