PostfixNotPredicateGenerator constructor
PostfixNotPredicateGenerator(
- PostfixNotPredicateMatcher matcher,
- BitFlagGenerator failures
Implementation
PostfixNotPredicateGenerator(
PostfixNotPredicateMatcher matcher, BitFlagGenerator failures)
: super(matcher, failures);