Uses of Interface
org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
Packages that use VisitableExpression
Package
Description
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of VisitableExpression in org.apache.olingo.server.api.uri.queryoption.apply
Subinterfaces of VisitableExpression in org.apache.olingo.server.api.uri.queryoption.applyModifier and TypeInterfaceDescriptioninterface
Represents an aggregate expression. -
Uses of VisitableExpression in org.apache.olingo.server.api.uri.queryoption.expression
Subinterfaces of VisitableExpression in org.apache.olingo.server.api.uri.queryoption.expressionModifier and TypeInterfaceDescriptioninterface
Represents an alias expression node in the expression tree
A alias expression node is inserted in the expression tree for any valid alias
E.g.interface
Represents a binary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA binary operator inBinaryOperatorKind
.interface
Represents a enumeration expression node in the expression tree
A enumeration expression node is inserted in the expression tree for any valid enumeration.interface
Super class of all classes used to build the expression treeinterface
Used to within a lambda expression tree to define an access to the lambda variableinterface
Represents a literal expression node in the expression tree Literal is not validated by defaultinterface
Represents a member expression node in the expression tree.interface
Represents a method expression in the expression treeinterface
Represents a type literal expression in the expression treeinterface
Represents a unary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA unary operator inUnaryOperatorKind