visitImp abstract method

T? visitImp(
  1. ImpContext ctx
)

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

Implementation

T? visitImp(ImpContext ctx);