public interface EvaluatorI
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(Node node)
Evaluates a node and returns and object with the value of the node.
|
Object eval(Node node) throws ParseException
ParseException - if errors occur during evaluation;Copyright © 2018. All rights reserved.