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