public class FunctionExpression extends Expression
| Constructor and Description |
|---|
FunctionExpression(Command command) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doEvaluation(ScriptContext scriptContext) |
static Object |
evaluateFunction(Command command,
ScriptContext context) |
static Evaluator |
getEvaluator(String name) |
String |
toString() |
_evaluate, and2, asBoolean, booleanEquals, booleanNotEquals, divide, evaluate, evaluateAsBoolean, evaluateAsDouble, evaluateAsInteger, evaluateAsList, evaluateAsString, evaluateAsVector, greaterOrEqualThan, greaterThan, lowerOrEqualThan, lowerThan, minus, modulo, neg, or2, plus, timespublic FunctionExpression(Command command)
protected Object doEvaluation(ScriptContext scriptContext)
doEvaluation in class Expressionpublic static Object evaluateFunction(Command command, ScriptContext context)
Copyright © 2018. All rights reserved.