PostfixOptionalMatcher constructor
PostfixOptionalMatcher(
- OptionalExpression expression,
- Matcher<
Expression> matcher
Implementation
PostfixOptionalMatcher(OptionalExpression expression, Matcher matcher)
: super(expression, matcher);