visitValue abstract method
Visit a parse tree produced by EnvParser.value.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitValue(ValueContext ctx);
Visit a parse tree produced by EnvParser.value.
ctx
the parse tree.
Return the visitor result.
T? visitValue(ValueContext ctx);