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) |
getValue
public And(java.util.List<BooleanExpression> children)
protected boolean evaluate(boolean lhs, boolean rhs)
evaluate
in class BooleanOperator
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.