addVariables method

void addVariables(
  1. MatcherGenerator<Matcher<Expression>> other
)

Implementation

void addVariables(MatcherGenerator other) {
  variables.addAll(other.variables);
}