The default implementation returns the result of calling 18 | * {@link #visitChildren} on {@code ctx}.
19 | */ 20 | @Override public T visitStartRule(vbaParser.StartRuleContext ctx) { return visitChildren(ctx); } 21 | /** 22 | * {@inheritDoc} 23 | * 24 | *The default implementation returns the result of calling 25 | * {@link #visitChildren} on {@code ctx}.
26 | */ 27 | @Override public T visitModule(vbaParser.ModuleContext ctx) { return visitChildren(ctx); } 28 | /** 29 | * {@inheritDoc} 30 | * 31 | *The default implementation returns the result of calling 32 | * {@link #visitChildren} on {@code ctx}.
33 | */ 34 | @Override public T visitModuleHeader(vbaParser.ModuleHeaderContext ctx) { return visitChildren(ctx); } 35 | /** 36 | * {@inheritDoc} 37 | * 38 | *The default implementation returns the result of calling 39 | * {@link #visitChildren} on {@code ctx}.
40 | */ 41 | @Override public T visitModuleConfig(vbaParser.ModuleConfigContext ctx) { return visitChildren(ctx); } 42 | /** 43 | * {@inheritDoc} 44 | * 45 | *The default implementation returns the result of calling 46 | * {@link #visitChildren} on {@code ctx}.
47 | */ 48 | @Override public T visitModuleConfigElement(vbaParser.ModuleConfigElementContext ctx) { return visitChildren(ctx); } 49 | /** 50 | * {@inheritDoc} 51 | * 52 | *The default implementation returns the result of calling 53 | * {@link #visitChildren} on {@code ctx}.
54 | */ 55 | @Override public T visitModuleAttributes(vbaParser.ModuleAttributesContext ctx) { return visitChildren(ctx); } 56 | /** 57 | * {@inheritDoc} 58 | * 59 | *The default implementation returns the result of calling 60 | * {@link #visitChildren} on {@code ctx}.
61 | */ 62 | @Override public T visitModuleDeclarations(vbaParser.ModuleDeclarationsContext ctx) { return visitChildren(ctx); } 63 | /** 64 | * {@inheritDoc} 65 | * 66 | *The default implementation returns the result of calling 67 | * {@link #visitChildren} on {@code ctx}.
68 | */ 69 | @Override public T visitOptionBaseStmt(vbaParser.OptionBaseStmtContext ctx) { return visitChildren(ctx); } 70 | /** 71 | * {@inheritDoc} 72 | * 73 | *The default implementation returns the result of calling 74 | * {@link #visitChildren} on {@code ctx}.
75 | */ 76 | @Override public T visitOptionCompareStmt(vbaParser.OptionCompareStmtContext ctx) { return visitChildren(ctx); } 77 | /** 78 | * {@inheritDoc} 79 | * 80 | *The default implementation returns the result of calling 81 | * {@link #visitChildren} on {@code ctx}.
82 | */ 83 | @Override public T visitOptionExplicitStmt(vbaParser.OptionExplicitStmtContext ctx) { return visitChildren(ctx); } 84 | /** 85 | * {@inheritDoc} 86 | * 87 | *The default implementation returns the result of calling 88 | * {@link #visitChildren} on {@code ctx}.
89 | */ 90 | @Override public T visitOptionPrivateModuleStmt(vbaParser.OptionPrivateModuleStmtContext ctx) { return visitChildren(ctx); } 91 | /** 92 | * {@inheritDoc} 93 | * 94 | *The default implementation returns the result of calling 95 | * {@link #visitChildren} on {@code ctx}.
96 | */ 97 | @Override public T visitModuleDeclarationsElement(vbaParser.ModuleDeclarationsElementContext ctx) { return visitChildren(ctx); } 98 | /** 99 | * {@inheritDoc} 100 | * 101 | *The default implementation returns the result of calling 102 | * {@link #visitChildren} on {@code ctx}.
103 | */ 104 | @Override public T visitMacroStmt(vbaParser.MacroStmtContext ctx) { return visitChildren(ctx); } 105 | /** 106 | * {@inheritDoc} 107 | * 108 | *The default implementation returns the result of calling 109 | * {@link #visitChildren} on {@code ctx}.
110 | */ 111 | @Override public T visitModuleBody(vbaParser.ModuleBodyContext ctx) { return visitChildren(ctx); } 112 | /** 113 | * {@inheritDoc} 114 | * 115 | *The default implementation returns the result of calling 116 | * {@link #visitChildren} on {@code ctx}.
117 | */ 118 | @Override public T visitModuleBodyElement(vbaParser.ModuleBodyElementContext ctx) { return visitChildren(ctx); } 119 | /** 120 | * {@inheritDoc} 121 | * 122 | *The default implementation returns the result of calling 123 | * {@link #visitChildren} on {@code ctx}.
124 | */ 125 | @Override public T visitAttributeStmt(vbaParser.AttributeStmtContext ctx) { return visitChildren(ctx); } 126 | /** 127 | * {@inheritDoc} 128 | * 129 | *The default implementation returns the result of calling 130 | * {@link #visitChildren} on {@code ctx}.
131 | */ 132 | @Override public T visitBlock(vbaParser.BlockContext ctx) { return visitChildren(ctx); } 133 | /** 134 | * {@inheritDoc} 135 | * 136 | *The default implementation returns the result of calling 137 | * {@link #visitChildren} on {@code ctx}.
138 | */ 139 | @Override public T visitBlockStmt(vbaParser.BlockStmtContext ctx) { return visitChildren(ctx); } 140 | /** 141 | * {@inheritDoc} 142 | * 143 | *The default implementation returns the result of calling 144 | * {@link #visitChildren} on {@code ctx}.
145 | */ 146 | @Override public T visitAppactivateStmt(vbaParser.AppactivateStmtContext ctx) { return visitChildren(ctx); } 147 | /** 148 | * {@inheritDoc} 149 | * 150 | *The default implementation returns the result of calling 151 | * {@link #visitChildren} on {@code ctx}.
152 | */ 153 | @Override public T visitBeepStmt(vbaParser.BeepStmtContext ctx) { return visitChildren(ctx); } 154 | /** 155 | * {@inheritDoc} 156 | * 157 | *The default implementation returns the result of calling 158 | * {@link #visitChildren} on {@code ctx}.
159 | */ 160 | @Override public T visitChdirStmt(vbaParser.ChdirStmtContext ctx) { return visitChildren(ctx); } 161 | /** 162 | * {@inheritDoc} 163 | * 164 | *The default implementation returns the result of calling 165 | * {@link #visitChildren} on {@code ctx}.
166 | */ 167 | @Override public T visitChdriveStmt(vbaParser.ChdriveStmtContext ctx) { return visitChildren(ctx); } 168 | /** 169 | * {@inheritDoc} 170 | * 171 | *The default implementation returns the result of calling 172 | * {@link #visitChildren} on {@code ctx}.
173 | */ 174 | @Override public T visitCloseStmt(vbaParser.CloseStmtContext ctx) { return visitChildren(ctx); } 175 | /** 176 | * {@inheritDoc} 177 | * 178 | *The default implementation returns the result of calling 179 | * {@link #visitChildren} on {@code ctx}.
180 | */ 181 | @Override public T visitConstStmt(vbaParser.ConstStmtContext ctx) { return visitChildren(ctx); } 182 | /** 183 | * {@inheritDoc} 184 | * 185 | *The default implementation returns the result of calling 186 | * {@link #visitChildren} on {@code ctx}.
187 | */ 188 | @Override public T visitConstSubStmt(vbaParser.ConstSubStmtContext ctx) { return visitChildren(ctx); } 189 | /** 190 | * {@inheritDoc} 191 | * 192 | *The default implementation returns the result of calling 193 | * {@link #visitChildren} on {@code ctx}.
194 | */ 195 | @Override public T visitDateStmt(vbaParser.DateStmtContext ctx) { return visitChildren(ctx); } 196 | /** 197 | * {@inheritDoc} 198 | * 199 | *The default implementation returns the result of calling 200 | * {@link #visitChildren} on {@code ctx}.
201 | */ 202 | @Override public T visitDeclareStmt(vbaParser.DeclareStmtContext ctx) { return visitChildren(ctx); } 203 | /** 204 | * {@inheritDoc} 205 | * 206 | *The default implementation returns the result of calling 207 | * {@link #visitChildren} on {@code ctx}.
208 | */ 209 | @Override public T visitDeftypeStmt(vbaParser.DeftypeStmtContext ctx) { return visitChildren(ctx); } 210 | /** 211 | * {@inheritDoc} 212 | * 213 | *The default implementation returns the result of calling 214 | * {@link #visitChildren} on {@code ctx}.
215 | */ 216 | @Override public T visitDeleteSettingStmt(vbaParser.DeleteSettingStmtContext ctx) { return visitChildren(ctx); } 217 | /** 218 | * {@inheritDoc} 219 | * 220 | *The default implementation returns the result of calling 221 | * {@link #visitChildren} on {@code ctx}.
222 | */ 223 | @Override public T visitDoLoopStmt(vbaParser.DoLoopStmtContext ctx) { return visitChildren(ctx); } 224 | /** 225 | * {@inheritDoc} 226 | * 227 | *The default implementation returns the result of calling 228 | * {@link #visitChildren} on {@code ctx}.
229 | */ 230 | @Override public T visitEndStmt(vbaParser.EndStmtContext ctx) { return visitChildren(ctx); } 231 | /** 232 | * {@inheritDoc} 233 | * 234 | *The default implementation returns the result of calling 235 | * {@link #visitChildren} on {@code ctx}.
236 | */ 237 | @Override public T visitEnumerationStmt(vbaParser.EnumerationStmtContext ctx) { return visitChildren(ctx); } 238 | /** 239 | * {@inheritDoc} 240 | * 241 | *The default implementation returns the result of calling 242 | * {@link #visitChildren} on {@code ctx}.
243 | */ 244 | @Override public T visitEnumerationStmt_Constant(vbaParser.EnumerationStmt_ConstantContext ctx) { return visitChildren(ctx); } 245 | /** 246 | * {@inheritDoc} 247 | * 248 | *The default implementation returns the result of calling 249 | * {@link #visitChildren} on {@code ctx}.
250 | */ 251 | @Override public T visitEraseStmt(vbaParser.EraseStmtContext ctx) { return visitChildren(ctx); } 252 | /** 253 | * {@inheritDoc} 254 | * 255 | *The default implementation returns the result of calling 256 | * {@link #visitChildren} on {@code ctx}.
257 | */ 258 | @Override public T visitErrorStmt(vbaParser.ErrorStmtContext ctx) { return visitChildren(ctx); } 259 | /** 260 | * {@inheritDoc} 261 | * 262 | *The default implementation returns the result of calling 263 | * {@link #visitChildren} on {@code ctx}.
264 | */ 265 | @Override public T visitEventStmt(vbaParser.EventStmtContext ctx) { return visitChildren(ctx); } 266 | /** 267 | * {@inheritDoc} 268 | * 269 | *The default implementation returns the result of calling 270 | * {@link #visitChildren} on {@code ctx}.
271 | */ 272 | @Override public T visitExitStmt(vbaParser.ExitStmtContext ctx) { return visitChildren(ctx); } 273 | /** 274 | * {@inheritDoc} 275 | * 276 | *The default implementation returns the result of calling 277 | * {@link #visitChildren} on {@code ctx}.
278 | */ 279 | @Override public T visitFilecopyStmt(vbaParser.FilecopyStmtContext ctx) { return visitChildren(ctx); } 280 | /** 281 | * {@inheritDoc} 282 | * 283 | *The default implementation returns the result of calling 284 | * {@link #visitChildren} on {@code ctx}.
285 | */ 286 | @Override public T visitForEachStmt(vbaParser.ForEachStmtContext ctx) { return visitChildren(ctx); } 287 | /** 288 | * {@inheritDoc} 289 | * 290 | *The default implementation returns the result of calling 291 | * {@link #visitChildren} on {@code ctx}.
292 | */ 293 | @Override public T visitForNextStmt(vbaParser.ForNextStmtContext ctx) { return visitChildren(ctx); } 294 | /** 295 | * {@inheritDoc} 296 | * 297 | *The default implementation returns the result of calling 298 | * {@link #visitChildren} on {@code ctx}.
299 | */ 300 | @Override public T visitFunctionStmt(vbaParser.FunctionStmtContext ctx) { return visitChildren(ctx); } 301 | /** 302 | * {@inheritDoc} 303 | * 304 | *The default implementation returns the result of calling 305 | * {@link #visitChildren} on {@code ctx}.
306 | */ 307 | @Override public T visitGetStmt(vbaParser.GetStmtContext ctx) { return visitChildren(ctx); } 308 | /** 309 | * {@inheritDoc} 310 | * 311 | *The default implementation returns the result of calling 312 | * {@link #visitChildren} on {@code ctx}.
313 | */ 314 | @Override public T visitGoSubStmt(vbaParser.GoSubStmtContext ctx) { return visitChildren(ctx); } 315 | /** 316 | * {@inheritDoc} 317 | * 318 | *The default implementation returns the result of calling 319 | * {@link #visitChildren} on {@code ctx}.
320 | */ 321 | @Override public T visitGoToStmt(vbaParser.GoToStmtContext ctx) { return visitChildren(ctx); } 322 | /** 323 | * {@inheritDoc} 324 | * 325 | *The default implementation returns the result of calling 326 | * {@link #visitChildren} on {@code ctx}.
327 | */ 328 | @Override public T visitInlineIfThenElse(vbaParser.InlineIfThenElseContext ctx) { return visitChildren(ctx); } 329 | /** 330 | * {@inheritDoc} 331 | * 332 | *The default implementation returns the result of calling 333 | * {@link #visitChildren} on {@code ctx}.
334 | */ 335 | @Override public T visitBlockIfThenElse(vbaParser.BlockIfThenElseContext ctx) { return visitChildren(ctx); } 336 | /** 337 | * {@inheritDoc} 338 | * 339 | *The default implementation returns the result of calling 340 | * {@link #visitChildren} on {@code ctx}.
341 | */ 342 | @Override public T visitIfBlockStmt(vbaParser.IfBlockStmtContext ctx) { return visitChildren(ctx); } 343 | /** 344 | * {@inheritDoc} 345 | * 346 | *The default implementation returns the result of calling 347 | * {@link #visitChildren} on {@code ctx}.
348 | */ 349 | @Override public T visitIfConditionStmt(vbaParser.IfConditionStmtContext ctx) { return visitChildren(ctx); } 350 | /** 351 | * {@inheritDoc} 352 | * 353 | *The default implementation returns the result of calling 354 | * {@link #visitChildren} on {@code ctx}.
355 | */ 356 | @Override public T visitIfElseIfBlockStmt(vbaParser.IfElseIfBlockStmtContext ctx) { return visitChildren(ctx); } 357 | /** 358 | * {@inheritDoc} 359 | * 360 | *The default implementation returns the result of calling 361 | * {@link #visitChildren} on {@code ctx}.
362 | */ 363 | @Override public T visitIfElseBlockStmt(vbaParser.IfElseBlockStmtContext ctx) { return visitChildren(ctx); } 364 | /** 365 | * {@inheritDoc} 366 | * 367 | *The default implementation returns the result of calling 368 | * {@link #visitChildren} on {@code ctx}.
369 | */ 370 | @Override public T visitImplementsStmt(vbaParser.ImplementsStmtContext ctx) { return visitChildren(ctx); } 371 | /** 372 | * {@inheritDoc} 373 | * 374 | *The default implementation returns the result of calling 375 | * {@link #visitChildren} on {@code ctx}.
376 | */ 377 | @Override public T visitInputStmt(vbaParser.InputStmtContext ctx) { return visitChildren(ctx); } 378 | /** 379 | * {@inheritDoc} 380 | * 381 | *The default implementation returns the result of calling 382 | * {@link #visitChildren} on {@code ctx}.
383 | */ 384 | @Override public T visitKillStmt(vbaParser.KillStmtContext ctx) { return visitChildren(ctx); } 385 | /** 386 | * {@inheritDoc} 387 | * 388 | *The default implementation returns the result of calling 389 | * {@link #visitChildren} on {@code ctx}.
390 | */ 391 | @Override public T visitLetStmt(vbaParser.LetStmtContext ctx) { return visitChildren(ctx); } 392 | /** 393 | * {@inheritDoc} 394 | * 395 | *The default implementation returns the result of calling 396 | * {@link #visitChildren} on {@code ctx}.
397 | */ 398 | @Override public T visitLineInputStmt(vbaParser.LineInputStmtContext ctx) { return visitChildren(ctx); } 399 | /** 400 | * {@inheritDoc} 401 | * 402 | *The default implementation returns the result of calling 403 | * {@link #visitChildren} on {@code ctx}.
404 | */ 405 | @Override public T visitLoadStmt(vbaParser.LoadStmtContext ctx) { return visitChildren(ctx); } 406 | /** 407 | * {@inheritDoc} 408 | * 409 | *The default implementation returns the result of calling 410 | * {@link #visitChildren} on {@code ctx}.
411 | */ 412 | @Override public T visitLockStmt(vbaParser.LockStmtContext ctx) { return visitChildren(ctx); } 413 | /** 414 | * {@inheritDoc} 415 | * 416 | *The default implementation returns the result of calling 417 | * {@link #visitChildren} on {@code ctx}.
418 | */ 419 | @Override public T visitLsetStmt(vbaParser.LsetStmtContext ctx) { return visitChildren(ctx); } 420 | /** 421 | * {@inheritDoc} 422 | * 423 | *The default implementation returns the result of calling 424 | * {@link #visitChildren} on {@code ctx}.
425 | */ 426 | @Override public T visitMacroConstStmt(vbaParser.MacroConstStmtContext ctx) { return visitChildren(ctx); } 427 | /** 428 | * {@inheritDoc} 429 | * 430 | *The default implementation returns the result of calling 431 | * {@link #visitChildren} on {@code ctx}.
432 | */ 433 | @Override public T visitMacroIfThenElseStmt(vbaParser.MacroIfThenElseStmtContext ctx) { return visitChildren(ctx); } 434 | /** 435 | * {@inheritDoc} 436 | * 437 | *The default implementation returns the result of calling 438 | * {@link #visitChildren} on {@code ctx}.
439 | */ 440 | @Override public T visitMacroIfBlockStmt(vbaParser.MacroIfBlockStmtContext ctx) { return visitChildren(ctx); } 441 | /** 442 | * {@inheritDoc} 443 | * 444 | *The default implementation returns the result of calling 445 | * {@link #visitChildren} on {@code ctx}.
446 | */ 447 | @Override public T visitMacroElseIfBlockStmt(vbaParser.MacroElseIfBlockStmtContext ctx) { return visitChildren(ctx); } 448 | /** 449 | * {@inheritDoc} 450 | * 451 | *The default implementation returns the result of calling 452 | * {@link #visitChildren} on {@code ctx}.
453 | */ 454 | @Override public T visitMacroElseBlockStmt(vbaParser.MacroElseBlockStmtContext ctx) { return visitChildren(ctx); } 455 | /** 456 | * {@inheritDoc} 457 | * 458 | *The default implementation returns the result of calling 459 | * {@link #visitChildren} on {@code ctx}.
460 | */ 461 | @Override public T visitMidStmt(vbaParser.MidStmtContext ctx) { return visitChildren(ctx); } 462 | /** 463 | * {@inheritDoc} 464 | * 465 | *The default implementation returns the result of calling 466 | * {@link #visitChildren} on {@code ctx}.
467 | */ 468 | @Override public T visitMkdirStmt(vbaParser.MkdirStmtContext ctx) { return visitChildren(ctx); } 469 | /** 470 | * {@inheritDoc} 471 | * 472 | *The default implementation returns the result of calling 473 | * {@link #visitChildren} on {@code ctx}.
474 | */ 475 | @Override public T visitNameStmt(vbaParser.NameStmtContext ctx) { return visitChildren(ctx); } 476 | /** 477 | * {@inheritDoc} 478 | * 479 | *The default implementation returns the result of calling 480 | * {@link #visitChildren} on {@code ctx}.
481 | */ 482 | @Override public T visitOnErrorStmt(vbaParser.OnErrorStmtContext ctx) { return visitChildren(ctx); } 483 | /** 484 | * {@inheritDoc} 485 | * 486 | *The default implementation returns the result of calling 487 | * {@link #visitChildren} on {@code ctx}.
488 | */ 489 | @Override public T visitOnGoToStmt(vbaParser.OnGoToStmtContext ctx) { return visitChildren(ctx); } 490 | /** 491 | * {@inheritDoc} 492 | * 493 | *The default implementation returns the result of calling 494 | * {@link #visitChildren} on {@code ctx}.
495 | */ 496 | @Override public T visitOnGoSubStmt(vbaParser.OnGoSubStmtContext ctx) { return visitChildren(ctx); } 497 | /** 498 | * {@inheritDoc} 499 | * 500 | *The default implementation returns the result of calling 501 | * {@link #visitChildren} on {@code ctx}.
502 | */ 503 | @Override public T visitOpenStmt(vbaParser.OpenStmtContext ctx) { return visitChildren(ctx); } 504 | /** 505 | * {@inheritDoc} 506 | * 507 | *The default implementation returns the result of calling 508 | * {@link #visitChildren} on {@code ctx}.
509 | */ 510 | @Override public T visitOutputList(vbaParser.OutputListContext ctx) { return visitChildren(ctx); } 511 | /** 512 | * {@inheritDoc} 513 | * 514 | *The default implementation returns the result of calling 515 | * {@link #visitChildren} on {@code ctx}.
516 | */ 517 | @Override public T visitOutputList_Expression(vbaParser.OutputList_ExpressionContext ctx) { return visitChildren(ctx); } 518 | /** 519 | * {@inheritDoc} 520 | * 521 | *The default implementation returns the result of calling 522 | * {@link #visitChildren} on {@code ctx}.
523 | */ 524 | @Override public T visitPrintStmt(vbaParser.PrintStmtContext ctx) { return visitChildren(ctx); } 525 | /** 526 | * {@inheritDoc} 527 | * 528 | *The default implementation returns the result of calling 529 | * {@link #visitChildren} on {@code ctx}.
530 | */ 531 | @Override public T visitPropertyGetStmt(vbaParser.PropertyGetStmtContext ctx) { return visitChildren(ctx); } 532 | /** 533 | * {@inheritDoc} 534 | * 535 | *The default implementation returns the result of calling 536 | * {@link #visitChildren} on {@code ctx}.
537 | */ 538 | @Override public T visitPropertySetStmt(vbaParser.PropertySetStmtContext ctx) { return visitChildren(ctx); } 539 | /** 540 | * {@inheritDoc} 541 | * 542 | *The default implementation returns the result of calling 543 | * {@link #visitChildren} on {@code ctx}.
544 | */ 545 | @Override public T visitPropertyLetStmt(vbaParser.PropertyLetStmtContext ctx) { return visitChildren(ctx); } 546 | /** 547 | * {@inheritDoc} 548 | * 549 | *The default implementation returns the result of calling 550 | * {@link #visitChildren} on {@code ctx}.
551 | */ 552 | @Override public T visitPutStmt(vbaParser.PutStmtContext ctx) { return visitChildren(ctx); } 553 | /** 554 | * {@inheritDoc} 555 | * 556 | *The default implementation returns the result of calling 557 | * {@link #visitChildren} on {@code ctx}.
558 | */ 559 | @Override public T visitRaiseEventStmt(vbaParser.RaiseEventStmtContext ctx) { return visitChildren(ctx); } 560 | /** 561 | * {@inheritDoc} 562 | * 563 | *The default implementation returns the result of calling 564 | * {@link #visitChildren} on {@code ctx}.
565 | */ 566 | @Override public T visitRandomizeStmt(vbaParser.RandomizeStmtContext ctx) { return visitChildren(ctx); } 567 | /** 568 | * {@inheritDoc} 569 | * 570 | *The default implementation returns the result of calling 571 | * {@link #visitChildren} on {@code ctx}.
572 | */ 573 | @Override public T visitRedimStmt(vbaParser.RedimStmtContext ctx) { return visitChildren(ctx); } 574 | /** 575 | * {@inheritDoc} 576 | * 577 | *The default implementation returns the result of calling 578 | * {@link #visitChildren} on {@code ctx}.
579 | */ 580 | @Override public T visitRedimSubStmt(vbaParser.RedimSubStmtContext ctx) { return visitChildren(ctx); } 581 | /** 582 | * {@inheritDoc} 583 | * 584 | *The default implementation returns the result of calling 585 | * {@link #visitChildren} on {@code ctx}.
586 | */ 587 | @Override public T visitResetStmt(vbaParser.ResetStmtContext ctx) { return visitChildren(ctx); } 588 | /** 589 | * {@inheritDoc} 590 | * 591 | *The default implementation returns the result of calling 592 | * {@link #visitChildren} on {@code ctx}.
593 | */ 594 | @Override public T visitResumeStmt(vbaParser.ResumeStmtContext ctx) { return visitChildren(ctx); } 595 | /** 596 | * {@inheritDoc} 597 | * 598 | *The default implementation returns the result of calling 599 | * {@link #visitChildren} on {@code ctx}.
600 | */ 601 | @Override public T visitReturnStmt(vbaParser.ReturnStmtContext ctx) { return visitChildren(ctx); } 602 | /** 603 | * {@inheritDoc} 604 | * 605 | *The default implementation returns the result of calling 606 | * {@link #visitChildren} on {@code ctx}.
607 | */ 608 | @Override public T visitRmdirStmt(vbaParser.RmdirStmtContext ctx) { return visitChildren(ctx); } 609 | /** 610 | * {@inheritDoc} 611 | * 612 | *The default implementation returns the result of calling 613 | * {@link #visitChildren} on {@code ctx}.
614 | */ 615 | @Override public T visitRsetStmt(vbaParser.RsetStmtContext ctx) { return visitChildren(ctx); } 616 | /** 617 | * {@inheritDoc} 618 | * 619 | *The default implementation returns the result of calling 620 | * {@link #visitChildren} on {@code ctx}.
621 | */ 622 | @Override public T visitSavepictureStmt(vbaParser.SavepictureStmtContext ctx) { return visitChildren(ctx); } 623 | /** 624 | * {@inheritDoc} 625 | * 626 | *The default implementation returns the result of calling 627 | * {@link #visitChildren} on {@code ctx}.
628 | */ 629 | @Override public T visitSaveSettingStmt(vbaParser.SaveSettingStmtContext ctx) { return visitChildren(ctx); } 630 | /** 631 | * {@inheritDoc} 632 | * 633 | *The default implementation returns the result of calling 634 | * {@link #visitChildren} on {@code ctx}.
635 | */ 636 | @Override public T visitSeekStmt(vbaParser.SeekStmtContext ctx) { return visitChildren(ctx); } 637 | /** 638 | * {@inheritDoc} 639 | * 640 | *The default implementation returns the result of calling 641 | * {@link #visitChildren} on {@code ctx}.
642 | */ 643 | @Override public T visitSelectCaseStmt(vbaParser.SelectCaseStmtContext ctx) { return visitChildren(ctx); } 644 | /** 645 | * {@inheritDoc} 646 | * 647 | *The default implementation returns the result of calling 648 | * {@link #visitChildren} on {@code ctx}.
649 | */ 650 | @Override public T visitCaseCondIs(vbaParser.CaseCondIsContext ctx) { return visitChildren(ctx); } 651 | /** 652 | * {@inheritDoc} 653 | * 654 | *The default implementation returns the result of calling 655 | * {@link #visitChildren} on {@code ctx}.
656 | */ 657 | @Override public T visitCaseCondTo(vbaParser.CaseCondToContext ctx) { return visitChildren(ctx); } 658 | /** 659 | * {@inheritDoc} 660 | * 661 | *The default implementation returns the result of calling 662 | * {@link #visitChildren} on {@code ctx}.
663 | */ 664 | @Override public T visitCaseCondValue(vbaParser.CaseCondValueContext ctx) { return visitChildren(ctx); } 665 | /** 666 | * {@inheritDoc} 667 | * 668 | *The default implementation returns the result of calling 669 | * {@link #visitChildren} on {@code ctx}.
670 | */ 671 | @Override public T visitSC_Case(vbaParser.SC_CaseContext ctx) { return visitChildren(ctx); } 672 | /** 673 | * {@inheritDoc} 674 | * 675 | *The default implementation returns the result of calling 676 | * {@link #visitChildren} on {@code ctx}.
677 | */ 678 | @Override public T visitCaseCondElse(vbaParser.CaseCondElseContext ctx) { return visitChildren(ctx); } 679 | /** 680 | * {@inheritDoc} 681 | * 682 | *The default implementation returns the result of calling 683 | * {@link #visitChildren} on {@code ctx}.
684 | */ 685 | @Override public T visitCaseCondSelection(vbaParser.CaseCondSelectionContext ctx) { return visitChildren(ctx); } 686 | /** 687 | * {@inheritDoc} 688 | * 689 | *The default implementation returns the result of calling 690 | * {@link #visitChildren} on {@code ctx}.
691 | */ 692 | @Override public T visitSendkeysStmt(vbaParser.SendkeysStmtContext ctx) { return visitChildren(ctx); } 693 | /** 694 | * {@inheritDoc} 695 | * 696 | *The default implementation returns the result of calling 697 | * {@link #visitChildren} on {@code ctx}.
698 | */ 699 | @Override public T visitSetattrStmt(vbaParser.SetattrStmtContext ctx) { return visitChildren(ctx); } 700 | /** 701 | * {@inheritDoc} 702 | * 703 | *The default implementation returns the result of calling 704 | * {@link #visitChildren} on {@code ctx}.
705 | */ 706 | @Override public T visitSetStmt(vbaParser.SetStmtContext ctx) { return visitChildren(ctx); } 707 | /** 708 | * {@inheritDoc} 709 | * 710 | *The default implementation returns the result of calling 711 | * {@link #visitChildren} on {@code ctx}.
712 | */ 713 | @Override public T visitStopStmt(vbaParser.StopStmtContext ctx) { return visitChildren(ctx); } 714 | /** 715 | * {@inheritDoc} 716 | * 717 | *The default implementation returns the result of calling 718 | * {@link #visitChildren} on {@code ctx}.
719 | */ 720 | @Override public T visitSubStmt(vbaParser.SubStmtContext ctx) { return visitChildren(ctx); } 721 | /** 722 | * {@inheritDoc} 723 | * 724 | *The default implementation returns the result of calling 725 | * {@link #visitChildren} on {@code ctx}.
726 | */ 727 | @Override public T visitTimeStmt(vbaParser.TimeStmtContext ctx) { return visitChildren(ctx); } 728 | /** 729 | * {@inheritDoc} 730 | * 731 | *The default implementation returns the result of calling 732 | * {@link #visitChildren} on {@code ctx}.
733 | */ 734 | @Override public T visitTypeStmt(vbaParser.TypeStmtContext ctx) { return visitChildren(ctx); } 735 | /** 736 | * {@inheritDoc} 737 | * 738 | *The default implementation returns the result of calling 739 | * {@link #visitChildren} on {@code ctx}.
740 | */ 741 | @Override public T visitTypeStmt_Element(vbaParser.TypeStmt_ElementContext ctx) { return visitChildren(ctx); } 742 | /** 743 | * {@inheritDoc} 744 | * 745 | *The default implementation returns the result of calling 746 | * {@link #visitChildren} on {@code ctx}.
747 | */ 748 | @Override public T visitTypeOfStmt(vbaParser.TypeOfStmtContext ctx) { return visitChildren(ctx); } 749 | /** 750 | * {@inheritDoc} 751 | * 752 | *The default implementation returns the result of calling 753 | * {@link #visitChildren} on {@code ctx}.
754 | */ 755 | @Override public T visitUnloadStmt(vbaParser.UnloadStmtContext ctx) { return visitChildren(ctx); } 756 | /** 757 | * {@inheritDoc} 758 | * 759 | *The default implementation returns the result of calling 760 | * {@link #visitChildren} on {@code ctx}.
761 | */ 762 | @Override public T visitUnlockStmt(vbaParser.UnlockStmtContext ctx) { return visitChildren(ctx); } 763 | /** 764 | * {@inheritDoc} 765 | * 766 | *The default implementation returns the result of calling 767 | * {@link #visitChildren} on {@code ctx}.
768 | */ 769 | @Override public T visitVsStruct(vbaParser.VsStructContext ctx) { return visitChildren(ctx); } 770 | /** 771 | * {@inheritDoc} 772 | * 773 | *The default implementation returns the result of calling 774 | * {@link #visitChildren} on {@code ctx}.
775 | */ 776 | @Override public T visitVsAdd(vbaParser.VsAddContext ctx) { return visitChildren(ctx); } 777 | /** 778 | * {@inheritDoc} 779 | * 780 | *The default implementation returns the result of calling 781 | * {@link #visitChildren} on {@code ctx}.
782 | */ 783 | @Override public T visitVsLt(vbaParser.VsLtContext ctx) { return visitChildren(ctx); } 784 | /** 785 | * {@inheritDoc} 786 | * 787 | *The default implementation returns the result of calling 788 | * {@link #visitChildren} on {@code ctx}.
789 | */ 790 | @Override public T visitVsAddressOf(vbaParser.VsAddressOfContext ctx) { return visitChildren(ctx); } 791 | /** 792 | * {@inheritDoc} 793 | * 794 | *The default implementation returns the result of calling 795 | * {@link #visitChildren} on {@code ctx}.
796 | */ 797 | @Override public T visitVsNew(vbaParser.VsNewContext ctx) { return visitChildren(ctx); } 798 | /** 799 | * {@inheritDoc} 800 | * 801 | *The default implementation returns the result of calling 802 | * {@link #visitChildren} on {@code ctx}.
803 | */ 804 | @Override public T visitVsMult(vbaParser.VsMultContext ctx) { return visitChildren(ctx); } 805 | /** 806 | * {@inheritDoc} 807 | * 808 | *The default implementation returns the result of calling 809 | * {@link #visitChildren} on {@code ctx}.
810 | */ 811 | @Override public T visitVsNegation(vbaParser.VsNegationContext ctx) { return visitChildren(ctx); } 812 | /** 813 | * {@inheritDoc} 814 | * 815 | *The default implementation returns the result of calling 816 | * {@link #visitChildren} on {@code ctx}.
817 | */ 818 | @Override public T visitVsAssign(vbaParser.VsAssignContext ctx) { return visitChildren(ctx); } 819 | /** 820 | * {@inheritDoc} 821 | * 822 | *The default implementation returns the result of calling 823 | * {@link #visitChildren} on {@code ctx}.
824 | */ 825 | @Override public T visitVsLike(vbaParser.VsLikeContext ctx) { return visitChildren(ctx); } 826 | /** 827 | * {@inheritDoc} 828 | * 829 | *The default implementation returns the result of calling 830 | * {@link #visitChildren} on {@code ctx}.
831 | */ 832 | @Override public T visitVsDiv(vbaParser.VsDivContext ctx) { return visitChildren(ctx); } 833 | /** 834 | * {@inheritDoc} 835 | * 836 | *The default implementation returns the result of calling 837 | * {@link #visitChildren} on {@code ctx}.
838 | */ 839 | @Override public T visitVsPlus(vbaParser.VsPlusContext ctx) { return visitChildren(ctx); } 840 | /** 841 | * {@inheritDoc} 842 | * 843 | *The default implementation returns the result of calling 844 | * {@link #visitChildren} on {@code ctx}.
845 | */ 846 | @Override public T visitVsNot(vbaParser.VsNotContext ctx) { return visitChildren(ctx); } 847 | /** 848 | * {@inheritDoc} 849 | * 850 | *The default implementation returns the result of calling 851 | * {@link #visitChildren} on {@code ctx}.
852 | */ 853 | @Override public T visitVsGeq(vbaParser.VsGeqContext ctx) { return visitChildren(ctx); } 854 | /** 855 | * {@inheritDoc} 856 | * 857 | *The default implementation returns the result of calling 858 | * {@link #visitChildren} on {@code ctx}.
859 | */ 860 | @Override public T visitVsTypeOf(vbaParser.VsTypeOfContext ctx) { return visitChildren(ctx); } 861 | /** 862 | * {@inheritDoc} 863 | * 864 | *The default implementation returns the result of calling 865 | * {@link #visitChildren} on {@code ctx}.
866 | */ 867 | @Override public T visitVsICS(vbaParser.VsICSContext ctx) { return visitChildren(ctx); } 868 | /** 869 | * {@inheritDoc} 870 | * 871 | *The default implementation returns the result of calling 872 | * {@link #visitChildren} on {@code ctx}.
873 | */ 874 | @Override public T visitVsNeq(vbaParser.VsNeqContext ctx) { return visitChildren(ctx); } 875 | /** 876 | * {@inheritDoc} 877 | * 878 | *The default implementation returns the result of calling 879 | * {@link #visitChildren} on {@code ctx}.
880 | */ 881 | @Override public T visitVsXor(vbaParser.VsXorContext ctx) { return visitChildren(ctx); } 882 | /** 883 | * {@inheritDoc} 884 | * 885 | *The default implementation returns the result of calling 886 | * {@link #visitChildren} on {@code ctx}.
887 | */ 888 | @Override public T visitVsAnd(vbaParser.VsAndContext ctx) { return visitChildren(ctx); } 889 | /** 890 | * {@inheritDoc} 891 | * 892 | *The default implementation returns the result of calling 893 | * {@link #visitChildren} on {@code ctx}.
894 | */ 895 | @Override public T visitVsLeq(vbaParser.VsLeqContext ctx) { return visitChildren(ctx); } 896 | /** 897 | * {@inheritDoc} 898 | * 899 | *The default implementation returns the result of calling 900 | * {@link #visitChildren} on {@code ctx}.
901 | */ 902 | @Override public T visitVsPow(vbaParser.VsPowContext ctx) { return visitChildren(ctx); } 903 | /** 904 | * {@inheritDoc} 905 | * 906 | *The default implementation returns the result of calling 907 | * {@link #visitChildren} on {@code ctx}.
908 | */ 909 | @Override public T visitVsIs(vbaParser.VsIsContext ctx) { return visitChildren(ctx); } 910 | /** 911 | * {@inheritDoc} 912 | * 913 | *The default implementation returns the result of calling 914 | * {@link #visitChildren} on {@code ctx}.
915 | */ 916 | @Override public T visitVsMod(vbaParser.VsModContext ctx) { return visitChildren(ctx); } 917 | /** 918 | * {@inheritDoc} 919 | * 920 | *The default implementation returns the result of calling 921 | * {@link #visitChildren} on {@code ctx}.
922 | */ 923 | @Override public T visitVsAmp(vbaParser.VsAmpContext ctx) { return visitChildren(ctx); } 924 | /** 925 | * {@inheritDoc} 926 | * 927 | *The default implementation returns the result of calling 928 | * {@link #visitChildren} on {@code ctx}.
929 | */ 930 | @Override public T visitVsOr(vbaParser.VsOrContext ctx) { return visitChildren(ctx); } 931 | /** 932 | * {@inheritDoc} 933 | * 934 | *The default implementation returns the result of calling 935 | * {@link #visitChildren} on {@code ctx}.
936 | */ 937 | @Override public T visitVsMinus(vbaParser.VsMinusContext ctx) { return visitChildren(ctx); } 938 | /** 939 | * {@inheritDoc} 940 | * 941 | *The default implementation returns the result of calling 942 | * {@link #visitChildren} on {@code ctx}.
943 | */ 944 | @Override public T visitVsLiteral(vbaParser.VsLiteralContext ctx) { return visitChildren(ctx); } 945 | /** 946 | * {@inheritDoc} 947 | * 948 | *The default implementation returns the result of calling 949 | * {@link #visitChildren} on {@code ctx}.
950 | */ 951 | @Override public T visitVsEqv(vbaParser.VsEqvContext ctx) { return visitChildren(ctx); } 952 | /** 953 | * {@inheritDoc} 954 | * 955 | *The default implementation returns the result of calling 956 | * {@link #visitChildren} on {@code ctx}.
957 | */ 958 | @Override public T visitVsImp(vbaParser.VsImpContext ctx) { return visitChildren(ctx); } 959 | /** 960 | * {@inheritDoc} 961 | * 962 | *The default implementation returns the result of calling 963 | * {@link #visitChildren} on {@code ctx}.
964 | */ 965 | @Override public T visitVsGt(vbaParser.VsGtContext ctx) { return visitChildren(ctx); } 966 | /** 967 | * {@inheritDoc} 968 | * 969 | *The default implementation returns the result of calling 970 | * {@link #visitChildren} on {@code ctx}.
971 | */ 972 | @Override public T visitVsEq(vbaParser.VsEqContext ctx) { return visitChildren(ctx); } 973 | /** 974 | * {@inheritDoc} 975 | * 976 | *The default implementation returns the result of calling 977 | * {@link #visitChildren} on {@code ctx}.
978 | */ 979 | @Override public T visitVsMid(vbaParser.VsMidContext ctx) { return visitChildren(ctx); } 980 | /** 981 | * {@inheritDoc} 982 | * 983 | *The default implementation returns the result of calling 984 | * {@link #visitChildren} on {@code ctx}.
985 | */ 986 | @Override public T visitVariableStmt(vbaParser.VariableStmtContext ctx) { return visitChildren(ctx); } 987 | /** 988 | * {@inheritDoc} 989 | * 990 | *The default implementation returns the result of calling 991 | * {@link #visitChildren} on {@code ctx}.
992 | */ 993 | @Override public T visitVariableListStmt(vbaParser.VariableListStmtContext ctx) { return visitChildren(ctx); } 994 | /** 995 | * {@inheritDoc} 996 | * 997 | *The default implementation returns the result of calling 998 | * {@link #visitChildren} on {@code ctx}.
999 | */ 1000 | @Override public T visitVariableSubStmt(vbaParser.VariableSubStmtContext ctx) { return visitChildren(ctx); } 1001 | /** 1002 | * {@inheritDoc} 1003 | * 1004 | *The default implementation returns the result of calling 1005 | * {@link #visitChildren} on {@code ctx}.
1006 | */ 1007 | @Override public T visitWhileWendStmt(vbaParser.WhileWendStmtContext ctx) { return visitChildren(ctx); } 1008 | /** 1009 | * {@inheritDoc} 1010 | * 1011 | *The default implementation returns the result of calling 1012 | * {@link #visitChildren} on {@code ctx}.
1013 | */ 1014 | @Override public T visitWidthStmt(vbaParser.WidthStmtContext ctx) { return visitChildren(ctx); } 1015 | /** 1016 | * {@inheritDoc} 1017 | * 1018 | *The default implementation returns the result of calling 1019 | * {@link #visitChildren} on {@code ctx}.
1020 | */ 1021 | @Override public T visitWithStmt(vbaParser.WithStmtContext ctx) { return visitChildren(ctx); } 1022 | /** 1023 | * {@inheritDoc} 1024 | * 1025 | *The default implementation returns the result of calling 1026 | * {@link #visitChildren} on {@code ctx}.
1027 | */ 1028 | @Override public T visitWriteStmt(vbaParser.WriteStmtContext ctx) { return visitChildren(ctx); } 1029 | /** 1030 | * {@inheritDoc} 1031 | * 1032 | *The default implementation returns the result of calling 1033 | * {@link #visitChildren} on {@code ctx}.
1034 | */ 1035 | @Override public T visitFileNumber(vbaParser.FileNumberContext ctx) { return visitChildren(ctx); } 1036 | /** 1037 | * {@inheritDoc} 1038 | * 1039 | *The default implementation returns the result of calling 1040 | * {@link #visitChildren} on {@code ctx}.
1041 | */ 1042 | @Override public T visitExplicitCallStmt(vbaParser.ExplicitCallStmtContext ctx) { return visitChildren(ctx); } 1043 | /** 1044 | * {@inheritDoc} 1045 | * 1046 | *The default implementation returns the result of calling 1047 | * {@link #visitChildren} on {@code ctx}.
1048 | */ 1049 | @Override public T visitECS_ProcedureCall(vbaParser.ECS_ProcedureCallContext ctx) { return visitChildren(ctx); } 1050 | /** 1051 | * {@inheritDoc} 1052 | * 1053 | *The default implementation returns the result of calling 1054 | * {@link #visitChildren} on {@code ctx}.
1055 | */ 1056 | @Override public T visitECS_MemberProcedureCall(vbaParser.ECS_MemberProcedureCallContext ctx) { return visitChildren(ctx); } 1057 | /** 1058 | * {@inheritDoc} 1059 | * 1060 | *The default implementation returns the result of calling 1061 | * {@link #visitChildren} on {@code ctx}.
1062 | */ 1063 | @Override public T visitImplicitCallStmt_InBlock(vbaParser.ImplicitCallStmt_InBlockContext ctx) { return visitChildren(ctx); } 1064 | /** 1065 | * {@inheritDoc} 1066 | * 1067 | *The default implementation returns the result of calling 1068 | * {@link #visitChildren} on {@code ctx}.
1069 | */ 1070 | @Override public T visitICS_B_MemberProcedureCall(vbaParser.ICS_B_MemberProcedureCallContext ctx) { return visitChildren(ctx); } 1071 | /** 1072 | * {@inheritDoc} 1073 | * 1074 | *The default implementation returns the result of calling 1075 | * {@link #visitChildren} on {@code ctx}.
1076 | */ 1077 | @Override public T visitICS_B_ProcedureCall(vbaParser.ICS_B_ProcedureCallContext ctx) { return visitChildren(ctx); } 1078 | /** 1079 | * {@inheritDoc} 1080 | * 1081 | *The default implementation returns the result of calling 1082 | * {@link #visitChildren} on {@code ctx}.
1083 | */ 1084 | @Override public T visitImplicitCallStmt_InStmt(vbaParser.ImplicitCallStmt_InStmtContext ctx) { return visitChildren(ctx); } 1085 | /** 1086 | * {@inheritDoc} 1087 | * 1088 | *The default implementation returns the result of calling 1089 | * {@link #visitChildren} on {@code ctx}.
1090 | */ 1091 | @Override public T visitICS_S_VariableOrProcedureCall(vbaParser.ICS_S_VariableOrProcedureCallContext ctx) { return visitChildren(ctx); } 1092 | /** 1093 | * {@inheritDoc} 1094 | * 1095 | *The default implementation returns the result of calling 1096 | * {@link #visitChildren} on {@code ctx}.
1097 | */ 1098 | @Override public T visitICS_S_ProcedureOrArrayCall(vbaParser.ICS_S_ProcedureOrArrayCallContext ctx) { return visitChildren(ctx); } 1099 | /** 1100 | * {@inheritDoc} 1101 | * 1102 | *The default implementation returns the result of calling 1103 | * {@link #visitChildren} on {@code ctx}.
1104 | */ 1105 | @Override public T visitICS_S_MembersCall(vbaParser.ICS_S_MembersCallContext ctx) { return visitChildren(ctx); } 1106 | /** 1107 | * {@inheritDoc} 1108 | * 1109 | *The default implementation returns the result of calling 1110 | * {@link #visitChildren} on {@code ctx}.
1111 | */ 1112 | @Override public T visitICS_S_MemberCall(vbaParser.ICS_S_MemberCallContext ctx) { return visitChildren(ctx); } 1113 | /** 1114 | * {@inheritDoc} 1115 | * 1116 | *The default implementation returns the result of calling 1117 | * {@link #visitChildren} on {@code ctx}.
1118 | */ 1119 | @Override public T visitICS_S_DictionaryCall(vbaParser.ICS_S_DictionaryCallContext ctx) { return visitChildren(ctx); } 1120 | /** 1121 | * {@inheritDoc} 1122 | * 1123 | *The default implementation returns the result of calling 1124 | * {@link #visitChildren} on {@code ctx}.
1125 | */ 1126 | @Override public T visitArgsCall(vbaParser.ArgsCallContext ctx) { return visitChildren(ctx); } 1127 | /** 1128 | * {@inheritDoc} 1129 | * 1130 | *The default implementation returns the result of calling 1131 | * {@link #visitChildren} on {@code ctx}.
1132 | */ 1133 | @Override public T visitArgCall(vbaParser.ArgCallContext ctx) { return visitChildren(ctx); } 1134 | /** 1135 | * {@inheritDoc} 1136 | * 1137 | *The default implementation returns the result of calling 1138 | * {@link #visitChildren} on {@code ctx}.
1139 | */ 1140 | @Override public T visitDictionaryCallStmt(vbaParser.DictionaryCallStmtContext ctx) { return visitChildren(ctx); } 1141 | /** 1142 | * {@inheritDoc} 1143 | * 1144 | *The default implementation returns the result of calling 1145 | * {@link #visitChildren} on {@code ctx}.
1146 | */ 1147 | @Override public T visitArgList(vbaParser.ArgListContext ctx) { return visitChildren(ctx); } 1148 | /** 1149 | * {@inheritDoc} 1150 | * 1151 | *The default implementation returns the result of calling 1152 | * {@link #visitChildren} on {@code ctx}.
1153 | */ 1154 | @Override public T visitArg(vbaParser.ArgContext ctx) { return visitChildren(ctx); } 1155 | /** 1156 | * {@inheritDoc} 1157 | * 1158 | *The default implementation returns the result of calling 1159 | * {@link #visitChildren} on {@code ctx}.
1160 | */ 1161 | @Override public T visitArgDefaultValue(vbaParser.ArgDefaultValueContext ctx) { return visitChildren(ctx); } 1162 | /** 1163 | * {@inheritDoc} 1164 | * 1165 | *The default implementation returns the result of calling 1166 | * {@link #visitChildren} on {@code ctx}.
1167 | */ 1168 | @Override public T visitSubscripts(vbaParser.SubscriptsContext ctx) { return visitChildren(ctx); } 1169 | /** 1170 | * {@inheritDoc} 1171 | * 1172 | *The default implementation returns the result of calling 1173 | * {@link #visitChildren} on {@code ctx}.
1174 | */ 1175 | @Override public T visitSubscript(vbaParser.SubscriptContext ctx) { return visitChildren(ctx); } 1176 | /** 1177 | * {@inheritDoc} 1178 | * 1179 | *The default implementation returns the result of calling 1180 | * {@link #visitChildren} on {@code ctx}.
1181 | */ 1182 | @Override public T visitAmbiguousIdentifier(vbaParser.AmbiguousIdentifierContext ctx) { return visitChildren(ctx); } 1183 | /** 1184 | * {@inheritDoc} 1185 | * 1186 | *The default implementation returns the result of calling 1187 | * {@link #visitChildren} on {@code ctx}.
1188 | */ 1189 | @Override public T visitAsTypeClause(vbaParser.AsTypeClauseContext ctx) { return visitChildren(ctx); } 1190 | /** 1191 | * {@inheritDoc} 1192 | * 1193 | *The default implementation returns the result of calling 1194 | * {@link #visitChildren} on {@code ctx}.
1195 | */ 1196 | @Override public T visitBaseType(vbaParser.BaseTypeContext ctx) { return visitChildren(ctx); } 1197 | /** 1198 | * {@inheritDoc} 1199 | * 1200 | *The default implementation returns the result of calling 1201 | * {@link #visitChildren} on {@code ctx}.
1202 | */ 1203 | @Override public T visitCertainIdentifier(vbaParser.CertainIdentifierContext ctx) { return visitChildren(ctx); } 1204 | /** 1205 | * {@inheritDoc} 1206 | * 1207 | *The default implementation returns the result of calling 1208 | * {@link #visitChildren} on {@code ctx}.
1209 | */ 1210 | @Override public T visitComparisonOperator(vbaParser.ComparisonOperatorContext ctx) { return visitChildren(ctx); } 1211 | /** 1212 | * {@inheritDoc} 1213 | * 1214 | *The default implementation returns the result of calling 1215 | * {@link #visitChildren} on {@code ctx}.
1216 | */ 1217 | @Override public T visitComplexType(vbaParser.ComplexTypeContext ctx) { return visitChildren(ctx); } 1218 | /** 1219 | * {@inheritDoc} 1220 | * 1221 | *The default implementation returns the result of calling 1222 | * {@link #visitChildren} on {@code ctx}.
1223 | */ 1224 | @Override public T visitFieldLength(vbaParser.FieldLengthContext ctx) { return visitChildren(ctx); } 1225 | /** 1226 | * {@inheritDoc} 1227 | * 1228 | *The default implementation returns the result of calling 1229 | * {@link #visitChildren} on {@code ctx}.
1230 | */ 1231 | @Override public T visitLetterrange(vbaParser.LetterrangeContext ctx) { return visitChildren(ctx); } 1232 | /** 1233 | * {@inheritDoc} 1234 | * 1235 | *The default implementation returns the result of calling 1236 | * {@link #visitChildren} on {@code ctx}.
1237 | */ 1238 | @Override public T visitLineLabel(vbaParser.LineLabelContext ctx) { return visitChildren(ctx); } 1239 | /** 1240 | * {@inheritDoc} 1241 | * 1242 | *The default implementation returns the result of calling 1243 | * {@link #visitChildren} on {@code ctx}.
1244 | */ 1245 | @Override public T visitLiteral(vbaParser.LiteralContext ctx) { return visitChildren(ctx); } 1246 | /** 1247 | * {@inheritDoc} 1248 | * 1249 | *The default implementation returns the result of calling 1250 | * {@link #visitChildren} on {@code ctx}.
1251 | */ 1252 | @Override public T visitType(vbaParser.TypeContext ctx) { return visitChildren(ctx); } 1253 | /** 1254 | * {@inheritDoc} 1255 | * 1256 | *The default implementation returns the result of calling 1257 | * {@link #visitChildren} on {@code ctx}.
1258 | */ 1259 | @Override public T visitTypeHint(vbaParser.TypeHintContext ctx) { return visitChildren(ctx); } 1260 | /** 1261 | * {@inheritDoc} 1262 | * 1263 | *The default implementation returns the result of calling 1264 | * {@link #visitChildren} on {@code ctx}.
1265 | */ 1266 | @Override public T visitVisibility(vbaParser.VisibilityContext ctx) { return visitChildren(ctx); } 1267 | /** 1268 | * {@inheritDoc} 1269 | * 1270 | *The default implementation returns the result of calling 1271 | * {@link #visitChildren} on {@code ctx}.
1272 | */ 1273 | @Override public T visitAmbiguousKeyword(vbaParser.AmbiguousKeywordContext ctx) { return visitChildren(ctx); } 1274 | /** 1275 | * {@inheritDoc} 1276 | * 1277 | *The default implementation returns the result of calling 1278 | * {@link #visitChildren} on {@code ctx}.
1279 | */ 1280 | @Override public T visitRemComment(vbaParser.RemCommentContext ctx) { return visitChildren(ctx); } 1281 | /** 1282 | * {@inheritDoc} 1283 | * 1284 | *The default implementation returns the result of calling 1285 | * {@link #visitChildren} on {@code ctx}.
1286 | */ 1287 | @Override public T visitComment(vbaParser.CommentContext ctx) { return visitChildren(ctx); } 1288 | /** 1289 | * {@inheritDoc} 1290 | * 1291 | *The default implementation returns the result of calling 1292 | * {@link #visitChildren} on {@code ctx}.
1293 | */ 1294 | @Override public T visitEndOfLine(vbaParser.EndOfLineContext ctx) { return visitChildren(ctx); } 1295 | /** 1296 | * {@inheritDoc} 1297 | * 1298 | *The default implementation returns the result of calling 1299 | * {@link #visitChildren} on {@code ctx}.
1300 | */ 1301 | @Override public T visitEndOfStatement(vbaParser.EndOfStatementContext ctx) { return visitChildren(ctx); } 1302 | } --------------------------------------------------------------------------------