Inheritance: Tools.SYMBOL
Beispiel #1
0
 public Statement(Parser yyp, EmptyStatement es) : base((yyp))
 {
     kids.Add(es);
 }