public interface TreeEvaluator extends Evaluator
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Operator op,
SyntaxTree tree)
Executes the given
operation on the specified
syntax tree's children. |
Object execute(Operator op, SyntaxTree tree)
operation on the specified
syntax tree's children.Copyright © 2015–2021 SciJava. All rights reserved.