Package | Description |
---|---|
org.scijava.parsington | |
org.scijava.parsington.eval |
Modifier and Type | Method and Description |
---|---|
SyntaxTree |
SyntaxTree.child(int index) |
SyntaxTree |
ExpressionParser.parseTree(String expression)
Parses the given mathematical expression into a syntax tree.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SyntaxTree> |
SyntaxTree.iterator() |
Modifier and Type | Method and Description |
---|---|
Object |
Evaluator.evaluate(SyntaxTree syntaxTree)
Evaluates the given syntax tree, returning the result.
|
Object |
AbstractEvaluator.evaluate(SyntaxTree syntaxTree) |
Copyright © 2015–2022 SciJava. All rights reserved.