示例#1
0
 public Scope(Scope block_parent)
 {
     this.block_parent = block_parent;
 }
示例#2
0
 public Scope()
 {
     this.block_parent = null;
 }