Coverage for src/pyensae/languages/RListener.py: 0%

198 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-07-03 02:16 +0200

1# Generated from \R.g4 by ANTLR 4.10.1 

2from antlr4 import * 

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

4 from .RParser import RParser 

5else: 

6 from RParser import RParser 

7 

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

9 

10 

11class RListener(ParseTreeListener): 

12 

13 # Enter a parse tree produced by RParser#parse. 

14 def enterParse(self, ctx: RParser.ParseContext): 

15 pass 

16 

17 # Exit a parse tree produced by RParser#parse. 

18 def exitParse(self, ctx: RParser.ParseContext): 

19 pass 

20 

21 # Enter a parse tree produced by RParser#expr. 

22 def enterExpr(self, ctx: RParser.ExprContext): 

23 pass 

24 

25 # Exit a parse tree produced by RParser#expr. 

26 def exitExpr(self, ctx: RParser.ExprContext): 

27 pass 

28 

29 # Enter a parse tree produced by RParser#functiondefbody. 

30 def enterFunctiondefbody(self, ctx: RParser.FunctiondefbodyContext): 

31 pass 

32 

33 # Exit a parse tree produced by RParser#functiondefbody. 

34 def exitFunctiondefbody(self, ctx: RParser.FunctiondefbodyContext): 

35 pass 

36 

37 # Enter a parse tree produced by RParser#functiondeflambda. 

38 def enterFunctiondeflambda(self, ctx: RParser.FunctiondeflambdaContext): 

39 pass 

40 

41 # Exit a parse tree produced by RParser#functiondeflambda. 

42 def exitFunctiondeflambda(self, ctx: RParser.FunctiondeflambdaContext): 

43 pass 

44 

45 # Enter a parse tree produced by RParser#functiondefargslambda. 

46 def enterFunctiondefargslambda(self, ctx: RParser.FunctiondefargslambdaContext): 

47 pass 

48 

49 # Exit a parse tree produced by RParser#functiondefargslambda. 

50 def exitFunctiondefargslambda(self, ctx: RParser.FunctiondefargslambdaContext): 

51 pass 

52 

53 # Enter a parse tree produced by RParser#functiondefargs. 

54 def enterFunctiondefargs(self, ctx: RParser.FunctiondefargsContext): 

55 pass 

56 

57 # Exit a parse tree produced by RParser#functiondefargs. 

58 def exitFunctiondefargs(self, ctx: RParser.FunctiondefargsContext): 

59 pass 

60 

61 # Enter a parse tree produced by RParser#implicit_column_name. 

62 def enterImplicit_column_name(self, ctx: RParser.Implicit_column_nameContext): 

63 pass 

64 

65 # Exit a parse tree produced by RParser#implicit_column_name. 

66 def exitImplicit_column_name(self, ctx: RParser.Implicit_column_nameContext): 

67 pass 

68 

69 # Enter a parse tree produced by RParser#affectation. 

70 def enterAffectation(self, ctx: RParser.AffectationContext): 

71 pass 

72 

73 # Exit a parse tree produced by RParser#affectation. 

74 def exitAffectation(self, ctx: RParser.AffectationContext): 

75 pass 

76 

77 # Enter a parse tree produced by RParser#rangeopexpr. 

78 def enterRangeopexpr(self, ctx: RParser.RangeopexprContext): 

79 pass 

80 

81 # Exit a parse tree produced by RParser#rangeopexpr. 

82 def exitRangeopexpr(self, ctx: RParser.RangeopexprContext): 

83 pass 

84 

85 # Enter a parse tree produced by RParser#exprlist. 

86 def enterExprlist(self, ctx: RParser.ExprlistContext): 

87 pass 

88 

89 # Exit a parse tree produced by RParser#exprlist. 

90 def exitExprlist(self, ctx: RParser.ExprlistContext): 

91 pass 

92 

93 # Enter a parse tree produced by RParser#rightexpr. 

94 def enterRightexpr(self, ctx: RParser.RightexprContext): 

95 pass 

96 

97 # Exit a parse tree produced by RParser#rightexpr. 

