| Package | Description |
|---|---|
| org.matheclipse.parser.client.ast |
Provides the implementations of the abstract syntax tree classes.
|
| 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.
|
| org.matheclipse.parser.client.operator |
Provides the operator classes (i.e. for binary, prefix and postfix Operators).
|
| Modifier and Type | Method and Description |
|---|---|
PatternNode |
IParserFactory.createPattern(SymbolNode patternName,
ASTNode check)
Create a pattern from the given symbol node
|
| Modifier and Type | Method and Description |
|---|---|
Complex |
ComplexEvalVisitor.visit(PatternNode node) |
| Modifier and Type | Method and Description |
|---|---|
DATA |
AbstractASTVisitor.visit(PatternNode node) |
DATA |
IASTVisitor.visit(PatternNode node) |
| Modifier and Type | Method and Description |
|---|---|
PatternNode |
ASTNodeFactory.createPattern(SymbolNode patternName,
ASTNode check) |
Copyright © 2015. All rights reserved.