PostfixSequenceMatcher constructor
PostfixSequenceMatcher(
- SequenceExpression expression,
- List<
Matcher< matchersExpression> >
Implementation
PostfixSequenceMatcher(SequenceExpression expression, List<Matcher> matchers)
: super(expression, matchers);