Package | Description |
---|---|
org.apache.olingo.odata2.api.uri.expression |
Expression Parser
This package contains all classes necessary to decribe an expression tree(e.g. a filter or order by tree)
Trees can be traversed by implementing the
ExpressionVisitor
interface and calling the accept() method. |
Modifier and Type | Method and Description |
---|---|
ExpressionKind |
CommonExpression.getKind() |
static ExpressionKind |
ExpressionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionKind[] |
ExpressionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.