public _Local(CodeGen owner) { this.owner = owner; scope = owner.GetBlockForVariable(); }
public _Local(CodeGen owner, Type t) { this.owner = owner; this.t = t; scope = owner.GetBlockForVariable(); }
public _Local(CodeGen owner, Type t) { _owner = owner; _t = t; _scope = owner.GetBlockForVariable(); }
internal _Local(CodeGen owner) { _owner = owner; _scope = owner.GetBlockForVariable(); }