Package | Description |
---|---|
org.apache.olingo.server.api.uri.queryoption.expression |
Olingo Server API - URI - QueryOptions - Expressions
|
Modifier and Type | Interface and Description |
---|---|
interface |
Alias
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 |
Binary
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 in BinaryOperatorKind . |
interface |
Enumeration
Represents a enumeration expression node in the expression tree
A enumeration expression node is inserted in the expression tree for any valid enumeration. |
interface |
Expression
Super class of all classes used to build the expression tree
|
interface |
LambdaRef
Used to within a lambda expression tree to define an access to the lambda variable
|
interface |
Literal
Represents a literal expression node in the expression tree
Literal is not validated by default
|
interface |
Member
Represents a member expression node in the expression tree.
|
interface |
Method
Represents a method expression in the expression tree
|
interface |
TypeLiteral
Represents a type literal expression in the expression tree
|
interface |
Unary
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 in UnaryOperatorKind |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.