Skip navigation links

Package org.apache.olingo.odata2.api.uri.expression

Expression Parser

See: Description

Package org.apache.olingo.odata2.api.uri.expression Description

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.
Different types of expressions can be found in ExpressionKind .

Skip navigation links

Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.