| Package | system.evaluators |
| Interface | public interface Evaluable |
| Implementors | ColorEvaluator, DateEvaluator, EdenEvaluator, Lang, MathEvaluator, MultiEvaluator, PropertyEvaluator, ReferenceEvaluator, RomanEvaluator, TypeEvaluator |
It's not necessary a parser, but the most common cases would be a string being evaluated to an object structure.
Note: eval always take one and only one argument, if you need to configure the evaluator pass different arguments in the constructor.
| Method | Defined By | ||
|---|---|---|---|
eval(o:*):*
Evaluates the specified object. | Evaluable | ||