Esempio n. 1
0
 public _Local(CodeGen owner, Type t)
 {
     this.owner = owner; this.t = t;
     scope      = owner.GetBlockForVariable();
 }
Esempio n. 2
0
 public _Local(CodeGen owner)
 {
     this.owner = owner;
     scope      = owner.GetBlockForVariable();
 }