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