Uses of Class
org.n52.svalbard.odata.core.expr.bool.BooleanBinaryExpr
-
Packages that use BooleanBinaryExpr Package Description org.n52.svalbard.odata.core.expr org.n52.svalbard.odata.core.expr.bool -
-
Uses of BooleanBinaryExpr in org.n52.svalbard.odata.core.expr
Methods in org.n52.svalbard.odata.core.expr that return types with arguments of type BooleanBinaryExpr Modifier and Type Method Description default Optional<BooleanBinaryExpr>Expr. asBooleanBinary()Get this expression as a boolean binary expressionMethods in org.n52.svalbard.odata.core.expr with parameters of type BooleanBinaryExpr Modifier and Type Method Description TExprVisitor. visitBooleanBinary(BooleanBinaryExpr expr)Visit a boolean binary expression. -
Uses of BooleanBinaryExpr in org.n52.svalbard.odata.core.expr.bool
Methods in org.n52.svalbard.odata.core.expr.bool that return types with arguments of type BooleanBinaryExpr Modifier and Type Method Description Optional<BooleanBinaryExpr>BooleanBinaryExpr. asBooleanBinary()
-