public override object VisitTypeOfStmt([NotNull] VisualBasic6Parser.TypeOfStmtContext context) { CreateModel(context); return(null); }
public override void ExitTypeOfStmt([NotNull] VisualBasic6Parser.TypeOfStmtContext context) { }