PostfixAndPredicateGenerator constructor

PostfixAndPredicateGenerator(
  1. PostfixAndPredicateMatcher matcher,
  2. BitFlagGenerator failures
)

Implementation

PostfixAndPredicateGenerator(
    PostfixAndPredicateMatcher matcher, BitFlagGenerator failures)
    : super(matcher, failures);