visitLine abstract method
Visit a parse tree produced by EnvParser.line.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitLine(LineContext ctx);
Visit a parse tree produced by EnvParser.line.
ctx
the parse tree.
Return the visitor result.
T? visitLine(LineContext ctx);