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