visitEnv abstract method
Visit a parse tree produced by EnvParser.env.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitEnv(EnvContext ctx);
Visit a parse tree produced by EnvParser.env.
ctx
the parse tree.
Return the visitor result.
T? visitEnv(EnvContext ctx);