Interface Method
- All Superinterfaces:
Expression
,VisitableExpression
Represents a method expression in the expression tree
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
accept
-
Method Details
-
getMethod
MethodKind getMethod()- Returns:
- The used method
- See Also:
-
getParameters
List<Expression> getParameters()- Returns:
- The list of expression tree which form the actual method parameters
-