visitEnv abstract method

T? visitEnv(
  1. EnvContext ctx
)

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

Implementation

T? visitEnv(EnvContext ctx);