public void Final()
 {
     TokenIndices.Pop();
 }
 public void Rollback()
 {
     Index = TokenIndices.Pop();
 }