public abstract class BaseExpression extends Object implements Expression
| 构造器和说明 |
|---|
BaseExpression(List<String> varNames) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
execute()
Execute expression with empty environment
|
List<String> |
getVariableNames()
Returns this expression's all variable names in order when using
AviatorEvaluator.EVAL mode,else returns empty set
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic Object execute()
Expressionexecute 在接口中 Expressionpublic List<String> getVariableNames()
ExpressiongetVariableNames 在接口中 ExpressionAviatorEvaluator.EVALCopyright © 2017. All Rights Reserved.