public abstract class UnaryLogicalExpression extends Object implements LogicalExpression
LogicalExpression implementations with a single
operand.
A UnaryLogicalExpression has one operand (an
Expression). The operand is evaluated, the concrete
implementation's operator is applied to the result and returned.
| Modifier and Type | Field and Description |
|---|---|
Expression |
operand |
| Constructor and Description |
|---|
UnaryLogicalExpression(Expression operand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitevalpublic final Expression operand
public UnaryLogicalExpression(Expression operand)
Copyright © 2017. All rights reserved.