public static class Expressions.FunctionCallExpression extends Expressions.TypedExpression
| Constructor and Description |
|---|
FunctionCallExpression(String function,
List<? extends Expression> params,
String... tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Value |
evaluate(Env env,
Object... args)
Evaluates the expression using the specified environment and
arguments.
|
int |
hashCode() |
Expression |
simplify(Env env)
Simplifies the expression using the specified environment.
|
String |
toString() |
getTags, getType, hasValue, setTagspublic FunctionCallExpression(String function, List<? extends Expression> params, String... tags)
public Expression simplify(Env env)
Expressionsimplify in interface Expressionsimplify in class Expressions.TypedExpressionenv - Environment to simplify with respect topublic Value evaluate(Env env, Object... args)
Expressionenv - Environmentargs - Argumentspublic boolean equals(Object o)
equals in class Expressions.TypedExpressionpublic int hashCode()
hashCode in class Expressions.TypedExpression