| Package | Description |
|---|---|
| io.parsingdata.metal.expression.logical |
| Modifier and Type | Class and Description |
|---|---|
class |
And
A
BinaryLogicalExpression that implements the logical AND operator. |
class |
BinaryLogicalExpression
Base class for
LogicalExpression implementations with two operands. |
class |
Not
A
UnaryLogicalExpression that implements the logical NOT operator. |
class |
Or
A
BinaryLogicalExpression that implements the logical OR operator. |
class |
UnaryLogicalExpression
Base class for
LogicalExpression implementations with a single
operand. |
Copyright © 2017. All rights reserved.