visitValue abstract method

T? visitValue(
  1. ValueContext ctx
)

Visit a parse tree produced by EnvParser.value. ctx the parse tree. Return the visitor result.

Implementation

T? visitValue(ValueContext ctx);