private void Accept(TK_TYPE type)
 {
     Accept((int)type);
 }
 private bool Match(TK_TYPE type)
 {
     return(Match((int)type));
 }