public interface StandardTreeEvaluator extends StandardEvaluator, TreeEvaluator
| Modifier and Type | Method and Description |
|---|---|
default Object |
execute(Operator op,
SyntaxTree tree)
Executes an
operation on the specified syntax tree's children. |
add, addAssign, andAssign, assign, bitwiseAnd, bitwiseOr, braces, brackets, colon, complement, div, divAssign, dot, dotDiv, dotDivAssign, dotMul, dotPow, dotPowAssign, dotRightDiv, dotRightDivAssign, dotTranspose, equal, execute, function, greaterThan, greaterThanOrEqual, instanceOf, leftShift, leftShiftAssign, lessThan, lessThanOrEqual, logicalAnd, logicalOr, mod, modAssign, mul, mulAssign, neg, not, notEqual, orAssign, parens, pos, postDec, postInc, pow, powAssign, preDec, preInc, question, rightDiv, rightDivAssign, rightShift, rightShiftAssign, sub, subAssign, transpose, unsignedRightShift, unsignedRightShiftAssignevaluate, evaluate, evaluatedefault Object execute(Operator op, SyntaxTree tree)
TreeEvaluatoroperation on the specified syntax tree's children.execute in interface TreeEvaluatorop - The operator to execute.tree - The syntax tree containing the arguments to pass.Copyright © 2015–2021 SciJava. All rights reserved.