Interface FunctionCallOperator
- All Superinterfaces:
Expression,Serializable
- All Known Implementing Classes:
ImmutableFunctionCallOperator
-
Method Summary
Modifier and TypeMethodDescriptiondefault Objecteval(EvalContext evalContext) getArgs()default Set<EventMatcher>
-
Method Details
-
getValueType
- Specified by:
getValueTypein interfaceExpression
-
getFunctionName
String getFunctionName() -
getArgs
List<Expression> getArgs() -
eval
- Specified by:
evalin interfaceExpression
-
getEvalRequiredConditions
- Specified by:
getEvalRequiredConditionsin interfaceExpression
-