abstract class BooleanOperator extends BooleanExpression
Constructor and Description |
---|
BooleanOperator(boolean neutralValue,
java.util.List<BooleanExpression> children) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
evaluate(boolean lhs,
boolean rhs) |
boolean |
getValue(ArtifactContext context) |
public BooleanOperator(boolean neutralValue, java.util.List<BooleanExpression> children)
public boolean getValue(ArtifactContext context)
getValue
in class BooleanExpression
protected abstract boolean evaluate(boolean lhs, boolean rhs)
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.