
class And extends BooleanOperator
| Constructor and Description |
|---|
And(java.util.List<BooleanExpression> children) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
evaluate(boolean lhs,
boolean rhs) |
getValuepublic And(java.util.List<BooleanExpression> children)
protected boolean evaluate(boolean lhs,
boolean rhs)
evaluate in class BooleanOperatorCopyright © 2012–2017 Red Hat, Inc.. All rights reserved.