Beispiel #1
0
 public FunctionCall(Expression function, GCToken args)
 {
     this.function = function;
     this.args = args;
     this.emptyArgsList = (args.GetType() == typeof(Optional<Sequence<Expression>>));
 }
Beispiel #2
0
 public FunctionCall(Expression function, GCToken args)
 {
     this.function      = function;
     this.args          = args;
     this.emptyArgsList = (args.GetType() == typeof(Optional <Sequence <Expression> >));
 }