visitKey abstract method
Visit a parse tree produced by EnvParser.key.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitKey(KeyContext ctx);
Visit a parse tree produced by EnvParser.key.
ctx
the parse tree.
Return the visitor result.
T? visitKey(KeyContext ctx);