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