Package | Description |
---|---|
org.apache.olingo.server.api.uri | |
org.apache.olingo.server.api.uri.queryoption | |
org.apache.olingo.server.api.uri.queryoption.expression |
Modifier and Type | Method and Description |
---|---|
Expression |
UriResourceLambdaAny.getExpression() |
Expression |
UriResourceLambdaAll.getExpression() |
Expression |
UriParameter.getExpression() |
Modifier and Type | Method and Description |
---|---|
Expression |
OrderByItem.getExpression() |
Expression |
FilterOption.getExpression() |
Expression |
AliasQueryOption.getValue() |
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 |
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
|
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 |
Modifier and Type | Method and Description |
---|---|
Expression |
Binary.getLeftOperand() |
Expression |
Unary.getOperand() |
Expression |
Binary.getRightOperand() |
Modifier and Type | Method and Description |
---|---|
List<Expression> |
Method.getParameters() |
Modifier and Type | Method and Description |
---|---|
T |
ExpressionVisitor.visitLambdaExpression(String lambdaFunction,
String lambdaVariable,
Expression expression)
Called for each traversed lambda expression
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.