All Superinterfaces:
VisitableExpression
All Known Subinterfaces:
AggregateExpression, Alias, Binary, Enumeration, LambdaRef, Literal, Member, Method, TypeLiteral, Unary
All Known Implementing Classes:
AggregateExpressionImpl, AliasImpl, BinaryImpl, EnumerationImpl, LambdaRefImpl, LiteralImpl, MemberImpl, MethodImpl, TypeLiteralImpl, UnaryImpl

public interface Expression extends VisitableExpression
Super class of all classes used to build the expression tree
  • Method Summary

    Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression

    accept