Ejemplo n.º 1
0
 public Statement(Parser yyp, FunctionCall fc)
     : base(((LSLSyntax
         )yyp))
 {
     kids.Add(fc);
 }
Ejemplo n.º 2
0
 public FunctionCallExpression(Parser yyp, FunctionCall fc)
     : base(((LSLSyntax
         )yyp))
 {
     kids.Add(fc);
 }