/// <summary>Close the input TokenStream. </summary>
 public override void  Close()
 {
     input.Close();
 }