See: Description
| Interface | Description |
|---|---|
| IASTVisitor<DATA,DATA_VARIABLE,USER_DATA_TYPE> |
Visitor interface to run through an abstract syntax tree (AST) generated by
the parser.
|
| IEvaluator<DATA,DATA_VARIABLE> |
Interface for
java.lang.Object based evaluation engines
(typicaly implemented as IASTVisitors). |
| Class | Description |
|---|---|
| AbstractASTVisitor<DATA,DATA_VARIABLE,USER_DATA_TYPE> |
Abstract AST visitor with empty default method implementations.
|
| ObjectEvaluator<DATA,DATA_VARIABLE,USER_DATA_TYPE> |
Evaluates a given expression (as
String or
ASTNode) into a DATA object type. |
Interfaces for visiting and evaluating the nodes of an abstract syntax tree.
Copyright © 2015. All rights reserved.