|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
{{ #expr: ... }}
and
{{ #ifexpr: ... }}
parser template functions.
See:
Description
Interface Summary | |
---|---|
IParserFactory | Factory for creating the ASTNodes from the parser |
Class Summary | |
---|---|
ASTNode | The basic node for a parsed expression string |
FloatNode | A node for a parsed floating number string |
FractionNode | A node for a parsed fraction string |
FunctionNode | A list of ASTNode 's which represents a parsed function. |
IntegerNode | A node for a parsed integer string |
NumberNode | The basic node for a parsed expression string |
StringNode | A node for a parsed string (i.e. delimited by double quotes) |
SymbolNode | A node for a parsed symbol string (i.e. |
The abstract syntax tree classes for the {{ #expr: ... }}
and
{{ #ifexpr: ... }}
parser template functions.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |