Exemplo n.º 1
0
 public Statement(Parser yyp, Assignment a)
     : base(((LSLSyntax
         )yyp))
 {
     kids.Add(a);
 }
Exemplo n.º 2
0
 public GlobalVariableDeclaration(Parser yyp, Assignment a)
     : base(((LSLSyntax
         )yyp))
 {
     kids.Add(a);
 }