Class FunctionCallExpression
java.lang.Object
com.liferay.dynamic.data.mapping.expression.model.Expression
com.liferay.dynamic.data.mapping.expression.model.FunctionCallExpression
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionCallExpression
(String functionName, List<Expression> parameterExpressions) -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(ExpressionVisitor<T> expressionVisitor) int
getArity()
boolean
toString()
-
Constructor Details
-
FunctionCallExpression
-
-
Method Details
-
accept
- Specified by:
accept
in classExpression
-
getArity
public int getArity() -
getFunctionName
-
getParameterExpressions
-
hasNestedFunctions
public boolean hasNestedFunctions() -
toString
-