| 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 |
|---|---|
StringNode |
IParserFactory.createString(StringBuffer buffer)
Create a string node from the scanned double quoted string
|
| Modifier and Type | Method and Description |
|---|---|
Complex |
ComplexEvalVisitor.visit(StringNode node) |
| Modifier and Type | Method and Description |
|---|---|
DATA |
AbstractASTVisitor.visit(StringNode node) |
DATA |
IASTVisitor.visit(StringNode node) |
| Modifier and Type | Method and Description |
|---|---|
StringNode |
ASTNodeFactory.createString(StringBuffer buffer) |
Copyright © 2015. All rights reserved.