visitDef abstract method

T? visitDef(
  1. DefContext ctx
)

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

Implementation

T? visitDef(DefContext ctx);