PostfixOrderedChoiceMatcher constructor
PostfixOrderedChoiceMatcher(
- OrderedChoiceExpression expression,
- List<
Matcher< matcherExpression> >
Implementation
PostfixOrderedChoiceMatcher(
OrderedChoiceExpression expression, List<Matcher> matcher)
: super(expression, matcher);