Class AbstractUnaryExpression
- java.lang.Object
-
- com.blueriq.customerdata.api.v1.expression.AbstractUnaryExpression
-
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
NotExpression
public abstract class AbstractUnaryExpression extends Object implements Expression
-
-
Constructor Summary
Constructors Constructor Description AbstractUnaryExpression(Expression expression)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Expression
getExpression()
abstract Operator
getOperator()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
AbstractUnaryExpression
public AbstractUnaryExpression(Expression expression)
-
-
Method Detail
-
getExpression
public Expression getExpression()
-
getOperator
public abstract Operator getOperator()
-
-