| Interface | Description |
|---|---|
| BooleanExpr |
Interface to denote that this expression possibly evaluates to a boolean value.
|
| Expr |
Interface for expressions.
|
| ExprVisitor<T,X extends Throwable> |
Visitor for expressions.
|
| Class | Description |
|---|---|
| BinaryExpr<T> |
Class to hold a binary expression.
|
| BooleanBinaryExpr |
Class to hold a binary boolean expression
|
| BooleanUnaryExpr |
Class to hold a unary boolean expression.
|
| ComparisonExpr |
Class to hold a comparison expression.
|
| MemberExpr |
Class to hold a member or value reference expression.
|
| MethodCallExpr |
Class to hold a method call expression.
|
| UnaryExpr<T> |
Class to represent a unary expression.
|
| ValueExpr |
Expression representing a value.
|
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.