T - the operator typepublic abstract class UnaryExpr<T> extends Object implements Expr
| Constructor and Description |
|---|
UnaryExpr(T operator,
Expr operand)
Create a new
UnaryExpr. |
| Modifier and Type | Method and Description |
|---|---|
Optional<UnaryExpr<?>> |
asUnary()
Get this expression as a unary expression
|
Expr |
getOperand()
Get the operand
|
T |
getOperator()
Get the operator.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, asArithmetic, asBinary, asBoolean, asBooleanBinary, asBooleanUnary, asComparison, asGeometry, asMember, asMethodCall, asNumericValue, asTextValue, asTime, isArithmetic, isBinary, isBoolean, isBooleanBinary, isBooleanUnary, isComparison, isGeometry, isMember, isMethodCall, isNumericValue, isTextValue, isTime, isUnaryCopyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.