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> Taccept(ExpressionVisitor<T> expressionVisitor) intgetArity()booleantoString()
-
Constructor Details
-
FunctionCallExpression
-
-
Method Details
-
accept
- Specified by:
acceptin classExpression
-
getArity
public int getArity() -
getFunctionName
-
getParameterExpressions
-
hasNestedFunctions
public boolean hasNestedFunctions() -
toString
-