public interface Evaluator
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
default void |
close()
default close session does nothing
|
java.lang.Object |
eval(java.lang.String expression)
Evaluate an expression tagged for this processor.
|
void |
init(EvaluationContext context)
Initialize evalution session
|
void init(EvaluationContext context)
java.lang.Object eval(java.lang.String expression)
null
is legal during
processing but will eventually be removed from the properties set.default void close()
close
in interface java.lang.AutoCloseable