Uses of Package
org.apache.olingo.odata2.api.uri.expression
Packages that use org.apache.olingo.odata2.api.uri.expression
Package
Description
URI Parser Facade
Expression Parser
URI Parser Result Views
-
Classes in org.apache.olingo.odata2.api.uri.expression used by org.apache.olingo.odata2.api.uriClassDescriptionException thrown while parsing a filter or orderby expressionRepresents a $filter expression in the expression tree Used to define the root expression node in an $filter expression tree.Represents a $orderby expression Used to define the root expression node in an $filter expression tree.
-
Classes in org.apache.olingo.odata2.api.uri.expression used by org.apache.olingo.odata2.api.uri.expressionClassDescriptionRepresents a binary expression node in the expression tree returned by the methods
A binary expression node is inserted in the expression tree for any valid ODATA binary operator inBinaryOperator(e.g.Enumerations for supported binary operators of the ODATA expression parser for ODATA version 2.0 (with some restrictions)Parent class of all classes used to build the expression tree
Exception thrown while traversing/visiting a filter expression treeEnumeration describing all possible node types inside an expression treeInterfaceExpressionVisitoris used to traverse a $filter or $orderby expression tree.Represents a $filter expression in the expression tree Used to define the root expression node in an $filter expression tree.Represents a literal expression node in the expression tree
Represents a member expression in the expression tree
Represents a method expression in the expression tree
Enumerations for all supported methods of the ODATA expression parser for ODATA version 2.0 (with some restrictions).Represents a $orderby expression Used to define the root expression node in an $filter expression tree.Represents a order expression in the expression tree
Represents a property expression in the expression tree
Enumeration describing all possible sort orders used in an $orderby expressionRepresents a unary expression node in the expression tree
Enumerations for supported unary operators of the OData expression parser for OData version 2.0The interfaceVisitableis part of the visitor pattern used to traverse the expression tree build from a $filter expression string or $orderby expression string. -
Classes in org.apache.olingo.odata2.api.uri.expression used by org.apache.olingo.odata2.api.uri.infoClassDescriptionRepresents a $filter expression in the expression tree Used to define the root expression node in an $filter expression tree.Represents a $orderby expression Used to define the root expression node in an $filter expression tree.
-
Classes in org.apache.olingo.odata2.api.uri.expression used by org.apache.olingo.odata2.core.debugClassDescriptionException thrown while parsing a filter or orderby expression
-
Classes in org.apache.olingo.odata2.api.uri.expression used by org.apache.olingo.odata2.core.uriClassDescriptionRepresents a $filter expression in the expression tree Used to define the root expression node in an $filter expression tree.Represents a $orderby expression Used to define the root expression node in an $filter expression tree.
-
Classes in org.apache.olingo.odata2.api.uri.expression used by org.apache.olingo.odata2.core.uri.expressionClassDescriptionRepresents a binary expression node in the expression tree returned by the methods
A binary expression node is inserted in the expression tree for any valid ODATA binary operator inBinaryOperator(e.g.Enumerations for supported binary operators of the ODATA expression parser for ODATA version 2.0 (with some restrictions)Parent class of all classes used to build the expression tree
Exception thrown while traversing/visiting a filter expression treeEnumeration describing all possible node types inside an expression treeException thrown while parsing a filter or orderby expressionInterfaceExpressionVisitoris used to traverse a $filter or $orderby expression tree.Represents a $filter expression in the expression tree Used to define the root expression node in an $filter expression tree.Represents a literal expression node in the expression tree
Represents a member expression in the expression tree
Represents a method expression in the expression tree
Enumerations for all supported methods of the ODATA expression parser for ODATA version 2.0 (with some restrictions).Represents a $orderby expression Used to define the root expression node in an $filter expression tree.Represents a order expression in the expression tree
Represents a property expression in the expression tree
Enumeration describing all possible sort orders used in an $orderby expressionRepresents a unary expression node in the expression tree
Enumerations for supported unary operators of the OData expression parser for OData version 2.0The interfaceVisitableis part of the visitor pattern used to traverse the expression tree build from a $filter expression string or $orderby expression string.