visitKey abstract method

T? visitKey(
  1. KeyContext ctx
)

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

Implementation

T? visitKey(KeyContext ctx);