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