public ArgumentListMatcher(ArgumentVariable variable) { _variable = variable; }
public ArgumentMatcher(ArgumentVariable variable, int following) { _variable = variable; _following = following; }