visitLine abstract method

T? visitLine(
  1. LineContext ctx
)

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

Implementation

T? visitLine(LineContext ctx);