public NetTypeScope(Type type_info) { this.type_info = type_info; //For SymbolTable DEBUGGING _nits = new NetIntTypeScope(this); _sc = _nits; }
public NetTypeScope(Type type_info) { this.type_info = type_info; //For SymbolTable DEBUGGING _nits=new NetIntTypeScope(this); _sc=_nits; }