public Scope(Scope block_parent) { this.block_parent = block_parent; }
public Scope() { this.block_parent = null; }