public interface ArithmeticExpr extends Expr
| Modifier and Type | Method and Description |
|---|---|
default Optional<ArithmeticExpr> |
asArithmetic()
Get this expression as a arithmetic expression
|
default boolean |
isArithmetic()
Check if this expression is a arithmetic expresion.
|
accept, asBinary, asBoolean, asBooleanBinary, asBooleanUnary, asComparison, asGeometry, asMember, asMethodCall, asNumericValue, asTextValue, asTime, asUnary, isBinary, isBoolean, isBooleanBinary, isBooleanUnary, isComparison, isGeometry, isMember, isMethodCall, isNumericValue, isTextValue, isTime, isUnarydefault boolean isArithmetic()
ExprisArithmetic in interface Exprdefault Optional<ArithmeticExpr> asArithmetic()
ExprasArithmetic in interface ExprOptional.empty() if the type does not matchCopyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.