コード例 #1
0
 public override string ToString()
 {
     //Show the list of symbols which identify this reduction.
     //Don't show the token values because that would descend the whole tree.
     return(m_production.ToString());
 }