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;Jas4pp 1.5 © Java Analysis Studio for Particle Physics