See: Description
Interface | Description |
---|---|
IExprParserFactory |
Factory for creating the ASTNodes from the parser
|
Class | Description |
---|---|
AbstractExprOperator | |
DivideExprOperator | |
ExprParser |
Create an expression of the
ASTNode class-hierarchy from a math
formulas string representation
See
Operator
-precedence parser for the idea, how to parse the operators depending on
their precedence. |
ExprParserFactory | |
ExprScanner | |
InfixExprOperator | |
PostfixExprOperator | |
PrefixExprOperator | |
PreMinusExprOperator | |
PrePlusExprOperator | |
SubtractExprOperator |
Provides the parsers operator classes for IExpr expressions (i.e. for binary, prefix and postfix Operators).