OptionalMatcher constructor

OptionalMatcher(
  1. OptionalExpression expression,
  2. Matcher<Expression> matcher
)

Implementation

OptionalMatcher(OptionalExpression expression, Matcher matcher)
    : super(expression, matcher);