Interface MemberExpression
- All Superinterfaces:
Expression
Represents a member expression node in the expression tree. This expression
is used to describe access paths to properties.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ExpressionReturns the expression which forms thisMemberExpression.Methods inherited from interface com.liferay.portal.odata.filter.expression.Expression
accept
-
Method Details
-
getExpression
Returns the expression which forms thisMemberExpression.- Returns:
- the expression.
-