Package org.n52.svalbard.odata.core.expr
-
Interface Summary Interface Description DirectTextExpr Interface for TextExpressions that can be represented directly by a String.Expr Interface for expressions.ExprVisitor<T,X extends Throwable> Visitor for expressions.TextExpr -
Class Summary Class Description BinaryExpr<T> Class to hold a binary expression.GeoValueExpr MemberExpr Class to hold a member or value reference expression.MethodCallExpr Class to hold a method call expression.StringValueExpr Expression representing a value.UnaryExpr<T> Class to represent a unary expression.