Package com.adobe.xfa.formcalc


package com.adobe.xfa.formcalc
  • Class
    Description
    Class CalcException defines the exception objects used by the CalcParser (FormCalc scripting engine).
    Class CalcSymbol defines objects which are the typed-values used by the CalcParser (FormCalc scripting engine).
    Class DebugHost defines the interface by which the CalcParser (FormCalc scripting engine) can interact with a debugger host.
    Class DisplayHost defines the interface by which the CalcParser (FormCalc scripting engine) can display message boxes in some display host, in response to a MessageBox calc.
    Class Frame defines the runtime frame table (stack)
    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.
    The class Instruction defines all the instructions that the FormCalc virtual machine is capable of executing, as a collection of static methods.
    Class ProtocolHost defines the interface by which the CalcParser (FormCalc scripting engine) can access a protocol host whenever it needs to get/put/post url datas.
    Class ScriptHost defines the interface by which the CalcParser (FormCalc scripting engine) can access a script host whenever it needs to resolve scripting object model (SOM) references.
    Class Stack defines the runtime stack that's used by the invalid input: '<'a href=CalcParser.html">FormCalc scripting engine.
    Class SymbolTable defines the symbol table used by the invalid input: '<'a href=CalcParser.html">FormCalc scripting engine.