visitComment abstract method
Visit a parse tree produced by EnvParser.comment.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitComment(CommentContext ctx);
Visit a parse tree produced by EnvParser.comment.
ctx
the parse tree.
Return the visitor result.
T? visitComment(CommentContext ctx);