98 def exitRightexpr(self, ctx: RParser.RightexprContext): 

99 pass 

100 

101 # Enter a parse tree produced by RParser#formlist. 

102 def enterFormlist(self, ctx: RParser.FormlistContext): 

103 pass 

104 

105 # Exit a parse tree produced by RParser#formlist. 

106 def exitFormlist(self, ctx: RParser.FormlistContext): 

107 pass 

108 

109 # Enter a parse tree produced by RParser#form. 

110 def enterForm(self, ctx: RParser.FormContext): 

111 pass 

112 

113 # Exit a parse tree produced by RParser#form. 

114 def exitForm(self, ctx: RParser.FormContext): 

115 pass 

116 

117 # Enter a parse tree produced by RParser#argumentname. 

118 def enterArgumentname(self, ctx: RParser.ArgumentnameContext): 

119 pass 

120 

121 # Exit a parse tree produced by RParser#argumentname. 

122 def exitArgumentname(self, ctx: RParser.ArgumentnameContext): 

123 pass 

124 

125 # Enter a parse tree produced by RParser#sublist. 

126 def enterSublist(self, ctx: RParser.SublistContext): 

127 pass 

128 

129 # Exit a parse tree produced by RParser#sublist. 

130 def exitSublist(self, ctx: RParser.SublistContext): 

131 pass 

132 

133 # Enter a parse tree produced by RParser#sublistadd. 

134 def enterSublistadd(self, ctx: RParser.SublistaddContext): 

135 pass 

136 

137 # Exit a parse tree produced by RParser#sublistadd. 

138 def exitSublistadd(self, ctx: RParser.SublistaddContext): 

139 pass 

140 

141 # Enter a parse tree produced by RParser#sub. 

142 def enterSub(self, ctx: RParser.SubContext): 

143 pass 

144 

145 # Exit a parse tree produced by RParser#sub. 

146 def exitSub(self, ctx: RParser.SubContext): 

147 pass 

148 

149 # Enter a parse tree produced by RParser#subnobracket. 

150 def enterSubnobracket(self, ctx: RParser.SubnobracketContext): 

151 pass 

152 

153 # Exit a parse tree produced by RParser#subnobracket. 

154 def exitSubnobracket(self, ctx: RParser.SubnobracketContext): 

155 pass 

156 

157 # Enter a parse tree produced by RParser#ranges. 

158 def enterRanges(self, ctx: RParser.RangesContext): 

159 pass 

160 

161 # Exit a parse tree produced by RParser#ranges. 

162 def exitRanges(self, ctx: RParser.RangesContext): 

163 pass 

164 

165 # Enter a parse tree produced by RParser#range_simple. 

166 def enterRange_simple(self, ctx: RParser.Range_simpleContext): 

167 pass 

168 

169 # Exit a parse tree produced by RParser#range_simple. 

170 def exitRange_simple(self, ctx: RParser.Range_simpleContext): 

171 pass 

172 

173 # Enter a parse tree produced by RParser#range_complexe. 

174 def enterRange_complexe(self, ctx: RParser.Range_complexeContext): 

175 pass 

176 

177 # Exit a parse tree produced by RParser#range_complexe. 

178 def exitRange_complexe(self, ctx: RParser.Range_complexeContext): 

179 pass 

180 

181 # Enter a parse tree produced by RParser#intersections. 

182 def enterIntersections(self, ctx: RParser.IntersectionsContext): 

183 pass 

184 

185 # Exit a parse tree produced by RParser#intersections. 

186 def exitIntersections(self, ctx: RParser.IntersectionsContext): 

187 pass 

188 

189 # Enter a parse tree produced by RParser#intersection_simple. 

190 def enterIntersection_simple(self, ctx: RParser.Intersection_simpleContext): 

191 pass 

192 

193 # Exit a parse tree produced by RParser#intersection_simple. 

194 def exitIntersection_simple(self, ctx: RParser.Intersection_simpleContext): 

195 pass 

196 

197 # Enter a parse tree produced by RParser#intersection_complexe. 

198 def enterIntersection_complexe(self, ctx: RParser.Intersection_complexeContext): 

