Coverage for src/botadi/mokadi/grammars/MokadiGrammar_frListener.py: 97%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

145 statements  

1# Generated from \MokadiGrammar_fr.g4 by ANTLR 4.7 

2from antlr4 import * 

3if __name__ is not None and "." in __name__: 

4 from .MokadiGrammar_frParser import MokadiGrammar_frParser 

5else: 

6 from MokadiGrammar_frParser import MokadiGrammar_frParser 

7 

8# This class defines a complete listener for a parse tree produced by 

9# MokadiGrammar_frParser. 

10 

11 

12class MokadiGrammar_frListener(ParseTreeListener): 

13 

14 # Enter a parse tree produced by MokadiGrammar_frParser#parse. 

15 def enterParse(self, ctx: MokadiGrammar_frParser.ParseContext): 

16 pass 

17 

18 # Exit a parse tree produced by MokadiGrammar_frParser#parse. 

19 def exitParse(self, ctx: MokadiGrammar_frParser.ParseContext): 

20 pass 

21 

22 # Enter a parse tree produced by MokadiGrammar_frParser#expression_stmt. 

23 def enterExpression_stmt(self, ctx: MokadiGrammar_frParser.Expression_stmtContext): 

24 pass 

25 

26 # Exit a parse tree produced by MokadiGrammar_frParser#expression_stmt. 

27 def exitExpression_stmt(self, ctx: MokadiGrammar_frParser.Expression_stmtContext): 

28 pass 

29 

30 # Enter a parse tree produced by MokadiGrammar_frParser#expression. 

31 def enterExpression(self, ctx: MokadiGrammar_frParser.ExpressionContext): 

32 pass 

33 

34 # Exit a parse tree produced by MokadiGrammar_frParser#expression. 

35 def exitExpression(self, ctx: MokadiGrammar_frParser.ExpressionContext): 

36 pass 

37 

38 # Enter a parse tree produced by MokadiGrammar_frParser#slides_stmt. 

39 def enterSlides_stmt(self, ctx: MokadiGrammar_frParser.Slides_stmtContext): 

40 pass 

41 

42 # Exit a parse tree produced by MokadiGrammar_frParser#slides_stmt. 

43 def exitSlides_stmt(self, ctx: MokadiGrammar_frParser.Slides_stmtContext): 

44 pass 

45 

46 # Enter a parse tree produced by MokadiGrammar_frParser#mail_stmt. 

47 def enterMail_stmt(self, ctx: MokadiGrammar_frParser.Mail_stmtContext): 

48 pass 

49 

50 # Exit a parse tree produced by MokadiGrammar_frParser#mail_stmt. 

51 def exitMail_stmt(self, ctx: MokadiGrammar_frParser.Mail_stmtContext): 

52 pass 

53 

54 # Enter a parse tree produced by MokadiGrammar_frParser#news_stmt. 

55 def enterNews_stmt(self, ctx: MokadiGrammar_frParser.News_stmtContext): 

56 pass 

57 

58 # Exit a parse tree produced by MokadiGrammar_frParser#news_stmt. 

59 def exitNews_stmt(self, ctx: MokadiGrammar_frParser.News_stmtContext): 

60 pass 

61 

62 # Enter a parse tree produced by MokadiGrammar_frParser#news_query. 

63 def enterNews_query(self, ctx: MokadiGrammar_frParser.News_queryContext): 

64 pass 

65 

66 # Exit a parse tree produced by MokadiGrammar_frParser#news_query. 

67 def exitNews_query(self, ctx: MokadiGrammar_frParser.News_queryContext): 

68 pass 

69 

70 # Enter a parse tree produced by MokadiGrammar_frParser#emotion_stmt. 

71 def enterEmotion_stmt(self, ctx: MokadiGrammar_frParser.Emotion_stmtContext): 

72 pass 

73 

74 # Exit a parse tree produced by MokadiGrammar_frParser#emotion_stmt. 

75 def exitEmotion_stmt(self, ctx: MokadiGrammar_frParser.Emotion_stmtContext): 

76 pass 

77 

78 # Enter a parse tree produced by MokadiGrammar_frParser#anything_stmt. 

79 def enterAnything_stmt(self, ctx: MokadiGrammar_frParser.Anything_stmtContext): 

80 pass 

81 

82 # Exit a parse tree produced by MokadiGrammar_frParser#anything_stmt. 

83 def exitAnything_stmt(self, ctx: MokadiGrammar_frParser.Anything_stmtContext): 

84 pass 

85 

86 # Enter a parse tree produced by MokadiGrammar_frParser#word_name_ext. 

87 def enterWord_name_ext(self, ctx: MokadiGrammar_frParser.Word_name_extContext): 

88 pass 

89 

90 # Exit a parse tree produced by MokadiGrammar_frParser#word_name_ext. 

91 def exitWord_name_ext(self, ctx: MokadiGrammar_frParser.Word_name_extContext): 

92 pass 

93 

94 # Enter a parse tree produced by MokadiGrammar_frParser#mokadi. 

