| Interface | Description |
|---|---|
| EvaluatorI | |
| Node | |
| ParserConstants | |
| ParserTreeConstants | |
| ParserVisitor |
| Class | Description |
|---|---|
| ASTConstant |
Constant Node
|
| ASTFunNode |
Function Node
|
| ASTStart |
Start Node
|
| ASTVarNode |
Variable Node
|
| EvaluatorVisitor |
This class is used for the evaluation of an expression.
|
| FunctionTable | |
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| JEP |
The JEP class is the main interface with which the user should
interact.
|
| Operator |
A class containing information about an operator.
|
| OperatorSet |
The standard set of operators used in JEP.
|
| Parser | |
| ParserDumpVisitor | |
| ParserTokenManager | |
| SimpleNode | |
| SymbolTable |
A Hashtable which holds a list of all variables.
|
| Token |
Describes the input token stream.
|
| Variable |
Information about a variable.
|
| VariableFactory |
A factory class which is used to create variables.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Copyright © 2018. All rights reserved.