199 pass 

200 

201 # Exit a parse tree produced by RParser#intersection_complexe. 

202 def exitIntersection_complexe(self, ctx: RParser.Intersection_complexeContext): 

203 pass 

204 

205 # Enter a parse tree produced by RParser#constant. 

206 def enterConstant(self, ctx: RParser.ConstantContext): 

207 pass 

208 

209 # Exit a parse tree produced by RParser#constant. 

210 def exitConstant(self, ctx: RParser.ConstantContext): 

211 pass 

212 

213 # Enter a parse tree produced by RParser#boolean. 

214 def enterBoolean(self, ctx: RParser.BooleanContext): 

215 pass 

216 

217 # Exit a parse tree produced by RParser#boolean. 

218 def exitBoolean(self, ctx: RParser.BooleanContext): 

219 pass 

220 

221 # Enter a parse tree produced by RParser#nextexpr. 

222 def enterNextexpr(self, ctx: RParser.NextexprContext): 

223 pass 

224 

225 # Exit a parse tree produced by RParser#nextexpr. 

226 def exitNextexpr(self, ctx: RParser.NextexprContext): 

227 pass 

228 

229 # Enter a parse tree produced by RParser#repeatexpr. 

230 def enterRepeatexpr(self, ctx: RParser.RepeatexprContext): 

231 pass 

232 

233 # Exit a parse tree produced by RParser#repeatexpr. 

234 def exitRepeatexpr(self, ctx: RParser.RepeatexprContext): 

235 pass 

236 

237 # Enter a parse tree produced by RParser#whileexpr. 

238 def enterWhileexpr(self, ctx: RParser.WhileexprContext): 

239 pass 

240 

241 # Exit a parse tree produced by RParser#whileexpr. 

242 def exitWhileexpr(self, ctx: RParser.WhileexprContext): 

243 pass 

244 

245 # Enter a parse tree produced by RParser#forexpr. 

246 def enterForexpr(self, ctx: RParser.ForexprContext): 

247 pass 

248 

249 # Exit a parse tree produced by RParser#forexpr. 

250 def exitForexpr(self, ctx: RParser.ForexprContext): 

251 pass 

252 

253 # Enter a parse tree produced by RParser#ifexpr. 

254 def enterIfexpr(self, ctx: RParser.IfexprContext): 

255 pass 

256 

257 # Exit a parse tree produced by RParser#ifexpr. 

258 def exitIfexpr(self, ctx: RParser.IfexprContext): 

259 pass 

260 

261 # Enter a parse tree produced by RParser#ifelseexpr. 

262 def enterIfelseexpr(self, ctx: RParser.IfelseexprContext): 

263 pass 

264 

265 # Exit a parse tree produced by RParser#ifelseexpr. 

266 def exitIfelseexpr(self, ctx: RParser.IfelseexprContext): 

267 pass 

268 

269 # Enter a parse tree produced by RParser#elseif. 

270 def enterElseif(self, ctx: RParser.ElseifContext): 

271 pass 

272 

273 # Exit a parse tree produced by RParser#elseif. 

274 def exitElseif(self, ctx: RParser.ElseifContext): 

275 pass 

276 

277 # Enter a parse tree produced by RParser#returnexpr. 

278 def enterReturnexpr(self, ctx: RParser.ReturnexprContext): 

279 pass 

280 

281 # Exit a parse tree produced by RParser#returnexpr. 

282 def exitReturnexpr(self, ctx: RParser.ReturnexprContext): 

283 pass 

284 

285 # Enter a parse tree produced by RParser#functioncall. 

286 def enterFunctioncall(self, ctx: RParser.FunctioncallContext): 

287 pass 

288 

289 # Exit a parse tree produced by RParser#functioncall. 

290 def exitFunctioncall(self, ctx: RParser.FunctioncallContext): 

291 pass 

292 

293 # Enter a parse tree produced by RParser#inlinefunction. 

294 def enterInlinefunction(self, ctx: RParser.InlinefunctionContext): 

295 pass 

296 

297 # Exit a parse tree produced by RParser#inlinefunction. 

