protected virtual void _Generate(AstNodeStmComment comment)
 {
     EmitComment(comment.CommentText);
 }
Пример #2
0
 protected virtual void _Generate(AstNodeStmComment comment)
 {
     Output.Write("// " + comment.CommentText);
     Output.WriteNewLine();
 }