95 def enterMokadi(self, ctx: MokadiGrammar_frParser.MokadiContext): 

96 pass 

97 

98 # Exit a parse tree produced by MokadiGrammar_frParser#mokadi. 

99 def exitMokadi(self, ctx: MokadiGrammar_frParser.MokadiContext): 

100 pass 

101 

102 # Enter a parse tree produced by MokadiGrammar_frParser#humeur. 

103 def enterHumeur(self, ctx: MokadiGrammar_frParser.HumeurContext): 

104 pass 

105 

106 # Exit a parse tree produced by MokadiGrammar_frParser#humeur. 

107 def exitHumeur(self, ctx: MokadiGrammar_frParser.HumeurContext): 

108 pass 

109 

110 # Enter a parse tree produced by MokadiGrammar_frParser#numero. 

111 def enterNumero(self, ctx: MokadiGrammar_frParser.NumeroContext): 

112 pass 

113 

114 # Exit a parse tree produced by MokadiGrammar_frParser#numero. 

115 def exitNumero(self, ctx: MokadiGrammar_frParser.NumeroContext): 

116 pass 

117 

118 # Enter a parse tree produced by MokadiGrammar_frParser#presentation. 

119 def enterPresentation(self, ctx: MokadiGrammar_frParser.PresentationContext): 

120 pass 

121 

122 # Exit a parse tree produced by MokadiGrammar_frParser#presentation. 

123 def exitPresentation(self, ctx: MokadiGrammar_frParser.PresentationContext): 

124 pass 

125 

126 # Enter a parse tree produced by MokadiGrammar_frParser#news. 

127 def enterNews(self, ctx: MokadiGrammar_frParser.NewsContext): 

128 pass 

129 

130 # Exit a parse tree produced by MokadiGrammar_frParser#news. 

131 def exitNews(self, ctx: MokadiGrammar_frParser.NewsContext): 

132 pass 

133 

134 # Enter a parse tree produced by MokadiGrammar_frParser#time_indication. 

135 def enterTime_indication(self, ctx: MokadiGrammar_frParser.Time_indicationContext): 

136 pass 

137 

138 # Exit a parse tree produced by MokadiGrammar_frParser#time_indication. 

139 def exitTime_indication(self, ctx: MokadiGrammar_frParser.Time_indicationContext): 

140 pass 

141 

142 # Enter a parse tree produced by MokadiGrammar_frParser#with_body. 

143 def enterWith_body(self, ctx: MokadiGrammar_frParser.With_bodyContext): 

144 pass 

145 

146 # Exit a parse tree produced by MokadiGrammar_frParser#with_body. 

147 def exitWith_body(self, ctx: MokadiGrammar_frParser.With_bodyContext): 

148 pass 

149 

150 # Enter a parse tree produced by MokadiGrammar_frParser#entier. 

151 def enterEntier(self, ctx: MokadiGrammar_frParser.EntierContext): 

152 pass 

153 

154 # Exit a parse tree produced by MokadiGrammar_frParser#entier. 

155 def exitEntier(self, ctx: MokadiGrammar_frParser.EntierContext): 

156 pass 

157 

158 # Enter a parse tree produced by MokadiGrammar_frParser#definition. 

159 def enterDefinition(self, ctx: MokadiGrammar_frParser.DefinitionContext): 

160 pass 

161 

162 # Exit a parse tree produced by MokadiGrammar_frParser#definition. 

163 def exitDefinition(self, ctx: MokadiGrammar_frParser.DefinitionContext): 

164 pass 

165 

166 # Enter a parse tree produced by MokadiGrammar_frParser#synonyme. 

167 def enterSynonyme(self, ctx: MokadiGrammar_frParser.SynonymeContext): 

168 pass 

169 

170 # Exit a parse tree produced by MokadiGrammar_frParser#synonyme. 

171 def exitSynonyme(self, ctx: MokadiGrammar_frParser.SynonymeContext): 

172 pass 

173 

174 # Enter a parse tree produced by MokadiGrammar_frParser#apropos. 

175 def enterApropos(self, ctx: MokadiGrammar_frParser.AproposContext): 

176 pass 

177 

178 # Exit a parse tree produced by MokadiGrammar_frParser#apropos. 

179 def exitApropos(self, ctx: MokadiGrammar_frParser.AproposContext): 

180 pass 

181 

182 # Enter a parse tree produced by MokadiGrammar_frParser#slides. 

183 def enterSlides(self, ctx: MokadiGrammar_frParser.SlidesContext): 

184 pass 

185 

186 # Exit a parse tree produced by MokadiGrammar_frParser#slides. 

187 def exitSlides(self, ctx: MokadiGrammar_frParser.SlidesContext): 

188 pass 

189 

190 # Enter a parse tree produced by MokadiGrammar_frParser#mails. 

191 def enterMails(self, ctx: MokadiGrammar_frParser.MailsContext): 

192 pass 

193 

194 # Exit a parse tree produced by MokadiGrammar_frParser#mails. 

195 def exitMails(self, ctx: MokadiGrammar_frParser.MailsContext): 

196 pass 

