public interface BooleanExpr extends Expr
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<BooleanExpr> |
asBoolean()
Get this expression as a boolean expression
|
default boolean |
isBoolean()
Check if this expression is a boolean expresion.
|
accept, asBinary, asBooleanBinary, asBooleanUnary, asComparison, asMember, asMethodCall, asUnary, asValue, isBinary, isBooleanBinary, isBooleanUnary, isComparison, isMember, isMethodCall, isUnary, isValuedefault boolean isBoolean()
Exprdefault java.util.Optional<BooleanExpr> asBoolean()
ExprCopyright © 2015–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.