Example #1
0
 public AsLocalFunction(Location loc, string name, AnonymousMethodExpression methodExpr, BlockVariable varDecl)
 {
     this.loc        = loc;
     this.Name       = name;
     this.MethodExpr = methodExpr;
     this.VarDecl    = varDecl;
 }
Example #2
0
 public virtual object Visit(BlockVariable blockVariableDeclaration)
 {
     return(null);
 }
Example #3
0
 public virtual object Visit(BlockVariable blockVariable)
 {
     return(null);
 }