| Interface | Description |
|---|---|
| LogicalExpression |
Marker interface for all LogicalExpression implementations.
|
| Class | Description |
|---|---|
| And |
A
BinaryLogicalExpression that implements the logical AND operator. |
| BinaryLogicalExpression |
Base class for
LogicalExpression implementations with two operands. |
| Not |
A
UnaryLogicalExpression that implements the logical NOT operator. |
| Or |
A
BinaryLogicalExpression that implements the logical OR operator. |
| UnaryLogicalExpression |
Base class for
LogicalExpression implementations with a single
operand. |
Copyright © 2017. All rights reserved.