ArgDescriptor |
A class describing a function argument.
|
ArgType |
An enum specifying a function argument type.
|
CodeAndSourceLocation |
Encapsulates compiled code with the location in the original source equation.
|
Equation |
The class representing an equation.
|
EquationCompiler |
Compiler that compiles equations to byte (non-Java) code.
|
EquationParser |
Parser for a string representing an equation.
|
Function |
The basic description of a Function.
|
FunctionError |
A class describing an error in a function.
|
IdentDescriptor |
Used to hold a current value for an equation's variable reference.
|
TreeNode |
The interface for a node within the Equation parse tree.
|