PostfixOrderedChoiceMatcher constructor

PostfixOrderedChoiceMatcher(
  1. OrderedChoiceExpression expression,
  2. List<Matcher<Expression>> matcher
)

Implementation

PostfixOrderedChoiceMatcher(
    OrderedChoiceExpression expression, List<Matcher> matcher)
    : super(expression, matcher);