Uses of Package
org.apache.olingo.server.api.uri.queryoption.expression
Packages that use org.apache.olingo.server.api.uri.queryoption.expression
Package
Description
Olingo URI
Olingo Server API - URI - QueryOptions
Olingo Server API - URI - QueryOptions - Expressions
-
-
-
Classes in org.apache.olingo.server.api.uri.queryoption.expression used by org.apache.olingo.server.api.uri.queryoption.applyClassDescriptionSuper class of all classes used to build the expression treeMarks an expression node a visitable by an expression visitor
-
Classes in org.apache.olingo.server.api.uri.queryoption.expression used by org.apache.olingo.server.api.uri.queryoption.expressionClassDescriptionEnumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventionsSuper class of all classes used to build the expression treeException class used by theExpressionVisitorto throw exceptions while traversing the expression treeGeneric interface to define expression visitors with arbitrary return types.Represents a literal expression node in the expression tree Literal is not validated by defaultRepresents a member expression node in the expression tree.Enumeration of supported methods For the semantic of these methods please see the ODATA specification for URL conventionsEnumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventionsMarks an expression node a visitable by an expression visitor -
Classes in org.apache.olingo.server.api.uri.queryoption.expression used by org.apache.olingo.server.core.debugClassDescriptionEnumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventionsSuper class of all classes used to build the expression treeException class used by theExpressionVisitorto throw exceptions while traversing the expression treeGeneric interface to define expression visitors with arbitrary return types.Represents a literal expression node in the expression tree Literal is not validated by defaultRepresents a member expression node in the expression tree.Enumeration of supported methods For the semantic of these methods please see the ODATA specification for URL conventionsEnumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventions -
-
-
-
Classes in org.apache.olingo.server.api.uri.queryoption.expression used by org.apache.olingo.server.core.uri.queryoption.applyClassDescriptionSuper class of all classes used to build the expression treeException class used by the
ExpressionVisitorto throw exceptions while traversing the expression treeGeneric interface to define expression visitors with arbitrary return types.Marks an expression node a visitable by an expression visitor -
Classes in org.apache.olingo.server.api.uri.queryoption.expression used by org.apache.olingo.server.core.uri.queryoption.expressionClassDescriptionRepresents an alias expression node in the expression tree
A alias expression node is inserted in the expression tree for any valid alias
E.g.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.Enumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventionsRepresents a enumeration expression node in the expression tree
A enumeration expression node is inserted in the expression tree for any valid enumeration.Super class of all classes used to build the expression treeException class used by theExpressionVisitorto throw exceptions while traversing the expression treeGeneric interface to define expression visitors with arbitrary return types.Used to within a lambda expression tree to define an access to the lambda variableRepresents a literal expression node in the expression tree Literal is not validated by defaultRepresents a member expression node in the expression tree.Represents a method expression in the expression treeEnumeration of supported methods For the semantic of these methods please see the ODATA specification for URL conventionsRepresents a type literal expression in the expression treeRepresents a unary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA unary operator inUnaryOperatorKindEnumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventionsMarks an expression node a visitable by an expression visitor