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