Exemplo n.º 1
0
 public static GlobalSuite Bind(Statement root, CompilerContext context)
 {
     Binder binder = new Binder(context);
     return binder.DoBind(root);
 }
Exemplo n.º 2
0
 public DeleteBinder(Binder binder)
 {
     this.binder = binder;
 }
Exemplo n.º 3
0
 public ParameterBinder(Binder binder)
 {
     this.binder = binder;
 }
Exemplo n.º 4
0
 public DefineBinder(Binder binder)
 {
     this.binder = binder;
 }