visitComment abstract method

T? visitComment(
  1. CommentContext ctx
)

Visit a parse tree produced by EnvParser.comment. ctx the parse tree. Return the visitor result.

Implementation

T? visitComment(CommentContext ctx);