| Package | Description |
|---|---|
| org.n52.svalbard.odata.core | |
| org.n52.svalbard.odata.core.expr | |
| org.n52.svalbard.odata.core.expr.bool |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodCallExpr
Class to hold a method call expression.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<BooleanExpr> |
Expr.asBoolean()
Get this expression as a boolean expression
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanBinaryExpr
Class to hold a binary boolean expression
|
class |
BooleanUnaryExpr
Class to hold a unary boolean expression.
|
class |
ComparisonExpr
Class to hold a comparison expression.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanExpr |
BooleanBinaryExpr.getLeft() |
BooleanExpr |
BooleanUnaryExpr.getOperand() |
BooleanExpr |
BooleanBinaryExpr.getRight() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<BooleanExpr> |
BooleanExpr.asBoolean() |
| Constructor and Description |
|---|
BooleanBinaryExpr(FilterConstants.BinaryLogicOperator operator,
BooleanExpr left,
BooleanExpr right)
Create a new
BooleanBinaryExpr. |
BooleanUnaryExpr(FilterConstants.UnaryLogicOperator operator,
BooleanExpr operand)
Create a new
BooleanUnaryExpr. |
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.