@FunctionalInterface public interface Expression
Environment. Usually takes
parameters, that are also Expressions and have to be evaluated first.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Environment env)
Evaluate this expression.
|
java.lang.Object evaluate(Environment env)
env - The environmentList, String or any
primitive type or wrapper classes of a primitive type.