| Class and Description |
|---|
| Expression
Super class of all classes used to build the expression tree
|
| Class and Description |
|---|
| Expression
Super class of all classes used to build the expression tree
|
| Class and Description |
|---|
| BinaryOperatorKind
Enumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventions |
| Expression
Super class of all classes used to build the expression tree
|
| ExpressionVisitException
Exception class used by the
ExpressionVisitor to throw exceptions while traversing the expression tree |
| ExpressionVisitor
Generic interface to define expression visitors with arbitrary return types.
|
| MethodKind
Enumeration of supported methods
For the semantic of these methods please see the ODATA specification for URL conventions
|
| UnaryOperatorKind
Enumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventions |
| VisitableExpression
Marks an expression node a visitable by an expression visitor
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.