visitString abstract method
Visit a parse tree produced by EnvParser.string.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitString(StringContext ctx);
Visit a parse tree produced by EnvParser.string.
ctx
the parse tree.
Return the visitor result.
T? visitString(StringContext ctx);