Interface MethodExpression
- All Superinterfaces:
Expression
Represents a method expression in the expression tree
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface com.liferay.portal.odata.filter.expression.Expression
accept
-
Method Details
-
getExpressions
List<Expression> getExpressions()- Returns:
- The list of expression tree which form the actual method parameters
-
getType
MethodExpression.Type getType()Returns the method type- Returns:
- The type
-