Home | History | Annotate | Download | only in text

Lines Matching defs:AndConstraint

1335             Constraint andConstraint = null;
1463 if (andConstraint == null) {
1464 andConstraint = newConstraint;
1466 andConstraint = new AndConstraint(andConstraint,
1472 result = andConstraint;
1474 result = new OrConstraint(result, andConstraint);
1717 private static class AndConstraint extends BinaryConstraint {
1720 AndConstraint(Constraint a, Constraint b) {
1792 return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples);