Exemplo n.º 1
0
 protected override void Populate()
 {
     VariableDeclarations.Populate(cx, Stmt.Declaration, this, 0);
     cx.BindComments(this, Stmt.GetLocation());
 }
Exemplo n.º 2
0
 protected override void PopulateStatement(TextWriter trapFile)
 {
     VariableDeclarations.Populate(Context, Stmt.Declaration, this, 0);
     Context.BindComments(this, Stmt.GetLocation());
 }