exitDef abstract method

void exitDef(
  1. DefContext ctx
)

Exit a parse tree produced by CandidParser.def. ctx the parse tree

Implementation

void exitDef(DefContext ctx);