|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonExpression | |
---|---|
org.apache.olingo.odata2.api.uri.expression | Expression Parser |
Uses of CommonExpression in org.apache.olingo.odata2.api.uri.expression |
---|
Subinterfaces of CommonExpression in org.apache.olingo.odata2.api.uri.expression | |
---|---|
interface |
BinaryExpression
Represents 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 in BinaryOperator (e.g. |
interface |
FilterExpression
Represents a $filter expression in the expression tree Used to define the root expression node in an $filter expression tree. |
interface |
LiteralExpression
Represents a literal expression node in the expression tree |
interface |
MemberExpression
Represents a member expression in the expression tree |
interface |
MethodExpression
Represents a method expression in the expression tree |
interface |
OrderByExpression
Represents a $orderby expression Used to define the root expression node in an $filter expression tree. |
interface |
OrderExpression
Represents a order expression in the expression tree |
interface |
PropertyExpression
Represents a property expression in the expression tree |
interface |
UnaryExpression
Represents a unary expression node in the expression tree |
Methods in org.apache.olingo.odata2.api.uri.expression that return CommonExpression | |
---|---|
CommonExpression |
OrderExpression.getExpression()
|
CommonExpression |
FilterExpression.getExpression()
|
CommonExpression |
ExpressionParserException.getFilterTree()
Gets erroneous filter expression tree for debug information. |
CommonExpression |
ExceptionVisitExpression.getFilterTree()
Get erroneous filter for debug information |
CommonExpression |
BinaryExpression.getLeftOperand()
|
CommonExpression |
UnaryExpression.getOperand()
|
CommonExpression |
MemberExpression.getPath()
|
CommonExpression |
MemberExpression.getProperty()
|
CommonExpression |
BinaryExpression.getRightOperand()
|
CommonExpression |
CommonExpression.setEdmType(EdmType edmType)
Set the edmType of this expression node |
Methods in org.apache.olingo.odata2.api.uri.expression that return types with arguments of type CommonExpression | |
---|---|
List<CommonExpression> |
MethodExpression.getParameters()
|
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type CommonExpression | |
---|---|
void |
ExpressionParserException.setFilterTree(CommonExpression filterTree)
Sets erroneous filter tree for debug information. |
void |
ExceptionVisitExpression.setFilterTree(CommonExpression filterTree)
Sets erroneous filter tree for debug information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |