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
|
boolean |
equals(Object o) |
Expr |
getOperand()
Get the operand
|
T |
getOperator()
Get the operator.
|
int |
hashCode() |
String |
toODataString() |
String |
toString() |
clone, finalize, getClass, 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, isUnarypublic T getOperator()
public Expr getOperand()
public Optional<UnaryExpr<?>> asUnary()
Exprpublic String toODataString()
toODataString in interface ODataExprCopyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.