197 

198 # Enter a parse tree produced by MokadiGrammar_frParser#verb_voir. 

199 def enterVerb_voir(self, ctx: MokadiGrammar_frParser.Verb_voirContext): 

200 pass 

201 

202 # Exit a parse tree produced by MokadiGrammar_frParser#verb_voir. 

203 def exitVerb_voir(self, ctx: MokadiGrammar_frParser.Verb_voirContext): 

204 pass 

205 

206 # Enter a parse tree produced by MokadiGrammar_frParser#stop_words. 

207 def enterStop_words(self, ctx: MokadiGrammar_frParser.Stop_wordsContext): 

208 pass 

209 

210 # Exit a parse tree produced by MokadiGrammar_frParser#stop_words. 

211 def exitStop_words(self, ctx: MokadiGrammar_frParser.Stop_wordsContext): 

212 pass 

213 

214 # Enter a parse tree produced by MokadiGrammar_frParser#possessif_me. 

215 def enterPossessif_me(self, ctx: MokadiGrammar_frParser.Possessif_meContext): 

216 pass 

217 

218 # Exit a parse tree produced by MokadiGrammar_frParser#possessif_me. 

219 def exitPossessif_me(self, ctx: MokadiGrammar_frParser.Possessif_meContext): 

220 pass 

221 

222 # Enter a parse tree produced by MokadiGrammar_frParser#questions_mark. 

223 def enterQuestions_mark(self, ctx: MokadiGrammar_frParser.Questions_markContext): 

224 pass 

225 

226 # Exit a parse tree produced by MokadiGrammar_frParser#questions_mark. 

227 def exitQuestions_mark(self, ctx: MokadiGrammar_frParser.Questions_markContext): 

228 pass 

229 

230 # Enter a parse tree produced by 

231 # MokadiGrammar_frParser#integer_number_string. 

232 def enterInteger_number_string(self, ctx: MokadiGrammar_frParser.Integer_number_stringContext): 

233 pass 

234 

235 # Exit a parse tree produced by 

236 # MokadiGrammar_frParser#integer_number_string. 

237 def exitInteger_number_string(self, ctx: MokadiGrammar_frParser.Integer_number_stringContext): 

238 pass 

239 

240 # Enter a parse tree produced by MokadiGrammar_frParser#number_name. 

241 def enterNumber_name(self, ctx: MokadiGrammar_frParser.Number_nameContext): 

242 pass 

243 

244 # Exit a parse tree produced by MokadiGrammar_frParser#number_name. 

245 def exitNumber_name(self, ctx: MokadiGrammar_frParser.Number_nameContext): 

246 pass 

247 

248 # Enter a parse tree produced by MokadiGrammar_frParser#word_name. 

249 def enterWord_name(self, ctx: MokadiGrammar_frParser.Word_nameContext): 

250 pass 

251 

252 # Exit a parse tree produced by MokadiGrammar_frParser#word_name. 

253 def exitWord_name(self, ctx: MokadiGrammar_frParser.Word_nameContext): 

254 pass 

255 

256 # Enter a parse tree produced by MokadiGrammar_frParser#operator. 

257 def enterOperator(self, ctx: MokadiGrammar_frParser.OperatorContext): 

258 pass 

259 

260 # Exit a parse tree produced by MokadiGrammar_frParser#operator. 

261 def exitOperator(self, ctx: MokadiGrammar_frParser.OperatorContext): 

262 pass 

263 

264 # Enter a parse tree produced by MokadiGrammar_frParser#question. 

265 def enterQuestion(self, ctx: MokadiGrammar_frParser.QuestionContext): 

266 pass 

267 

268 # Exit a parse tree produced by MokadiGrammar_frParser#question. 

269 def exitQuestion(self, ctx: MokadiGrammar_frParser.QuestionContext): 

270 pass 

271 

272 # Enter a parse tree produced by MokadiGrammar_frParser#constant_number. 

273 def enterConstant_number(self, ctx: MokadiGrammar_frParser.Constant_numberContext): 

274 pass 

275 

276 # Exit a parse tree produced by MokadiGrammar_frParser#constant_number. 

277 def exitConstant_number(self, ctx: MokadiGrammar_frParser.Constant_numberContext): 

278 pass 

279 

280 # Enter a parse tree produced by MokadiGrammar_frParser#integer_number. 

281 def enterInteger_number(self, ctx: MokadiGrammar_frParser.Integer_numberContext): 

282 pass 

283 

284 # Exit a parse tree produced by MokadiGrammar_frParser#integer_number. 

285 def exitInteger_number(self, ctx: MokadiGrammar_frParser.Integer_numberContext): 

286 pass 

287 

288 # Enter a parse tree produced by MokadiGrammar_frParser#real_number. 

289 def enterReal_number(self, ctx: MokadiGrammar_frParser.Real_numberContext): 

290 pass 

291 

292 # Exit a parse tree produced by MokadiGrammar_frParser#real_number. 

293 def exitReal_number(self, ctx: MokadiGrammar_frParser.Real_numberContext): 

294 pass