visitId abstract method

T? visitId(
  1. IdContext ctx
)

Visit a parse tree produced by CandidParser.id. ctx the parse tree. Return the visitor result.

Implementation

T? visitId(IdContext ctx);