protected void Match()
 {
     _token = _tokenizer.NextToken();
 }
 public void UngetToken(Token token)
 {
     _nextToken = token;
 }