PostfixNotPredicateGenerator constructor

PostfixNotPredicateGenerator(
  1. PostfixNotPredicateMatcher matcher,
  2. BitFlagGenerator failures
)

Implementation

PostfixNotPredicateGenerator(
    PostfixNotPredicateMatcher matcher, BitFlagGenerator failures)
    : super(matcher, failures);