298 def exitInlinefunction(self, ctx: RParser.InlinefunctionContext): 

299 pass 

300 

301 # Enter a parse tree produced by RParser#formula_simple. 

302 def enterFormula_simple(self, ctx: RParser.Formula_simpleContext): 

303 pass 

304 

305 # Exit a parse tree produced by RParser#formula_simple. 

306 def exitFormula_simple(self, ctx: RParser.Formula_simpleContext): 

307 pass 

308 

309 # Enter a parse tree produced by RParser#formula_simple_A. 

310 def enterFormula_simple_A(self, ctx: RParser.Formula_simple_AContext): 

311 pass 

312 

313 # Exit a parse tree produced by RParser#formula_simple_A. 

314 def exitFormula_simple_A(self, ctx: RParser.Formula_simple_AContext): 

315 pass 

316 

317 # Enter a parse tree produced by RParser#formula_simple_B. 

318 def enterFormula_simple_B(self, ctx: RParser.Formula_simple_BContext): 

319 pass 

320 

321 # Exit a parse tree produced by RParser#formula_simple_B. 

322 def exitFormula_simple_B(self, ctx: RParser.Formula_simple_BContext): 

323 pass 

324 

325 # Enter a parse tree produced by RParser#formula_simple_C. 

326 def enterFormula_simple_C(self, ctx: RParser.Formula_simple_CContext): 

327 pass 

328 

329 # Exit a parse tree produced by RParser#formula_simple_C. 

330 def exitFormula_simple_C(self, ctx: RParser.Formula_simple_CContext): 

331 pass 

332 

333 # Enter a parse tree produced by RParser#affectop. 

334 def enterAffectop(self, ctx: RParser.AffectopContext): 

335 pass 

336 

337 # Exit a parse tree produced by RParser#affectop. 

338 def exitAffectop(self, ctx: RParser.AffectopContext): 

339 pass 

340 

341 # Enter a parse tree produced by RParser#functiondef. 

342 def enterFunctiondef(self, ctx: RParser.FunctiondefContext): 

343 pass 

344 

345 # Exit a parse tree produced by RParser#functiondef. 

346 def exitFunctiondef(self, ctx: RParser.FunctiondefContext): 

347 pass 

348 

349 # Enter a parse tree produced by RParser#identifier. 

350 def enterIdentifier(self, ctx: RParser.IdentifierContext): 

351 pass 

352 

353 # Exit a parse tree produced by RParser#identifier. 

354 def exitIdentifier(self, ctx: RParser.IdentifierContext): 

355 pass 

356 

357 # Enter a parse tree produced by RParser#formop. 

358 def enterFormop(self, ctx: RParser.FormopContext): 

359 pass 

360 

361 # Exit a parse tree produced by RParser#formop. 

362 def exitFormop(self, ctx: RParser.FormopContext): 

363 pass 

364 

365 # Enter a parse tree produced by RParser#rangeop. 

366 def enterRangeop(self, ctx: RParser.RangeopContext): 

367 pass 

368 

369 # Exit a parse tree produced by RParser#rangeop. 

370 def exitRangeop(self, ctx: RParser.RangeopContext): 

371 pass 

372 

373 # Enter a parse tree produced by RParser#dotop. 

374 def enterDotop(self, ctx: RParser.DotopContext): 

375 pass 

376 

377 # Exit a parse tree produced by RParser#dotop. 

378 def exitDotop(self, ctx: RParser.DotopContext): 

379 pass 

380 

381 # Enter a parse tree produced by RParser#operator. 

382 def enterOperator(self, ctx: RParser.OperatorContext): 

383 pass 

384 

385 # Exit a parse tree produced by RParser#operator. 

386 def exitOperator(self, ctx: RParser.OperatorContext): 

387 pass 

388 

389 # Enter a parse tree produced by RParser#comparison. 

390 def enterComparison(self, ctx: RParser.ComparisonContext): 

391 pass 

392 

393 # Exit a parse tree produced by RParser#comparison. 

394 def exitComparison(self, ctx: RParser.ComparisonContext): 

395 pass 

396 

397 

398del RParser