Esempio n. 1
0
 public VoidTryAst(TryAst tryAst, Label label) : base(tryAst)
 {
     this.label = label;
 }
Esempio n. 2
0
 public VTryAst(TryAst tryAst, LocalBuilder variable, Label label) : base(tryAst)
 {
     this.variable = variable;
     this.label    = label;
 }