public interface Expression
| Modifier and Type | Method and Description |
|---|---|
Object |
execute()
Execute expression with empty environment
|
Object |
execute(Map<String,Object> env)
Execute expression with environment
|
List<String> |
getVariableFullNames()
Returns this expression's all variable full names in order when using AviatorEvaluator.EVAL
mode,else returns empty set
|
List<String> |
getVariableNames()
Returns this expression's all variable names in order when using AviatorEvaluator.EVAL
mode,else returns empty set
|
Object execute(Map<String,Object> env)
env - Binding variable environmentObject execute()
List<String> getVariableNames()
AviatorEvaluator.EVALCopyright © 2019. All rights reserved.