public class FunctionExpression extends UnaryOperatorExpression
| Constructor and Description |
|---|
FunctionExpression() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName() |
Type |
getReturnType()
Gets the return type of the expression.
|
ValueObject |
getValue()
Executes and returns the value of this expression.
|
void |
initialize(ExpressionContext expressionContext,
Object parameters,
boolean validate)
Initializes the operand expression.
|
accept, getOperandExpression, toString, uninitializepublic ValueObject getValue() throws ExpressionEngineException
ExpressionExpressionEngineException - if there is any problem during executionorg.vedantatree.expressionoasis.expressions.Expression#getValue(java.lang.Object)public Type getReturnType() throws ExpressionEngineException
ExpressiongetReturnType in interface ExpressiongetReturnType in class UnaryOperatorExpressionExpressionEngineException - If there is any problem during executionExpression.getReturnType()public void initialize(ExpressionContext expressionContext, Object parameters, boolean validate) throws ExpressionEngineException
UnaryOperatorExpressioninitialize in interface Expressioninitialize in class UnaryOperatorExpressionexpressionContext - contextual information, may help in
initializationparameters - for example, sub expressions and identifiersExpressionEngineException - if there is any problem during executionorg.vedantatree.expressionoasis.expressions.Expression#initialize(org.vedantatree.expressionoasis.ExpressionContext,
java.lang.Object)public String getFunctionName()