Esempio n. 1
0
 public VoidBlockAst(BlockAst blockAst, Label label) : base(blockAst)
 {
     this.label = label;
 }
Esempio n. 2
0
 public VBlockAst(BlockAst blockAst, LocalBuilder variable, Label label) : base(blockAst)
 {
     this.variable = variable;
     this.label    = label;
 }