/cobol85/cobol85_base_listener.go

https://github.com/bramp/antlr4-grammars · Go · 3804 lines · 1411 code · 1197 blank · 1196 comment · 0 complexity · f82c2b0b9e1efac1b2451b08e56c5a63 MD5 · raw file

  1. // Code generated from Cobol85.g4 by ANTLR 4.7.2. DO NOT EDIT.
  2. package cobol85 // Cobol85
  3. import "github.com/antlr/antlr4/runtime/Go/antlr"
  4. // BaseCobol85Listener is a complete listener for a parse tree produced by Cobol85Parser.
  5. type BaseCobol85Listener struct{}
  6. var _ Cobol85Listener = &BaseCobol85Listener{}
  7. // VisitTerminal is called when a terminal node is visited.
  8. func (s *BaseCobol85Listener) VisitTerminal(node antlr.TerminalNode) {}
  9. // VisitErrorNode is called when an error node is visited.
  10. func (s *BaseCobol85Listener) VisitErrorNode(node antlr.ErrorNode) {}
  11. // EnterEveryRule is called when any rule is entered.
  12. func (s *BaseCobol85Listener) EnterEveryRule(ctx antlr.ParserRuleContext) {}
  13. // ExitEveryRule is called when any rule is exited.
  14. func (s *BaseCobol85Listener) ExitEveryRule(ctx antlr.ParserRuleContext) {}
  15. // EnterStartRule is called when production startRule is entered.
  16. func (s *BaseCobol85Listener) EnterStartRule(ctx *StartRuleContext) {}
  17. // ExitStartRule is called when production startRule is exited.
  18. func (s *BaseCobol85Listener) ExitStartRule(ctx *StartRuleContext) {}
  19. // EnterCompilationUnit is called when production compilationUnit is entered.
  20. func (s *BaseCobol85Listener) EnterCompilationUnit(ctx *CompilationUnitContext) {}
  21. // ExitCompilationUnit is called when production compilationUnit is exited.
  22. func (s *BaseCobol85Listener) ExitCompilationUnit(ctx *CompilationUnitContext) {}
  23. // EnterProgramUnit is called when production programUnit is entered.
  24. func (s *BaseCobol85Listener) EnterProgramUnit(ctx *ProgramUnitContext) {}
  25. // ExitProgramUnit is called when production programUnit is exited.
  26. func (s *BaseCobol85Listener) ExitProgramUnit(ctx *ProgramUnitContext) {}
  27. // EnterEndProgramStatement is called when production endProgramStatement is entered.
  28. func (s *BaseCobol85Listener) EnterEndProgramStatement(ctx *EndProgramStatementContext) {}
  29. // ExitEndProgramStatement is called when production endProgramStatement is exited.
  30. func (s *BaseCobol85Listener) ExitEndProgramStatement(ctx *EndProgramStatementContext) {}
  31. // EnterIdentificationDivision is called when production identificationDivision is entered.
  32. func (s *BaseCobol85Listener) EnterIdentificationDivision(ctx *IdentificationDivisionContext) {}
  33. // ExitIdentificationDivision is called when production identificationDivision is exited.
  34. func (s *BaseCobol85Listener) ExitIdentificationDivision(ctx *IdentificationDivisionContext) {}
  35. // EnterIdentificationDivisionBody is called when production identificationDivisionBody is entered.
  36. func (s *BaseCobol85Listener) EnterIdentificationDivisionBody(ctx *IdentificationDivisionBodyContext) {
  37. }
  38. // ExitIdentificationDivisionBody is called when production identificationDivisionBody is exited.
  39. func (s *BaseCobol85Listener) ExitIdentificationDivisionBody(ctx *IdentificationDivisionBodyContext) {}
  40. // EnterProgramIdParagraph is called when production programIdParagraph is entered.
  41. func (s *BaseCobol85Listener) EnterProgramIdParagraph(ctx *ProgramIdParagraphContext) {}
  42. // ExitProgramIdParagraph is called when production programIdParagraph is exited.
  43. func (s *BaseCobol85Listener) ExitProgramIdParagraph(ctx *ProgramIdParagraphContext) {}
  44. // EnterAuthorParagraph is called when production authorParagraph is entered.
  45. func (s *BaseCobol85Listener) EnterAuthorParagraph(ctx *AuthorParagraphContext) {}
  46. // ExitAuthorParagraph is called when production authorParagraph is exited.
  47. func (s *BaseCobol85Listener) ExitAuthorParagraph(ctx *AuthorParagraphContext) {}
  48. // EnterInstallationParagraph is called when production installationParagraph is entered.
  49. func (s *BaseCobol85Listener) EnterInstallationParagraph(ctx *InstallationParagraphContext) {}
  50. // ExitInstallationParagraph is called when production installationParagraph is exited.
  51. func (s *BaseCobol85Listener) ExitInstallationParagraph(ctx *InstallationParagraphContext) {}
  52. // EnterDateWrittenParagraph is called when production dateWrittenParagraph is entered.
  53. func (s *BaseCobol85Listener) EnterDateWrittenParagraph(ctx *DateWrittenParagraphContext) {}
  54. // ExitDateWrittenParagraph is called when production dateWrittenParagraph is exited.
  55. func (s *BaseCobol85Listener) ExitDateWrittenParagraph(ctx *DateWrittenParagraphContext) {}
  56. // EnterDateCompiledParagraph is called when production dateCompiledParagraph is entered.
  57. func (s *BaseCobol85Listener) EnterDateCompiledParagraph(ctx *DateCompiledParagraphContext) {}
  58. // ExitDateCompiledParagraph is called when production dateCompiledParagraph is exited.
  59. func (s *BaseCobol85Listener) ExitDateCompiledParagraph(ctx *DateCompiledParagraphContext) {}
  60. // EnterSecurityParagraph is called when production securityParagraph is entered.
  61. func (s *BaseCobol85Listener) EnterSecurityParagraph(ctx *SecurityParagraphContext) {}
  62. // ExitSecurityParagraph is called when production securityParagraph is exited.
  63. func (s *BaseCobol85Listener) ExitSecurityParagraph(ctx *SecurityParagraphContext) {}
  64. // EnterRemarksParagraph is called when production remarksParagraph is entered.
  65. func (s *BaseCobol85Listener) EnterRemarksParagraph(ctx *RemarksParagraphContext) {}
  66. // ExitRemarksParagraph is called when production remarksParagraph is exited.
  67. func (s *BaseCobol85Listener) ExitRemarksParagraph(ctx *RemarksParagraphContext) {}
  68. // EnterEnvironmentDivision is called when production environmentDivision is entered.
  69. func (s *BaseCobol85Listener) EnterEnvironmentDivision(ctx *EnvironmentDivisionContext) {}
  70. // ExitEnvironmentDivision is called when production environmentDivision is exited.
  71. func (s *BaseCobol85Listener) ExitEnvironmentDivision(ctx *EnvironmentDivisionContext) {}
  72. // EnterEnvironmentDivisionBody is called when production environmentDivisionBody is entered.
  73. func (s *BaseCobol85Listener) EnterEnvironmentDivisionBody(ctx *EnvironmentDivisionBodyContext) {}
  74. // ExitEnvironmentDivisionBody is called when production environmentDivisionBody is exited.
  75. func (s *BaseCobol85Listener) ExitEnvironmentDivisionBody(ctx *EnvironmentDivisionBodyContext) {}
  76. // EnterConfigurationSection is called when production configurationSection is entered.
  77. func (s *BaseCobol85Listener) EnterConfigurationSection(ctx *ConfigurationSectionContext) {}
  78. // ExitConfigurationSection is called when production configurationSection is exited.
  79. func (s *BaseCobol85Listener) ExitConfigurationSection(ctx *ConfigurationSectionContext) {}
  80. // EnterConfigurationSectionParagraph is called when production configurationSectionParagraph is entered.
  81. func (s *BaseCobol85Listener) EnterConfigurationSectionParagraph(ctx *ConfigurationSectionParagraphContext) {
  82. }
  83. // ExitConfigurationSectionParagraph is called when production configurationSectionParagraph is exited.
  84. func (s *BaseCobol85Listener) ExitConfigurationSectionParagraph(ctx *ConfigurationSectionParagraphContext) {
  85. }
  86. // EnterSourceComputerParagraph is called when production sourceComputerParagraph is entered.
  87. func (s *BaseCobol85Listener) EnterSourceComputerParagraph(ctx *SourceComputerParagraphContext) {}
  88. // ExitSourceComputerParagraph is called when production sourceComputerParagraph is exited.
  89. func (s *BaseCobol85Listener) ExitSourceComputerParagraph(ctx *SourceComputerParagraphContext) {}
  90. // EnterObjectComputerParagraph is called when production objectComputerParagraph is entered.
  91. func (s *BaseCobol85Listener) EnterObjectComputerParagraph(ctx *ObjectComputerParagraphContext) {}
  92. // ExitObjectComputerParagraph is called when production objectComputerParagraph is exited.
  93. func (s *BaseCobol85Listener) ExitObjectComputerParagraph(ctx *ObjectComputerParagraphContext) {}
  94. // EnterObjectComputerClause is called when production objectComputerClause is entered.
  95. func (s *BaseCobol85Listener) EnterObjectComputerClause(ctx *ObjectComputerClauseContext) {}
  96. // ExitObjectComputerClause is called when production objectComputerClause is exited.
  97. func (s *BaseCobol85Listener) ExitObjectComputerClause(ctx *ObjectComputerClauseContext) {}
  98. // EnterMemorySizeClause is called when production memorySizeClause is entered.
  99. func (s *BaseCobol85Listener) EnterMemorySizeClause(ctx *MemorySizeClauseContext) {}
  100. // ExitMemorySizeClause is called when production memorySizeClause is exited.
  101. func (s *BaseCobol85Listener) ExitMemorySizeClause(ctx *MemorySizeClauseContext) {}
  102. // EnterDiskSizeClause is called when production diskSizeClause is entered.
  103. func (s *BaseCobol85Listener) EnterDiskSizeClause(ctx *DiskSizeClauseContext) {}
  104. // ExitDiskSizeClause is called when production diskSizeClause is exited.
  105. func (s *BaseCobol85Listener) ExitDiskSizeClause(ctx *DiskSizeClauseContext) {}
  106. // EnterCollatingSequenceClause is called when production collatingSequenceClause is entered.
  107. func (s *BaseCobol85Listener) EnterCollatingSequenceClause(ctx *CollatingSequenceClauseContext) {}
  108. // ExitCollatingSequenceClause is called when production collatingSequenceClause is exited.
  109. func (s *BaseCobol85Listener) ExitCollatingSequenceClause(ctx *CollatingSequenceClauseContext) {}
  110. // EnterCollatingSequenceClauseAlphanumeric is called when production collatingSequenceClauseAlphanumeric is entered.
  111. func (s *BaseCobol85Listener) EnterCollatingSequenceClauseAlphanumeric(ctx *CollatingSequenceClauseAlphanumericContext) {
  112. }
  113. // ExitCollatingSequenceClauseAlphanumeric is called when production collatingSequenceClauseAlphanumeric is exited.
  114. func (s *BaseCobol85Listener) ExitCollatingSequenceClauseAlphanumeric(ctx *CollatingSequenceClauseAlphanumericContext) {
  115. }
  116. // EnterCollatingSequenceClauseNational is called when production collatingSequenceClauseNational is entered.
  117. func (s *BaseCobol85Listener) EnterCollatingSequenceClauseNational(ctx *CollatingSequenceClauseNationalContext) {
  118. }
  119. // ExitCollatingSequenceClauseNational is called when production collatingSequenceClauseNational is exited.
  120. func (s *BaseCobol85Listener) ExitCollatingSequenceClauseNational(ctx *CollatingSequenceClauseNationalContext) {
  121. }
  122. // EnterSegmentLimitClause is called when production segmentLimitClause is entered.
  123. func (s *BaseCobol85Listener) EnterSegmentLimitClause(ctx *SegmentLimitClauseContext) {}
  124. // ExitSegmentLimitClause is called when production segmentLimitClause is exited.
  125. func (s *BaseCobol85Listener) ExitSegmentLimitClause(ctx *SegmentLimitClauseContext) {}
  126. // EnterCharacterSetClause is called when production characterSetClause is entered.
  127. func (s *BaseCobol85Listener) EnterCharacterSetClause(ctx *CharacterSetClauseContext) {}
  128. // ExitCharacterSetClause is called when production characterSetClause is exited.
  129. func (s *BaseCobol85Listener) ExitCharacterSetClause(ctx *CharacterSetClauseContext) {}
  130. // EnterSpecialNamesParagraph is called when production specialNamesParagraph is entered.
  131. func (s *BaseCobol85Listener) EnterSpecialNamesParagraph(ctx *SpecialNamesParagraphContext) {}
  132. // ExitSpecialNamesParagraph is called when production specialNamesParagraph is exited.
  133. func (s *BaseCobol85Listener) ExitSpecialNamesParagraph(ctx *SpecialNamesParagraphContext) {}
  134. // EnterSpecialNameClause is called when production specialNameClause is entered.
  135. func (s *BaseCobol85Listener) EnterSpecialNameClause(ctx *SpecialNameClauseContext) {}
  136. // ExitSpecialNameClause is called when production specialNameClause is exited.
  137. func (s *BaseCobol85Listener) ExitSpecialNameClause(ctx *SpecialNameClauseContext) {}
  138. // EnterAlphabetClause is called when production alphabetClause is entered.
  139. func (s *BaseCobol85Listener) EnterAlphabetClause(ctx *AlphabetClauseContext) {}
  140. // ExitAlphabetClause is called when production alphabetClause is exited.
  141. func (s *BaseCobol85Listener) ExitAlphabetClause(ctx *AlphabetClauseContext) {}
  142. // EnterAlphabetClauseFormat1 is called when production alphabetClauseFormat1 is entered.
  143. func (s *BaseCobol85Listener) EnterAlphabetClauseFormat1(ctx *AlphabetClauseFormat1Context) {}
  144. // ExitAlphabetClauseFormat1 is called when production alphabetClauseFormat1 is exited.
  145. func (s *BaseCobol85Listener) ExitAlphabetClauseFormat1(ctx *AlphabetClauseFormat1Context) {}
  146. // EnterAlphabetLiterals is called when production alphabetLiterals is entered.
  147. func (s *BaseCobol85Listener) EnterAlphabetLiterals(ctx *AlphabetLiteralsContext) {}
  148. // ExitAlphabetLiterals is called when production alphabetLiterals is exited.
  149. func (s *BaseCobol85Listener) ExitAlphabetLiterals(ctx *AlphabetLiteralsContext) {}
  150. // EnterAlphabetThrough is called when production alphabetThrough is entered.
  151. func (s *BaseCobol85Listener) EnterAlphabetThrough(ctx *AlphabetThroughContext) {}
  152. // ExitAlphabetThrough is called when production alphabetThrough is exited.
  153. func (s *BaseCobol85Listener) ExitAlphabetThrough(ctx *AlphabetThroughContext) {}
  154. // EnterAlphabetAlso is called when production alphabetAlso is entered.
  155. func (s *BaseCobol85Listener) EnterAlphabetAlso(ctx *AlphabetAlsoContext) {}
  156. // ExitAlphabetAlso is called when production alphabetAlso is exited.
  157. func (s *BaseCobol85Listener) ExitAlphabetAlso(ctx *AlphabetAlsoContext) {}
  158. // EnterAlphabetClauseFormat2 is called when production alphabetClauseFormat2 is entered.
  159. func (s *BaseCobol85Listener) EnterAlphabetClauseFormat2(ctx *AlphabetClauseFormat2Context) {}
  160. // ExitAlphabetClauseFormat2 is called when production alphabetClauseFormat2 is exited.
  161. func (s *BaseCobol85Listener) ExitAlphabetClauseFormat2(ctx *AlphabetClauseFormat2Context) {}
  162. // EnterChannelClause is called when production channelClause is entered.
  163. func (s *BaseCobol85Listener) EnterChannelClause(ctx *ChannelClauseContext) {}
  164. // ExitChannelClause is called when production channelClause is exited.
  165. func (s *BaseCobol85Listener) ExitChannelClause(ctx *ChannelClauseContext) {}
  166. // EnterClassClause is called when production classClause is entered.
  167. func (s *BaseCobol85Listener) EnterClassClause(ctx *ClassClauseContext) {}
  168. // ExitClassClause is called when production classClause is exited.
  169. func (s *BaseCobol85Listener) ExitClassClause(ctx *ClassClauseContext) {}
  170. // EnterClassClauseThrough is called when production classClauseThrough is entered.
  171. func (s *BaseCobol85Listener) EnterClassClauseThrough(ctx *ClassClauseThroughContext) {}
  172. // ExitClassClauseThrough is called when production classClauseThrough is exited.
  173. func (s *BaseCobol85Listener) ExitClassClauseThrough(ctx *ClassClauseThroughContext) {}
  174. // EnterClassClauseFrom is called when production classClauseFrom is entered.
  175. func (s *BaseCobol85Listener) EnterClassClauseFrom(ctx *ClassClauseFromContext) {}
  176. // ExitClassClauseFrom is called when production classClauseFrom is exited.
  177. func (s *BaseCobol85Listener) ExitClassClauseFrom(ctx *ClassClauseFromContext) {}
  178. // EnterClassClauseTo is called when production classClauseTo is entered.
  179. func (s *BaseCobol85Listener) EnterClassClauseTo(ctx *ClassClauseToContext) {}
  180. // ExitClassClauseTo is called when production classClauseTo is exited.
  181. func (s *BaseCobol85Listener) ExitClassClauseTo(ctx *ClassClauseToContext) {}
  182. // EnterCurrencySignClause is called when production currencySignClause is entered.
  183. func (s *BaseCobol85Listener) EnterCurrencySignClause(ctx *CurrencySignClauseContext) {}
  184. // ExitCurrencySignClause is called when production currencySignClause is exited.
  185. func (s *BaseCobol85Listener) ExitCurrencySignClause(ctx *CurrencySignClauseContext) {}
  186. // EnterDecimalPointClause is called when production decimalPointClause is entered.
  187. func (s *BaseCobol85Listener) EnterDecimalPointClause(ctx *DecimalPointClauseContext) {}
  188. // ExitDecimalPointClause is called when production decimalPointClause is exited.
  189. func (s *BaseCobol85Listener) ExitDecimalPointClause(ctx *DecimalPointClauseContext) {}
  190. // EnterDefaultComputationalSignClause is called when production defaultComputationalSignClause is entered.
  191. func (s *BaseCobol85Listener) EnterDefaultComputationalSignClause(ctx *DefaultComputationalSignClauseContext) {
  192. }
  193. // ExitDefaultComputationalSignClause is called when production defaultComputationalSignClause is exited.
  194. func (s *BaseCobol85Listener) ExitDefaultComputationalSignClause(ctx *DefaultComputationalSignClauseContext) {
  195. }
  196. // EnterDefaultDisplaySignClause is called when production defaultDisplaySignClause is entered.
  197. func (s *BaseCobol85Listener) EnterDefaultDisplaySignClause(ctx *DefaultDisplaySignClauseContext) {}
  198. // ExitDefaultDisplaySignClause is called when production defaultDisplaySignClause is exited.
  199. func (s *BaseCobol85Listener) ExitDefaultDisplaySignClause(ctx *DefaultDisplaySignClauseContext) {}
  200. // EnterEnvironmentSwitchNameClause is called when production environmentSwitchNameClause is entered.
  201. func (s *BaseCobol85Listener) EnterEnvironmentSwitchNameClause(ctx *EnvironmentSwitchNameClauseContext) {
  202. }
  203. // ExitEnvironmentSwitchNameClause is called when production environmentSwitchNameClause is exited.
  204. func (s *BaseCobol85Listener) ExitEnvironmentSwitchNameClause(ctx *EnvironmentSwitchNameClauseContext) {
  205. }
  206. // EnterEnvironmentSwitchNameSpecialNamesStatusPhrase is called when production environmentSwitchNameSpecialNamesStatusPhrase is entered.
  207. func (s *BaseCobol85Listener) EnterEnvironmentSwitchNameSpecialNamesStatusPhrase(ctx *EnvironmentSwitchNameSpecialNamesStatusPhraseContext) {
  208. }
  209. // ExitEnvironmentSwitchNameSpecialNamesStatusPhrase is called when production environmentSwitchNameSpecialNamesStatusPhrase is exited.
  210. func (s *BaseCobol85Listener) ExitEnvironmentSwitchNameSpecialNamesStatusPhrase(ctx *EnvironmentSwitchNameSpecialNamesStatusPhraseContext) {
  211. }
  212. // EnterOdtClause is called when production odtClause is entered.
  213. func (s *BaseCobol85Listener) EnterOdtClause(ctx *OdtClauseContext) {}
  214. // ExitOdtClause is called when production odtClause is exited.
  215. func (s *BaseCobol85Listener) ExitOdtClause(ctx *OdtClauseContext) {}
  216. // EnterReserveNetworkClause is called when production reserveNetworkClause is entered.
  217. func (s *BaseCobol85Listener) EnterReserveNetworkClause(ctx *ReserveNetworkClauseContext) {}
  218. // ExitReserveNetworkClause is called when production reserveNetworkClause is exited.
  219. func (s *BaseCobol85Listener) ExitReserveNetworkClause(ctx *ReserveNetworkClauseContext) {}
  220. // EnterSymbolicCharactersClause is called when production symbolicCharactersClause is entered.
  221. func (s *BaseCobol85Listener) EnterSymbolicCharactersClause(ctx *SymbolicCharactersClauseContext) {}
  222. // ExitSymbolicCharactersClause is called when production symbolicCharactersClause is exited.
  223. func (s *BaseCobol85Listener) ExitSymbolicCharactersClause(ctx *SymbolicCharactersClauseContext) {}
  224. // EnterSymbolicCharacters is called when production symbolicCharacters is entered.
  225. func (s *BaseCobol85Listener) EnterSymbolicCharacters(ctx *SymbolicCharactersContext) {}
  226. // ExitSymbolicCharacters is called when production symbolicCharacters is exited.
  227. func (s *BaseCobol85Listener) ExitSymbolicCharacters(ctx *SymbolicCharactersContext) {}
  228. // EnterInputOutputSection is called when production inputOutputSection is entered.
  229. func (s *BaseCobol85Listener) EnterInputOutputSection(ctx *InputOutputSectionContext) {}
  230. // ExitInputOutputSection is called when production inputOutputSection is exited.
  231. func (s *BaseCobol85Listener) ExitInputOutputSection(ctx *InputOutputSectionContext) {}
  232. // EnterInputOutputSectionParagraph is called when production inputOutputSectionParagraph is entered.
  233. func (s *BaseCobol85Listener) EnterInputOutputSectionParagraph(ctx *InputOutputSectionParagraphContext) {
  234. }
  235. // ExitInputOutputSectionParagraph is called when production inputOutputSectionParagraph is exited.
  236. func (s *BaseCobol85Listener) ExitInputOutputSectionParagraph(ctx *InputOutputSectionParagraphContext) {
  237. }
  238. // EnterFileControlParagraph is called when production fileControlParagraph is entered.
  239. func (s *BaseCobol85Listener) EnterFileControlParagraph(ctx *FileControlParagraphContext) {}
  240. // ExitFileControlParagraph is called when production fileControlParagraph is exited.
  241. func (s *BaseCobol85Listener) ExitFileControlParagraph(ctx *FileControlParagraphContext) {}
  242. // EnterFileControlEntry is called when production fileControlEntry is entered.
  243. func (s *BaseCobol85Listener) EnterFileControlEntry(ctx *FileControlEntryContext) {}
  244. // ExitFileControlEntry is called when production fileControlEntry is exited.
  245. func (s *BaseCobol85Listener) ExitFileControlEntry(ctx *FileControlEntryContext) {}
  246. // EnterSelectClause is called when production selectClause is entered.
  247. func (s *BaseCobol85Listener) EnterSelectClause(ctx *SelectClauseContext) {}
  248. // ExitSelectClause is called when production selectClause is exited.
  249. func (s *BaseCobol85Listener) ExitSelectClause(ctx *SelectClauseContext) {}
  250. // EnterFileControlClause is called when production fileControlClause is entered.
  251. func (s *BaseCobol85Listener) EnterFileControlClause(ctx *FileControlClauseContext) {}
  252. // ExitFileControlClause is called when production fileControlClause is exited.
  253. func (s *BaseCobol85Listener) ExitFileControlClause(ctx *FileControlClauseContext) {}
  254. // EnterAssignClause is called when production assignClause is entered.
  255. func (s *BaseCobol85Listener) EnterAssignClause(ctx *AssignClauseContext) {}
  256. // ExitAssignClause is called when production assignClause is exited.
  257. func (s *BaseCobol85Listener) ExitAssignClause(ctx *AssignClauseContext) {}
  258. // EnterReserveClause is called when production reserveClause is entered.
  259. func (s *BaseCobol85Listener) EnterReserveClause(ctx *ReserveClauseContext) {}
  260. // ExitReserveClause is called when production reserveClause is exited.
  261. func (s *BaseCobol85Listener) ExitReserveClause(ctx *ReserveClauseContext) {}
  262. // EnterOrganizationClause is called when production organizationClause is entered.
  263. func (s *BaseCobol85Listener) EnterOrganizationClause(ctx *OrganizationClauseContext) {}
  264. // ExitOrganizationClause is called when production organizationClause is exited.
  265. func (s *BaseCobol85Listener) ExitOrganizationClause(ctx *OrganizationClauseContext) {}
  266. // EnterPaddingCharacterClause is called when production paddingCharacterClause is entered.
  267. func (s *BaseCobol85Listener) EnterPaddingCharacterClause(ctx *PaddingCharacterClauseContext) {}
  268. // ExitPaddingCharacterClause is called when production paddingCharacterClause is exited.
  269. func (s *BaseCobol85Listener) ExitPaddingCharacterClause(ctx *PaddingCharacterClauseContext) {}
  270. // EnterRecordDelimiterClause is called when production recordDelimiterClause is entered.
  271. func (s *BaseCobol85Listener) EnterRecordDelimiterClause(ctx *RecordDelimiterClauseContext) {}
  272. // ExitRecordDelimiterClause is called when production recordDelimiterClause is exited.
  273. func (s *BaseCobol85Listener) ExitRecordDelimiterClause(ctx *RecordDelimiterClauseContext) {}
  274. // EnterAccessModeClause is called when production accessModeClause is entered.
  275. func (s *BaseCobol85Listener) EnterAccessModeClause(ctx *AccessModeClauseContext) {}
  276. // ExitAccessModeClause is called when production accessModeClause is exited.
  277. func (s *BaseCobol85Listener) ExitAccessModeClause(ctx *AccessModeClauseContext) {}
  278. // EnterRecordKeyClause is called when production recordKeyClause is entered.
  279. func (s *BaseCobol85Listener) EnterRecordKeyClause(ctx *RecordKeyClauseContext) {}
  280. // ExitRecordKeyClause is called when production recordKeyClause is exited.
  281. func (s *BaseCobol85Listener) ExitRecordKeyClause(ctx *RecordKeyClauseContext) {}
  282. // EnterAlternateRecordKeyClause is called when production alternateRecordKeyClause is entered.
  283. func (s *BaseCobol85Listener) EnterAlternateRecordKeyClause(ctx *AlternateRecordKeyClauseContext) {}
  284. // ExitAlternateRecordKeyClause is called when production alternateRecordKeyClause is exited.
  285. func (s *BaseCobol85Listener) ExitAlternateRecordKeyClause(ctx *AlternateRecordKeyClauseContext) {}
  286. // EnterPasswordClause is called when production passwordClause is entered.
  287. func (s *BaseCobol85Listener) EnterPasswordClause(ctx *PasswordClauseContext) {}
  288. // ExitPasswordClause is called when production passwordClause is exited.
  289. func (s *BaseCobol85Listener) ExitPasswordClause(ctx *PasswordClauseContext) {}
  290. // EnterFileStatusClause is called when production fileStatusClause is entered.
  291. func (s *BaseCobol85Listener) EnterFileStatusClause(ctx *FileStatusClauseContext) {}
  292. // ExitFileStatusClause is called when production fileStatusClause is exited.
  293. func (s *BaseCobol85Listener) ExitFileStatusClause(ctx *FileStatusClauseContext) {}
  294. // EnterRelativeKeyClause is called when production relativeKeyClause is entered.
  295. func (s *BaseCobol85Listener) EnterRelativeKeyClause(ctx *RelativeKeyClauseContext) {}
  296. // ExitRelativeKeyClause is called when production relativeKeyClause is exited.
  297. func (s *BaseCobol85Listener) ExitRelativeKeyClause(ctx *RelativeKeyClauseContext) {}
  298. // EnterIoControlParagraph is called when production ioControlParagraph is entered.
  299. func (s *BaseCobol85Listener) EnterIoControlParagraph(ctx *IoControlParagraphContext) {}
  300. // ExitIoControlParagraph is called when production ioControlParagraph is exited.
  301. func (s *BaseCobol85Listener) ExitIoControlParagraph(ctx *IoControlParagraphContext) {}
  302. // EnterIoControlClause is called when production ioControlClause is entered.
  303. func (s *BaseCobol85Listener) EnterIoControlClause(ctx *IoControlClauseContext) {}
  304. // ExitIoControlClause is called when production ioControlClause is exited.
  305. func (s *BaseCobol85Listener) ExitIoControlClause(ctx *IoControlClauseContext) {}
  306. // EnterRerunClause is called when production rerunClause is entered.
  307. func (s *BaseCobol85Listener) EnterRerunClause(ctx *RerunClauseContext) {}
  308. // ExitRerunClause is called when production rerunClause is exited.
  309. func (s *BaseCobol85Listener) ExitRerunClause(ctx *RerunClauseContext) {}
  310. // EnterRerunEveryRecords is called when production rerunEveryRecords is entered.
  311. func (s *BaseCobol85Listener) EnterRerunEveryRecords(ctx *RerunEveryRecordsContext) {}
  312. // ExitRerunEveryRecords is called when production rerunEveryRecords is exited.
  313. func (s *BaseCobol85Listener) ExitRerunEveryRecords(ctx *RerunEveryRecordsContext) {}
  314. // EnterRerunEveryOf is called when production rerunEveryOf is entered.
  315. func (s *BaseCobol85Listener) EnterRerunEveryOf(ctx *RerunEveryOfContext) {}
  316. // ExitRerunEveryOf is called when production rerunEveryOf is exited.
  317. func (s *BaseCobol85Listener) ExitRerunEveryOf(ctx *RerunEveryOfContext) {}
  318. // EnterRerunEveryClock is called when production rerunEveryClock is entered.
  319. func (s *BaseCobol85Listener) EnterRerunEveryClock(ctx *RerunEveryClockContext) {}
  320. // ExitRerunEveryClock is called when production rerunEveryClock is exited.
  321. func (s *BaseCobol85Listener) ExitRerunEveryClock(ctx *RerunEveryClockContext) {}
  322. // EnterSameClause is called when production sameClause is entered.
  323. func (s *BaseCobol85Listener) EnterSameClause(ctx *SameClauseContext) {}
  324. // ExitSameClause is called when production sameClause is exited.
  325. func (s *BaseCobol85Listener) ExitSameClause(ctx *SameClauseContext) {}
  326. // EnterMultipleFileClause is called when production multipleFileClause is entered.
  327. func (s *BaseCobol85Listener) EnterMultipleFileClause(ctx *MultipleFileClauseContext) {}
  328. // ExitMultipleFileClause is called when production multipleFileClause is exited.
  329. func (s *BaseCobol85Listener) ExitMultipleFileClause(ctx *MultipleFileClauseContext) {}
  330. // EnterMultipleFilePosition is called when production multipleFilePosition is entered.
  331. func (s *BaseCobol85Listener) EnterMultipleFilePosition(ctx *MultipleFilePositionContext) {}
  332. // ExitMultipleFilePosition is called when production multipleFilePosition is exited.
  333. func (s *BaseCobol85Listener) ExitMultipleFilePosition(ctx *MultipleFilePositionContext) {}
  334. // EnterCommitmentControlClause is called when production commitmentControlClause is entered.
  335. func (s *BaseCobol85Listener) EnterCommitmentControlClause(ctx *CommitmentControlClauseContext) {}
  336. // ExitCommitmentControlClause is called when production commitmentControlClause is exited.
  337. func (s *BaseCobol85Listener) ExitCommitmentControlClause(ctx *CommitmentControlClauseContext) {}
  338. // EnterDataDivision is called when production dataDivision is entered.
  339. func (s *BaseCobol85Listener) EnterDataDivision(ctx *DataDivisionContext) {}
  340. // ExitDataDivision is called when production dataDivision is exited.
  341. func (s *BaseCobol85Listener) ExitDataDivision(ctx *DataDivisionContext) {}
  342. // EnterDataDivisionSection is called when production dataDivisionSection is entered.
  343. func (s *BaseCobol85Listener) EnterDataDivisionSection(ctx *DataDivisionSectionContext) {}
  344. // ExitDataDivisionSection is called when production dataDivisionSection is exited.
  345. func (s *BaseCobol85Listener) ExitDataDivisionSection(ctx *DataDivisionSectionContext) {}
  346. // EnterFileSection is called when production fileSection is entered.
  347. func (s *BaseCobol85Listener) EnterFileSection(ctx *FileSectionContext) {}
  348. // ExitFileSection is called when production fileSection is exited.
  349. func (s *BaseCobol85Listener) ExitFileSection(ctx *FileSectionContext) {}
  350. // EnterFileDescriptionEntry is called when production fileDescriptionEntry is entered.
  351. func (s *BaseCobol85Listener) EnterFileDescriptionEntry(ctx *FileDescriptionEntryContext) {}
  352. // ExitFileDescriptionEntry is called when production fileDescriptionEntry is exited.
  353. func (s *BaseCobol85Listener) ExitFileDescriptionEntry(ctx *FileDescriptionEntryContext) {}
  354. // EnterFileDescriptionEntryClause is called when production fileDescriptionEntryClause is entered.
  355. func (s *BaseCobol85Listener) EnterFileDescriptionEntryClause(ctx *FileDescriptionEntryClauseContext) {
  356. }
  357. // ExitFileDescriptionEntryClause is called when production fileDescriptionEntryClause is exited.
  358. func (s *BaseCobol85Listener) ExitFileDescriptionEntryClause(ctx *FileDescriptionEntryClauseContext) {}
  359. // EnterExternalClause is called when production externalClause is entered.
  360. func (s *BaseCobol85Listener) EnterExternalClause(ctx *ExternalClauseContext) {}
  361. // ExitExternalClause is called when production externalClause is exited.
  362. func (s *BaseCobol85Listener) ExitExternalClause(ctx *ExternalClauseContext) {}
  363. // EnterGlobalClause is called when production globalClause is entered.
  364. func (s *BaseCobol85Listener) EnterGlobalClause(ctx *GlobalClauseContext) {}
  365. // ExitGlobalClause is called when production globalClause is exited.
  366. func (s *BaseCobol85Listener) ExitGlobalClause(ctx *GlobalClauseContext) {}
  367. // EnterBlockContainsClause is called when production blockContainsClause is entered.
  368. func (s *BaseCobol85Listener) EnterBlockContainsClause(ctx *BlockContainsClauseContext) {}
  369. // ExitBlockContainsClause is called when production blockContainsClause is exited.
  370. func (s *BaseCobol85Listener) ExitBlockContainsClause(ctx *BlockContainsClauseContext) {}
  371. // EnterBlockContainsTo is called when production blockContainsTo is entered.
  372. func (s *BaseCobol85Listener) EnterBlockContainsTo(ctx *BlockContainsToContext) {}
  373. // ExitBlockContainsTo is called when production blockContainsTo is exited.
  374. func (s *BaseCobol85Listener) ExitBlockContainsTo(ctx *BlockContainsToContext) {}
  375. // EnterRecordContainsClause is called when production recordContainsClause is entered.
  376. func (s *BaseCobol85Listener) EnterRecordContainsClause(ctx *RecordContainsClauseContext) {}
  377. // ExitRecordContainsClause is called when production recordContainsClause is exited.
  378. func (s *BaseCobol85Listener) ExitRecordContainsClause(ctx *RecordContainsClauseContext) {}
  379. // EnterRecordContainsClauseFormat1 is called when production recordContainsClauseFormat1 is entered.
  380. func (s *BaseCobol85Listener) EnterRecordContainsClauseFormat1(ctx *RecordContainsClauseFormat1Context) {
  381. }
  382. // ExitRecordContainsClauseFormat1 is called when production recordContainsClauseFormat1 is exited.
  383. func (s *BaseCobol85Listener) ExitRecordContainsClauseFormat1(ctx *RecordContainsClauseFormat1Context) {
  384. }
  385. // EnterRecordContainsClauseFormat2 is called when production recordContainsClauseFormat2 is entered.
  386. func (s *BaseCobol85Listener) EnterRecordContainsClauseFormat2(ctx *RecordContainsClauseFormat2Context) {
  387. }
  388. // ExitRecordContainsClauseFormat2 is called when production recordContainsClauseFormat2 is exited.
  389. func (s *BaseCobol85Listener) ExitRecordContainsClauseFormat2(ctx *RecordContainsClauseFormat2Context) {
  390. }
  391. // EnterRecordContainsClauseFormat3 is called when production recordContainsClauseFormat3 is entered.
  392. func (s *BaseCobol85Listener) EnterRecordContainsClauseFormat3(ctx *RecordContainsClauseFormat3Context) {
  393. }
  394. // ExitRecordContainsClauseFormat3 is called when production recordContainsClauseFormat3 is exited.
  395. func (s *BaseCobol85Listener) ExitRecordContainsClauseFormat3(ctx *RecordContainsClauseFormat3Context) {
  396. }
  397. // EnterRecordContainsTo is called when production recordContainsTo is entered.
  398. func (s *BaseCobol85Listener) EnterRecordContainsTo(ctx *RecordContainsToContext) {}
  399. // ExitRecordContainsTo is called when production recordContainsTo is exited.
  400. func (s *BaseCobol85Listener) ExitRecordContainsTo(ctx *RecordContainsToContext) {}
  401. // EnterLabelRecordsClause is called when production labelRecordsClause is entered.
  402. func (s *BaseCobol85Listener) EnterLabelRecordsClause(ctx *LabelRecordsClauseContext) {}
  403. // ExitLabelRecordsClause is called when production labelRecordsClause is exited.
  404. func (s *BaseCobol85Listener) ExitLabelRecordsClause(ctx *LabelRecordsClauseContext) {}
  405. // EnterValueOfClause is called when production valueOfClause is entered.
  406. func (s *BaseCobol85Listener) EnterValueOfClause(ctx *ValueOfClauseContext) {}
  407. // ExitValueOfClause is called when production valueOfClause is exited.
  408. func (s *BaseCobol85Listener) ExitValueOfClause(ctx *ValueOfClauseContext) {}
  409. // EnterValuePair is called when production valuePair is entered.
  410. func (s *BaseCobol85Listener) EnterValuePair(ctx *ValuePairContext) {}
  411. // ExitValuePair is called when production valuePair is exited.
  412. func (s *BaseCobol85Listener) ExitValuePair(ctx *ValuePairContext) {}
  413. // EnterDataRecordsClause is called when production dataRecordsClause is entered.
  414. func (s *BaseCobol85Listener) EnterDataRecordsClause(ctx *DataRecordsClauseContext) {}
  415. // ExitDataRecordsClause is called when production dataRecordsClause is exited.
  416. func (s *BaseCobol85Listener) ExitDataRecordsClause(ctx *DataRecordsClauseContext) {}
  417. // EnterLinageClause is called when production linageClause is entered.
  418. func (s *BaseCobol85Listener) EnterLinageClause(ctx *LinageClauseContext) {}
  419. // ExitLinageClause is called when production linageClause is exited.
  420. func (s *BaseCobol85Listener) ExitLinageClause(ctx *LinageClauseContext) {}
  421. // EnterLinageAt is called when production linageAt is entered.
  422. func (s *BaseCobol85Listener) EnterLinageAt(ctx *LinageAtContext) {}
  423. // ExitLinageAt is called when production linageAt is exited.
  424. func (s *BaseCobol85Listener) ExitLinageAt(ctx *LinageAtContext) {}
  425. // EnterLinageFootingAt is called when production linageFootingAt is entered.
  426. func (s *BaseCobol85Listener) EnterLinageFootingAt(ctx *LinageFootingAtContext) {}
  427. // ExitLinageFootingAt is called when production linageFootingAt is exited.
  428. func (s *BaseCobol85Listener) ExitLinageFootingAt(ctx *LinageFootingAtContext) {}
  429. // EnterLinageLinesAtTop is called when production linageLinesAtTop is entered.
  430. func (s *BaseCobol85Listener) EnterLinageLinesAtTop(ctx *LinageLinesAtTopContext) {}
  431. // ExitLinageLinesAtTop is called when production linageLinesAtTop is exited.
  432. func (s *BaseCobol85Listener) ExitLinageLinesAtTop(ctx *LinageLinesAtTopContext) {}
  433. // EnterLinageLinesAtBottom is called when production linageLinesAtBottom is entered.
  434. func (s *BaseCobol85Listener) EnterLinageLinesAtBottom(ctx *LinageLinesAtBottomContext) {}
  435. // ExitLinageLinesAtBottom is called when production linageLinesAtBottom is exited.
  436. func (s *BaseCobol85Listener) ExitLinageLinesAtBottom(ctx *LinageLinesAtBottomContext) {}
  437. // EnterRecordingModeClause is called when production recordingModeClause is entered.
  438. func (s *BaseCobol85Listener) EnterRecordingModeClause(ctx *RecordingModeClauseContext) {}
  439. // ExitRecordingModeClause is called when production recordingModeClause is exited.
  440. func (s *BaseCobol85Listener) ExitRecordingModeClause(ctx *RecordingModeClauseContext) {}
  441. // EnterModeStatement is called when production modeStatement is entered.
  442. func (s *BaseCobol85Listener) EnterModeStatement(ctx *ModeStatementContext) {}
  443. // ExitModeStatement is called when production modeStatement is exited.
  444. func (s *BaseCobol85Listener) ExitModeStatement(ctx *ModeStatementContext) {}
  445. // EnterCodeSetClause is called when production codeSetClause is entered.
  446. func (s *BaseCobol85Listener) EnterCodeSetClause(ctx *CodeSetClauseContext) {}
  447. // ExitCodeSetClause is called when production codeSetClause is exited.
  448. func (s *BaseCobol85Listener) ExitCodeSetClause(ctx *CodeSetClauseContext) {}
  449. // EnterReportClause is called when production reportClause is entered.
  450. func (s *BaseCobol85Listener) EnterReportClause(ctx *ReportClauseContext) {}
  451. // ExitReportClause is called when production reportClause is exited.
  452. func (s *BaseCobol85Listener) ExitReportClause(ctx *ReportClauseContext) {}
  453. // EnterDataBaseSection is called when production dataBaseSection is entered.
  454. func (s *BaseCobol85Listener) EnterDataBaseSection(ctx *DataBaseSectionContext) {}
  455. // ExitDataBaseSection is called when production dataBaseSection is exited.
  456. func (s *BaseCobol85Listener) ExitDataBaseSection(ctx *DataBaseSectionContext) {}
  457. // EnterDataBaseSectionEntry is called when production dataBaseSectionEntry is entered.
  458. func (s *BaseCobol85Listener) EnterDataBaseSectionEntry(ctx *DataBaseSectionEntryContext) {}
  459. // ExitDataBaseSectionEntry is called when production dataBaseSectionEntry is exited.
  460. func (s *BaseCobol85Listener) ExitDataBaseSectionEntry(ctx *DataBaseSectionEntryContext) {}
  461. // EnterWorkingStorageSection is called when production workingStorageSection is entered.
  462. func (s *BaseCobol85Listener) EnterWorkingStorageSection(ctx *WorkingStorageSectionContext) {}
  463. // ExitWorkingStorageSection is called when production workingStorageSection is exited.
  464. func (s *BaseCobol85Listener) ExitWorkingStorageSection(ctx *WorkingStorageSectionContext) {}
  465. // EnterLinkageSection is called when production linkageSection is entered.
  466. func (s *BaseCobol85Listener) EnterLinkageSection(ctx *LinkageSectionContext) {}
  467. // ExitLinkageSection is called when production linkageSection is exited.
  468. func (s *BaseCobol85Listener) ExitLinkageSection(ctx *LinkageSectionContext) {}
  469. // EnterCommunicationSection is called when production communicationSection is entered.
  470. func (s *BaseCobol85Listener) EnterCommunicationSection(ctx *CommunicationSectionContext) {}
  471. // ExitCommunicationSection is called when production communicationSection is exited.
  472. func (s *BaseCobol85Listener) ExitCommunicationSection(ctx *CommunicationSectionContext) {}
  473. // EnterCommunicationDescriptionEntry is called when production communicationDescriptionEntry is entered.
  474. func (s *BaseCobol85Listener) EnterCommunicationDescriptionEntry(ctx *CommunicationDescriptionEntryContext) {
  475. }
  476. // ExitCommunicationDescriptionEntry is called when production communicationDescriptionEntry is exited.
  477. func (s *BaseCobol85Listener) ExitCommunicationDescriptionEntry(ctx *CommunicationDescriptionEntryContext) {
  478. }
  479. // EnterCommunicationDescriptionEntryFormat1 is called when production communicationDescriptionEntryFormat1 is entered.
  480. func (s *BaseCobol85Listener) EnterCommunicationDescriptionEntryFormat1(ctx *CommunicationDescriptionEntryFormat1Context) {
  481. }
  482. // ExitCommunicationDescriptionEntryFormat1 is called when production communicationDescriptionEntryFormat1 is exited.
  483. func (s *BaseCobol85Listener) ExitCommunicationDescriptionEntryFormat1(ctx *CommunicationDescriptionEntryFormat1Context) {
  484. }
  485. // EnterCommunicationDescriptionEntryFormat2 is called when production communicationDescriptionEntryFormat2 is entered.
  486. func (s *BaseCobol85Listener) EnterCommunicationDescriptionEntryFormat2(ctx *CommunicationDescriptionEntryFormat2Context) {
  487. }
  488. // ExitCommunicationDescriptionEntryFormat2 is called when production communicationDescriptionEntryFormat2 is exited.
  489. func (s *BaseCobol85Listener) ExitCommunicationDescriptionEntryFormat2(ctx *CommunicationDescriptionEntryFormat2Context) {
  490. }
  491. // EnterCommunicationDescriptionEntryFormat3 is called when production communicationDescriptionEntryFormat3 is entered.
  492. func (s *BaseCobol85Listener) EnterCommunicationDescriptionEntryFormat3(ctx *CommunicationDescriptionEntryFormat3Context) {
  493. }
  494. // ExitCommunicationDescriptionEntryFormat3 is called when production communicationDescriptionEntryFormat3 is exited.
  495. func (s *BaseCobol85Listener) ExitCommunicationDescriptionEntryFormat3(ctx *CommunicationDescriptionEntryFormat3Context) {
  496. }
  497. // EnterDestinationCountClause is called when production destinationCountClause is entered.
  498. func (s *BaseCobol85Listener) EnterDestinationCountClause(ctx *DestinationCountClauseContext) {}
  499. // ExitDestinationCountClause is called when production destinationCountClause is exited.
  500. func (s *BaseCobol85Listener) ExitDestinationCountClause(ctx *DestinationCountClauseContext) {}
  501. // EnterDestinationTableClause is called when production destinationTableClause is entered.
  502. func (s *BaseCobol85Listener) EnterDestinationTableClause(ctx *DestinationTableClauseContext) {}
  503. // ExitDestinationTableClause is called when production destinationTableClause is exited.
  504. func (s *BaseCobol85Listener) ExitDestinationTableClause(ctx *DestinationTableClauseContext) {}
  505. // EnterEndKeyClause is called when production endKeyClause is entered.
  506. func (s *BaseCobol85Listener) EnterEndKeyClause(ctx *EndKeyClauseContext) {}
  507. // ExitEndKeyClause is called when production endKeyClause is exited.
  508. func (s *BaseCobol85Listener) ExitEndKeyClause(ctx *EndKeyClauseContext) {}
  509. // EnterErrorKeyClause is called when production errorKeyClause is entered.
  510. func (s *BaseCobol85Listener) EnterErrorKeyClause(ctx *ErrorKeyClauseContext) {}
  511. // ExitErrorKeyClause is called when production errorKeyClause is exited.
  512. func (s *BaseCobol85Listener) ExitErrorKeyClause(ctx *ErrorKeyClauseContext) {}
  513. // EnterMessageCountClause is called when production messageCountClause is entered.
  514. func (s *BaseCobol85Listener) EnterMessageCountClause(ctx *MessageCountClauseContext) {}
  515. // ExitMessageCountClause is called when production messageCountClause is exited.
  516. func (s *BaseCobol85Listener) ExitMessageCountClause(ctx *MessageCountClauseContext) {}
  517. // EnterMessageDateClause is called when production messageDateClause is entered.
  518. func (s *BaseCobol85Listener) EnterMessageDateClause(ctx *MessageDateClauseContext) {}
  519. // ExitMessageDateClause is called when production messageDateClause is exited.
  520. func (s *BaseCobol85Listener) ExitMessageDateClause(ctx *MessageDateClauseContext) {}
  521. // EnterMessageTimeClause is called when production messageTimeClause is entered.
  522. func (s *BaseCobol85Listener) EnterMessageTimeClause(ctx *MessageTimeClauseContext) {}
  523. // ExitMessageTimeClause is called when production messageTimeClause is exited.
  524. func (s *BaseCobol85Listener) ExitMessageTimeClause(ctx *MessageTimeClauseContext) {}
  525. // EnterStatusKeyClause is called when production statusKeyClause is entered.
  526. func (s *BaseCobol85Listener) EnterStatusKeyClause(ctx *StatusKeyClauseContext) {}
  527. // ExitStatusKeyClause is called when production statusKeyClause is exited.
  528. func (s *BaseCobol85Listener) ExitStatusKeyClause(ctx *StatusKeyClauseContext) {}
  529. // EnterSymbolicDestinationClause is called when production symbolicDestinationClause is entered.
  530. func (s *BaseCobol85Listener) EnterSymbolicDestinationClause(ctx *SymbolicDestinationClauseContext) {}
  531. // ExitSymbolicDestinationClause is called when production symbolicDestinationClause is exited.
  532. func (s *BaseCobol85Listener) ExitSymbolicDestinationClause(ctx *SymbolicDestinationClauseContext) {}
  533. // EnterSymbolicQueueClause is called when production symbolicQueueClause is entered.
  534. func (s *BaseCobol85Listener) EnterSymbolicQueueClause(ctx *SymbolicQueueClauseContext) {}
  535. // ExitSymbolicQueueClause is called when production symbolicQueueClause is exited.
  536. func (s *BaseCobol85Listener) ExitSymbolicQueueClause(ctx *SymbolicQueueClauseContext) {}
  537. // EnterSymbolicSourceClause is called when production symbolicSourceClause is entered.
  538. func (s *BaseCobol85Listener) EnterSymbolicSourceClause(ctx *SymbolicSourceClauseContext) {}
  539. // ExitSymbolicSourceClause is called when production symbolicSourceClause is exited.
  540. func (s *BaseCobol85Listener) ExitSymbolicSourceClause(ctx *SymbolicSourceClauseContext) {}
  541. // EnterSymbolicTerminalClause is called when production symbolicTerminalClause is entered.
  542. func (s *BaseCobol85Listener) EnterSymbolicTerminalClause(ctx *SymbolicTerminalClauseContext) {}
  543. // ExitSymbolicTerminalClause is called when production symbolicTerminalClause is exited.
  544. func (s *BaseCobol85Listener) ExitSymbolicTerminalClause(ctx *SymbolicTerminalClauseContext) {}
  545. // EnterSymbolicSubQueueClause is called when production symbolicSubQueueClause is entered.
  546. func (s *BaseCobol85Listener) EnterSymbolicSubQueueClause(ctx *SymbolicSubQueueClauseContext) {}
  547. // ExitSymbolicSubQueueClause is called when production symbolicSubQueueClause is exited.
  548. func (s *BaseCobol85Listener) ExitSymbolicSubQueueClause(ctx *SymbolicSubQueueClauseContext) {}
  549. // EnterTextLengthClause is called when production textLengthClause is entered.
  550. func (s *BaseCobol85Listener) EnterTextLengthClause(ctx *TextLengthClauseContext) {}
  551. // ExitTextLengthClause is called when production textLengthClause is exited.
  552. func (s *BaseCobol85Listener) ExitTextLengthClause(ctx *TextLengthClauseContext) {}
  553. // EnterLocalStorageSection is called when production localStorageSection is entered.
  554. func (s *BaseCobol85Listener) EnterLocalStorageSection(ctx *LocalStorageSectionContext) {}
  555. // ExitLocalStorageSection is called when production localStorageSection is exited.
  556. func (s *BaseCobol85Listener) ExitLocalStorageSection(ctx *LocalStorageSectionContext) {}
  557. // EnterScreenSection is called when production screenSection is entered.
  558. func (s *BaseCobol85Listener) EnterScreenSection(ctx *ScreenSectionContext) {}
  559. // ExitScreenSection is called when production screenSection is exited.
  560. func (s *BaseCobol85Listener) ExitScreenSection(ctx *ScreenSectionContext) {}
  561. // EnterScreenDescriptionEntry is called when production screenDescriptionEntry is entered.
  562. func (s *BaseCobol85Listener) EnterScreenDescriptionEntry(ctx *ScreenDescriptionEntryContext) {}
  563. // ExitScreenDescriptionEntry is called when production screenDescriptionEntry is exited.
  564. func (s *BaseCobol85Listener) ExitScreenDescriptionEntry(ctx *ScreenDescriptionEntryContext) {}
  565. // EnterScreenDescriptionBlankClause is called when production screenDescriptionBlankClause is entered.
  566. func (s *BaseCobol85Listener) EnterScreenDescriptionBlankClause(ctx *ScreenDescriptionBlankClauseContext) {
  567. }
  568. // ExitScreenDescriptionBlankClause is called when production screenDescriptionBlankClause is exited.
  569. func (s *BaseCobol85Listener) ExitScreenDescriptionBlankClause(ctx *ScreenDescriptionBlankClauseContext) {
  570. }
  571. // EnterScreenDescriptionBellClause is called when production screenDescriptionBellClause is entered.
  572. func (s *BaseCobol85Listener) EnterScreenDescriptionBellClause(ctx *ScreenDescriptionBellClauseContext) {
  573. }
  574. // ExitScreenDescriptionBellClause is called when production screenDescriptionBellClause is exited.
  575. func (s *BaseCobol85Listener) ExitScreenDescriptionBellClause(ctx *ScreenDescriptionBellClauseContext) {
  576. }
  577. // EnterScreenDescriptionBlinkClause is called when production screenDescriptionBlinkClause is entered.
  578. func (s *BaseCobol85Listener) EnterScreenDescriptionBlinkClause(ctx *ScreenDescriptionBlinkClauseContext) {
  579. }
  580. // ExitScreenDescriptionBlinkClause is called when production screenDescriptionBlinkClause is exited.
  581. func (s *BaseCobol85Listener) ExitScreenDescriptionBlinkClause(ctx *ScreenDescriptionBlinkClauseContext) {
  582. }
  583. // EnterScreenDescriptionEraseClause is called when production screenDescriptionEraseClause is entered.
  584. func (s *BaseCobol85Listener) EnterScreenDescriptionEraseClause(ctx *ScreenDescriptionEraseClauseContext) {
  585. }
  586. // ExitScreenDescriptionEraseClause is called when production screenDescriptionEraseClause is exited.
  587. func (s *BaseCobol85Listener) ExitScreenDescriptionEraseClause(ctx *ScreenDescriptionEraseClauseContext) {
  588. }
  589. // EnterScreenDescriptionLightClause is called when production screenDescriptionLightClause is entered.
  590. func (s *BaseCobol85Listener) EnterScreenDescriptionLightClause(ctx *ScreenDescriptionLightClauseContext) {
  591. }
  592. // ExitScreenDescriptionLightClause is called when production screenDescriptionLightClause is exited.
  593. func (s *BaseCobol85Listener) ExitScreenDescriptionLightClause(ctx *ScreenDescriptionLightClauseContext) {
  594. }
  595. // EnterScreenDescriptionGridClause is called when production screenDescriptionGridClause is entered.
  596. func (s *BaseCobol85Listener) EnterScreenDescriptionGridClause(ctx *ScreenDescriptionGridClauseContext) {
  597. }
  598. // ExitScreenDescriptionGridClause is called when production screenDescriptionGridClause is exited.
  599. func (s *BaseCobol85Listener) ExitScreenDescriptionGridClause(ctx *ScreenDescriptionGridClauseContext) {
  600. }
  601. // EnterScreenDescriptionReverseVideoClause is called when production screenDescriptionReverseVideoClause is entered.
  602. func (s *BaseCobol85Listener) EnterScreenDescriptionReverseVideoClause(ctx *ScreenDescriptionReverseVideoClauseContext) {
  603. }
  604. // ExitScreenDescriptionReverseVideoClause is called when production screenDescriptionReverseVideoClause is exited.
  605. func (s *BaseCobol85Listener) ExitScreenDescriptionReverseVideoClause(ctx *ScreenDescriptionReverseVideoClauseContext) {
  606. }
  607. // EnterScreenDescriptionUnderlineClause is called when production screenDescriptionUnderlineClause is entered.
  608. func (s *BaseCobol85Listener) EnterScreenDescriptionUnderlineClause(ctx *ScreenDescriptionUnderlineClauseContext) {
  609. }
  610. // ExitScreenDescriptionUnderlineClause is called when production screenDescriptionUnderlineClause is exited.
  611. func (s *BaseCobol85Listener) ExitScreenDescriptionUnderlineClause(ctx *ScreenDescriptionUnderlineClauseContext) {
  612. }
  613. // EnterScreenDescriptionSizeClause is called when production screenDescriptionSizeClause is entered.
  614. func (s *BaseCobol85Listener) EnterScreenDescriptionSizeClause(ctx *ScreenDescriptionSizeClauseContext) {
  615. }
  616. // ExitScreenDescriptionSizeClause is called when production screenDescriptionSizeClause is exited.
  617. func (s *BaseCobol85Listener) ExitScreenDescriptionSizeClause(ctx *ScreenDescriptionSizeClauseContext) {
  618. }
  619. // EnterScreenDescriptionLineClause is called when production screenDescriptionLineClause is entered.
  620. func (s *BaseCobol85Listener) EnterScreenDescriptionLineClause(ctx *ScreenDescriptionLineClauseContext) {
  621. }
  622. // ExitScreenDescriptionLineClause is called when production screenDescriptionLineClause is exited.
  623. func (s *BaseCobol85Listener) ExitScreenDescriptionLineClause(ctx *ScreenDescriptionLineClauseContext) {
  624. }
  625. // EnterScreenDescriptionColumnClause is called when production screenDescriptionColumnClause is entered.
  626. func (s *BaseCobol85Listener) EnterScreenDescriptionColumnClause(ctx *ScreenDescriptionColumnClauseContext) {
  627. }
  628. // ExitScreenDescriptionColumnClause is called when production screenDescriptionColumnClause is exited.
  629. func (s *BaseCobol85Listener) ExitScreenDescriptionColumnClause(ctx *ScreenDescriptionColumnClauseContext) {
  630. }
  631. // EnterScreenDescriptionForegroundColorClause is called when production screenDescriptionForegroundColorClause is entered.
  632. func (s *BaseCobol85Listener) EnterScreenDescriptionForegroundColorClause(ctx *ScreenDescriptionForegroundColorClauseContext) {
  633. }
  634. // ExitScreenDescriptionForegroundColorClause is called when production screenDescriptionForegroundColorClause is exited.
  635. func (s *BaseCobol85Listener) ExitScreenDescriptionForegroundColorClause(ctx *ScreenDescriptionForegroundColorClauseContext) {
  636. }
  637. // EnterScreenDescriptionBackgroundColorClause is called when production screenDescriptionBackgroundColorClause is entered.
  638. func (s *BaseCobol85Listener) EnterScreenDescriptionBackgroundColorClause(ctx *ScreenDescriptionBackgroundColorClauseContext) {
  639. }
  640. // ExitScreenDescriptionBackgroundColorClause is called when production screenDescriptionBackgroundColorClause is exited.
  641. func (s *BaseCobol85Listener) ExitScreenDescriptionBackgroundColorClause(ctx *ScreenDescriptionBackgroundColorClauseContext) {
  642. }
  643. // EnterScreenDescriptionControlClause is called when production screenDescriptionControlClause is entered.
  644. func (s *BaseCobol85Listener) EnterScreenDescriptionControlClause(ctx *ScreenDescriptionControlClauseContext) {
  645. }
  646. // ExitScreenDescriptionControlClause is called when production screenDescriptionControlClause is exited.
  647. func (s *BaseCobol85Listener) ExitScreenDescriptionControlClause(ctx *ScreenDescriptionControlClauseContext) {
  648. }
  649. // EnterScreenDescriptionValueClause is called when production screenDescriptionValueClause is entered.
  650. func (s *BaseCobol85Listener) EnterScreenDescriptionValueClause(ctx *ScreenDescriptionValueClauseContext) {
  651. }
  652. // ExitScreenDescriptionValueClause is called when production screenDescriptionValueClause is exited.
  653. func (s *BaseCobol85Listener) ExitScreenDescriptionValueClause(ctx *ScreenDescriptionValueClauseContext) {
  654. }
  655. // EnterScreenDescriptionPictureClause is called when production screenDescriptionPictureClause is entered.
  656. func (s *BaseCobol85Listener) EnterScreenDescriptionPictureClause(ctx *ScreenDescriptionPictureClauseContext) {
  657. }
  658. // ExitScreenDescriptionPictureClause is called when production screenDescriptionPictureClause is exited.
  659. func (s *BaseCobol85Listener) ExitScreenDescriptionPictureClause(ctx *ScreenDescriptionPictureClauseContext) {
  660. }
  661. // EnterScreenDescriptionFromClause is called when production screenDescriptionFromClause is entered.
  662. func (s *BaseCobol85Listener) EnterScreenDescriptionFromClause(ctx *ScreenDescriptionFromClauseContext) {
  663. }
  664. // ExitScreenDescriptionFromClause is called when production screenDescriptionFromClause is exited.
  665. func (s *BaseCobol85Listener) ExitScreenDescriptionFromClause(ctx *ScreenDescriptionFromClauseContext) {
  666. }
  667. // EnterScreenDescriptionToClause is called when production screenDescriptionToClause is entered.
  668. func (s *BaseCobol85Listener) EnterScreenDescriptionToClause(ctx *ScreenDescriptionToClauseContext) {}
  669. // ExitScreenDescriptionToClause is called when production screenDescriptionToClause is exited.
  670. func (s *BaseCobol85Listener) ExitScreenDescriptionToClause(ctx *ScreenDescriptionToClauseContext) {}
  671. // EnterScreenDescriptionUsingClause is called when production screenDescriptionUsingClause is entered.
  672. func (s *BaseCobol85Listener) EnterScreenDescriptionUsingClause(ctx *ScreenDescriptionUsingClauseContext) {
  673. }
  674. // ExitScreenDescriptionUsingClause is called when production screenDescriptionUsingClause is exited.
  675. func (s *BaseCobol85Listener) ExitScreenDescriptionUsingClause(ctx *ScreenDescriptionUsingClauseContext) {
  676. }
  677. // EnterScreenDescriptionUsageClause is called when production screenDescriptionUsageClause is entered.
  678. func (s *BaseCobol85Listener) EnterScreenDescriptionUsageClause(ctx *ScreenDescriptionUsageClauseContext) {
  679. }
  680. // ExitScreenDescriptionUsageClause is called when production screenDescriptionUsageClause is exited.
  681. func (s *BaseCobol85Listener) ExitScreenDescriptionUsageClause(ctx *ScreenDescriptionUsageClauseContext) {
  682. }
  683. // EnterScreenDescriptionBlankWhenZeroClause is called when production screenDescriptionBlankWhenZeroClause is entered.
  684. func (s *BaseCobol85Listener) EnterScreenDescriptionBlankWhenZeroClause(ctx *ScreenDescriptionBlankWhenZeroClauseContext) {
  685. }
  686. // ExitScreenDescriptionBlankWhenZeroClause is called when production screenDescriptionBlankWhenZeroClause is exited.
  687. func (s *BaseCobol85Listener) ExitScreenDescriptionBlankWhenZeroClause(ctx *ScreenDescriptionBlankWhenZeroClauseContext) {
  688. }
  689. // EnterScreenDescriptionJustifiedClause is called when production screenDescriptionJustifiedClause is entered.
  690. func (s *BaseCobol85Listener) EnterScreenDescriptionJustifiedClause(ctx *ScreenDescriptionJustifiedClauseContext) {
  691. }
  692. // ExitScreenDescriptionJustifiedClause is called when production screenDescriptionJustifiedClause is exited.
  693. func (s *BaseCobol85Listener) ExitScreenDescriptionJustifiedClause(ctx *ScreenDescriptionJustifiedClauseContext) {
  694. }
  695. // EnterScreenDescriptionSignClause is called when production screenDescriptionSignClause is entered.
  696. func (s *BaseCobol85Listener) EnterScreenDescriptionSignClause(ctx *ScreenDescriptionSignClauseContext) {
  697. }
  698. // ExitScreenDescriptionSignClause is called when production screenDescriptionSignClause is exited.
  699. func (s *BaseCobol85Listener) ExitScreenDescriptionSignClause(ctx *ScreenDescriptionSignClauseContext) {
  700. }
  701. // EnterScreenDescriptionAutoClause is called when production screenDescriptionAutoClause is entered.
  702. func (s *BaseCobol85Listener) EnterScreenDescriptionAutoClause(ctx *ScreenDescriptionAutoClauseContext) {
  703. }
  704. // ExitScreenDescriptionAutoClause is called when production screenDescriptionAutoClause is exited.
  705. func (s *BaseCobol85Listener) ExitScreenDescriptionAutoClause(ctx *ScreenDescriptionAutoClauseContext) {
  706. }
  707. // EnterScreenDescriptionSecureClause is called when production screenDescriptionSecureClause is entered.
  708. func (s *BaseCobol85Listener) EnterScreenDescriptionSecureClause(ctx *ScreenDescriptionSecureClauseContext) {
  709. }
  710. // ExitScreenDescriptionSecureClause is called when production screenDescriptionSecureClause is exited.
  711. func (s *BaseCobol85Listener) ExitScreenDescriptionSecureClause(ctx *ScreenDescriptionSecureClauseContext) {
  712. }
  713. // EnterScreenDescriptionRequiredClause is called when production screenDescriptionRequiredClause is entered.
  714. func (s *BaseCobol85Listener) EnterScreenDescriptionRequiredClause(ctx *ScreenDescriptionRequiredClauseContext) {
  715. }
  716. // ExitScreenDescriptionRequiredClause is called when production screenDescriptionRequiredClause is exited.
  717. func (s *BaseCobol85Listener) ExitScreenDescriptionRequiredClause(ctx *ScreenDescriptionRequiredClauseContext) {
  718. }
  719. // EnterScreenDescriptionPromptClause is called when production screenDescriptionPromptClause is entered.
  720. func (s *BaseCobol85Listener) EnterScreenDescriptionPromptClause(ctx *ScreenDescriptionPromptClauseContext) {
  721. }
  722. // ExitScreenDescriptionPromptClause is called when production screenDescriptionPromptClause is exited.
  723. func (s *BaseCobol85Listener) ExitScreenDescriptionPromptClause(ctx *ScreenDescriptionPromptClauseContext) {
  724. }
  725. // EnterScreenDescriptionPromptOccursClause is called when production screenDescriptionPromptOccursClause is entered.
  726. func (s *BaseCobol85Listener) EnterScreenDescriptionPromptOccursClause(ctx *ScreenDescriptionPromptOccursClauseContext) {
  727. }
  728. // ExitScreenDescriptionPromptOccursClause is called when production screenDescriptionPromptOccursClause is exited.
  729. func (s *BaseCobol85Listener) ExitScreenDescriptionPromptOccursClause(ctx *ScreenDescriptionPromptOccursClauseContext) {
  730. }
  731. // EnterScreenDescriptionFullClause is called when production screenDescriptionFullClause is entered.
  732. func (s *BaseCobol85Listener) EnterScreenDescriptionFullClause(ctx *ScreenDescriptionFullClauseContext) {
  733. }
  734. // ExitScreenDescriptionFullClause is called when production screenDescriptionFullClause is exited.
  735. func (s *BaseCobol85Listener) ExitScreenDescriptionFullClause(ctx *ScreenDescriptionFullClauseContext) {
  736. }
  737. // EnterScreenDescriptionZeroFillClause is called when production screenDescriptionZeroFillClause is entered.
  738. func (s *BaseCobol85Listener) EnterScreenDescriptionZeroFillClause(ctx *ScreenDescriptionZeroFillClauseContext) {
  739. }
  740. // ExitScreenDescriptionZeroFillClause is called when production screenDescriptionZeroFillClause is exited.
  741. func (s *BaseCobol85Listener) ExitScreenDescriptionZeroFillClause(ctx *ScreenDescriptionZeroFillClauseContext) {
  742. }
  743. // EnterReportSection is called when production reportSection is entered.
  744. func (s *BaseCobol85Listener) EnterReportSection(ctx *ReportSectionContext) {}
  745. // ExitReportSection is called when production reportSection is exited.
  746. func (s *BaseCobol85Listener) ExitReportSection(ctx *ReportSectionContext) {}
  747. // EnterReportDescription is called when production reportDescription is entered.
  748. func (s *BaseCobol85Listener) EnterReportDescription(ctx *ReportDescriptionContext) {}
  749. // ExitReportDescription is called when production reportDescription is exited.
  750. func (s *BaseCobol85Listener) ExitReportDescription(ctx *ReportDescriptionContext) {}
  751. // EnterReportDescriptionEntry is called when production reportDescriptionEntry is entered.
  752. func (s *BaseCobol85Listener) EnterReportDescriptionEntry(ctx *ReportDescriptionEntryContext) {}
  753. // ExitReportDescriptionEntry is called when production reportDescriptionEntry is exited.
  754. func (s *BaseCobol85Listener) ExitReportDescriptionEntry(ctx *ReportDescriptionEntryContext) {}
  755. // EnterReportDescriptionGlobalClause is called when production reportDescriptionGlobalClause is entered.
  756. func (s *BaseCobol85Listener) EnterReportDescriptionGlobalClause(ctx *ReportDescriptionGlobalClauseContext) {
  757. }
  758. // ExitReportDescriptionGlobalClause is called when production reportDescriptionGlobalClause is exited.
  759. func (s *BaseCobol85Listener) ExitReportDescriptionGlobalClause(ctx *ReportDescriptionGlobalClauseContext) {
  760. }
  761. // EnterReportDescriptionPageLimitClause is called when production reportDescriptionPageLimitClause is entered.
  762. func (s *BaseCobol85Listener) EnterReportDescriptionPageLimitClause(ctx *ReportDescriptionPageLimitClauseContext) {
  763. }
  764. // ExitReportDescriptionPageLimitClause is called when production reportDescriptionPageLimitClause is exited.
  765. func (s *BaseCobol85Listener) ExitReportDescriptionPageLimitClause(ctx *ReportDescriptionPageLimitClauseContext) {
  766. }
  767. // EnterReportDescriptionHeadingClause is called when production reportDescriptionHeadingClause is entered.
  768. func (s *BaseCobol85Listener) EnterReportDescriptionHeadingClause(ctx *ReportDescriptionHeadingClauseContext) {
  769. }
  770. // ExitReportDescriptionHeadingClause is called when production reportDescriptionHeadingClause is exited.
  771. func (s *BaseCobol85Listener) ExitReportDescriptionHeadingClause(ctx *ReportDescriptionHeadingClauseContext) {
  772. }
  773. // EnterReportDescriptionFirstDetailClause is called when production reportDescriptionFirstDetailClause is entered.
  774. func (s *BaseCobol85Listener) EnterReportDescriptionFirstDetailClause(ctx *ReportDescriptionFirstDetailClauseContext) {
  775. }
  776. // ExitReportDescriptionFirstDetailClause is called when production reportDescriptionFirstDetailClause is exited.
  777. func (s *BaseCobol85Listener) ExitReportDescriptionFirstDetailClause(ctx *ReportDescriptionFirstDetailClauseContext) {
  778. }
  779. // EnterReportDescriptionLastDetailClause is called when production reportDescriptionLastDetailClause is entered.
  780. func (s *BaseCobol85Listener) EnterReportDescriptionLastDetailClause(ctx *ReportDescriptionLastDetailClauseContext) {
  781. }
  782. // ExitReportDescriptionLastDetailClause is called when production reportDescriptionLastDetailClause is exited.
  783. func (s *BaseCobol85Listener) ExitReportDescriptionLastDetailClause(ctx *ReportDescriptionLastDetailClauseContext) {
  784. }
  785. // EnterReportDescriptionFootingClause is called when production reportDescriptionFootingClause is entered.
  786. func (s *BaseCobol85Listener) EnterReportDescriptionFootingClause(ctx *ReportDescriptionFootingClauseContext) {
  787. }
  788. // ExitReportDescriptionFootingClause is called when production reportDescriptionFootingClause is exited.
  789. func (s *BaseCobol85Listener) ExitReportDescriptionFootingClause(ctx *ReportDescriptionFootingClauseContext) {
  790. }
  791. // EnterReportGroupDescriptionEntry is called when production reportGroupDescriptionEntry is entered.
  792. func (s *BaseCobol85Listener) EnterReportGroupDescriptionEntry(ctx *ReportGroupDescriptionEntryContext) {
  793. }
  794. // ExitReportGroupDescriptionEntry is called when production reportGroupDescriptionEntry is exited.
  795. func (s *BaseCobol85Listener) ExitReportGroupDescriptionEntry(ctx *ReportGroupDescriptionEntryContext) {
  796. }
  797. // EnterReportGroupDescriptionEntryFormat1 is called when production reportGroupDescriptionEntryFormat1 is entered.
  798. func (s *BaseCobol85Listener) EnterReportGroupDescriptionEntryFormat1(ctx *ReportGroupDescriptionEntryFormat1Context) {
  799. }
  800. // ExitReportGroupDescriptionEntryFormat1 is called when production reportGroupDescriptionEntryFormat1 is exited.
  801. func (s *BaseCobol85Listener) ExitReportGroupDescriptionEntryFormat1(ctx *ReportGroupDescriptionEntryFormat1Context) {
  802. }
  803. // EnterReportGroupDescriptionEntryFormat2 is called when production reportGroupDescriptionEntryFormat2 is entered.
  804. func (s *BaseCobol85Listener) EnterReportGroupDescriptionEntryFormat2(ctx *ReportGroupDescriptionEntryFormat2Context) {
  805. }
  806. // ExitReportGroupDescriptionEntryFormat2 is called when production reportGroupDescriptionEntryFormat2 is exited.
  807. func (s *BaseCobol85Listener) ExitReportGroupDescriptionEntryFormat2(ctx *ReportGroupDescriptionEntryFormat2Context) {
  808. }
  809. // EnterReportGroupDescriptionEntryFormat3 is called when production reportGroupDescriptionEntryFormat3 is entered.
  810. func (s *BaseCobol85Listener) EnterReportGroupDescriptionEntryFormat3(ctx *ReportGroupDescriptionEntryFormat3Context) {
  811. }
  812. // ExitReportGroupDescriptionEntryFormat3 is called when production reportGroupDescriptionEntryFormat3 is exited.
  813. func (s *BaseCobol85Listener) ExitReportGroupDescriptionEntryFormat3(ctx *ReportGroupDescriptionEntryFormat3Context) {
  814. }
  815. // EnterReportGroupBlankWhenZeroClause is called when production reportGroupBlankWhenZeroClause is entered.
  816. func (s *BaseCobol85Listener) EnterReportGroupBlankWhenZeroClause(ctx *ReportGroupBlankWhenZeroClauseContext) {
  817. }
  818. // ExitReportGroupBlankWhenZeroClause is called when production reportGroupBlankWhenZeroClause is exited.
  819. func (s *BaseCobol85Listener) ExitReportGroupBlankWhenZeroClause(ctx *ReportGroupBlankWhenZeroClauseContext) {
  820. }
  821. // EnterReportGroupColumnNumberClause is called when production reportGroupColumnNumberClause is entered.
  822. func (s *BaseCobol85Listener) EnterReportGroupColumnNumberClause(ctx *ReportGroupColumnNumberClauseContext) {
  823. }
  824. // ExitReportGroupColumnNumberClause is called when production reportGroupColumnNumberClause is exited.
  825. func (s *BaseCobol85Listener) ExitReportGroupColumnNumberClause(ctx *ReportGroupColumnNumberClauseContext) {
  826. }
  827. // EnterReportGroupIndicateClause is called when production reportGroupIndicateClause is entered.
  828. func (s *BaseCobol85Listener) EnterReportGroupIndicateClause(ctx *ReportGroupIndicateClauseContext) {}
  829. // ExitReportGroupIndicateClause is called when production reportGroupIndicateClause is exited.
  830. func (s *BaseCobol85Listener) ExitReportGroupIndicateClause(ctx *ReportGroupIndicateClauseContext) {}
  831. // EnterReportGroupJustifiedClause is called when production reportGroupJustifiedClause is entered.
  832. func (s *BaseCobol85Listener) EnterReportGroupJustifiedClause(ctx *ReportGroupJustifiedClauseContext) {
  833. }
  834. // ExitReportGroupJustifiedClause is called when production reportGroupJustifiedClause is exited.
  835. func (s *BaseCobol85Listener) ExitReportGroupJustifiedClause(ctx *ReportGroupJustifiedClauseContext) {}
  836. // EnterReportGroupLineNumberClause is called when production reportGroupLineNumberClause is entered.
  837. func (s *BaseCobol85Listener) EnterReportGroupLineNumberClause(ctx *ReportGroupLineNumberClauseContext) {
  838. }
  839. // ExitReportGroupLineNumberClause is called when production reportGroupLineNumberClause is exited.
  840. func (s *BaseCobol85Listener) ExitReportGroupLineNumberClause(ctx *ReportGroupLineNumberClauseContext) {
  841. }
  842. // EnterReportGroupLineNumberNextPage is called when production reportGroupLineNumberNextPage is entered.
  843. func (s *BaseCobol85Listener) EnterReportGroupLineNumberNextPage(ctx *ReportGroupLineNumberNextPageContext) {
  844. }
  845. // ExitReportGroupLineNumberNextPage is called when production reportGroupLineNumberNextPage is exited.
  846. func (s *BaseCobol85Listener) ExitReportGroupLineNumberNextPage(ctx *ReportGroupLineNumberNextPageContext) {
  847. }
  848. // EnterReportGroupLineNumberPlus is called when production reportGroupLineNumberPlus is entered.
  849. func (s *BaseCobol85Listener) EnterReportGroupLineNumberPlus(ctx *ReportGroupLineNumberPlusContext) {}
  850. // ExitReportGroupLineNumberPlus is called when production reportGroupLineNumberPlus is exited.
  851. func (s *BaseCobol85Listener) ExitReportGroupLineNumberPlus(ctx *ReportGroupLineNumberPlusContext) {}
  852. // EnterReportGroupNextGroupClause is called when production reportGroupNextGroupClause is entered.
  853. func (s *BaseCobol85Listener) EnterReportGroupNextGroupClause(ctx *ReportGroupNextGroupClauseContext) {
  854. }
  855. // ExitReportGroupNextGroupClause is called when production reportGroupNextGroupClause is exited.
  856. func (s *BaseCobol85Listener) ExitReportGroupNextGroupClause(ctx *ReportGroupNextGroupClauseContext) {}
  857. // EnterReportGroupNextGroupPlus is called when production reportGroupNextGroupPlus is entered.
  858. func (s *BaseCobol85Listener) EnterReportGroupNextGroupPlus(ctx *ReportGroupNextGroupPlusContext) {}
  859. // ExitReportGroupNextGroupPlus is called when production reportGroupNextGroupPlus is exited.
  860. func (s *BaseCobol85Listener) ExitReportGroupNextGroupPlus(ctx *ReportGroupNextGroupPlusContext) {}
  861. // EnterReportGroupNextGroupNextPage is called when production reportGroupNextGroupNextPage is entered.
  862. func (s *BaseCobol85Listener) EnterReportGroupNextGroupNextPage(ctx *ReportGroupNextGroupNextPageContext) {
  863. }
  864. // ExitReportGroupNextGroupNextPage is called when production reportGroupNextGroupNextPage is exited.
  865. func (s *BaseCobol85Listener) ExitReportGroupNextGroupNextPage(ctx *ReportGroupNextGroupNextPageContext) {
  866. }
  867. // EnterReportGroupPictureClause is called when production reportGroupPictureClause is entered.
  868. func (s *BaseCobol85Listener) EnterReportGroupPictureClause(ctx *ReportGroupPictureClauseContext) {}
  869. // ExitReportGroupPictureClause is called when production reportGroupPictureClause is exited.
  870. func (s *BaseCobol85Listener) ExitReportGroupPictureClause(ctx *ReportGroupPictureClauseContext) {}
  871. // EnterReportGroupResetClause is called when production reportGroupResetClause is entered.
  872. func (s *BaseCobol85Listener) EnterReportGroupResetClause(ctx *ReportGroupResetClauseContext) {}
  873. // ExitReportGroupResetClause is called when production reportGroupResetClause is exited.
  874. func (s *BaseCobol85Listener) ExitReportGroupResetClause(ctx *ReportGroupResetClauseContext) {}
  875. // EnterReportGroupSignClause is called when production reportGroupSignClause is entered.
  876. func (s *BaseCobol85Listener) EnterReportGroupSignClause(ctx *ReportGroupSignClauseContext) {}
  877. // ExitReportGroupSignClause is called when production reportGroupSignClause is exited.
  878. func (s *BaseCobol85Listener) ExitReportGroupSignClause(ctx *ReportGroupSignClauseContext) {}
  879. // EnterReportGroupSourceClause is called when production reportGroupSourceClause is entered.
  880. func (s *BaseCobol85Listener) EnterReportGroupSourceClause(ctx *ReportGroupSourceClauseContext) {}
  881. // ExitReportGroupSourceClause is called when production reportGroupSourceClause is exited.
  882. func (s *BaseCobol85Listener) ExitReportGroupSourceClause(ctx *ReportGroupSourceClauseContext) {}
  883. // EnterReportGroupSumClause is called when production reportGroupSumClause is entered.
  884. func (s *BaseCobol85Listener) EnterReportGroupSumClause(ctx *ReportGroupSumClauseContext) {}
  885. // ExitReportGroupSumClause is called when production reportGroupSumClause is exited.
  886. func (s *BaseCobol85Listener) ExitReportGroupSumClause(ctx *ReportGroupSumClauseContext) {}
  887. // EnterReportGroupTypeClause is called when production reportGroupTypeClause is entered.
  888. func (s *BaseCobol85Listener) EnterReportGroupTypeClause(ctx *ReportGroupTypeClauseContext) {}
  889. // ExitReportGroupTypeClause is called when production reportGroupTypeClause is exited.
  890. func (s *BaseCobol85Listener) ExitReportGroupTypeClause(ctx *ReportGroupTypeClauseContext) {}
  891. // EnterReportGroupTypeReportHeading is called when production reportGroupTypeReportHeading is entered.
  892. func (s *BaseCobol85Listener) EnterReportGroupTypeReportHeading(ctx *ReportGroupTypeReportHeadingContext) {
  893. }
  894. // ExitReportGroupTypeReportHeading is called when production reportGroupTypeReportHeading is exited.
  895. func (s *BaseCobol85Listener) ExitReportGroupTypeReportHeading(ctx *ReportGroupTypeReportHeadingContext) {
  896. }
  897. // EnterReportGroupTypePageHeading is called when production reportGroupTypePageHeading is entered.
  898. func (s *BaseCobol85Listener) EnterReportGroupTypePageHeading(ctx *ReportGroupTypePageHeadingContext) {
  899. }
  900. // ExitReportGroupTypePageHeading is called when production reportGroupTypePageHeading is exited.
  901. func (s *BaseCobol85Listener) ExitReportGroupTypePageHeading(ctx *ReportGroupTypePageHeadingContext) {}
  902. // EnterReportGroupTypeControlHeading is called when production reportGroupTypeControlHeading is entered.
  903. func (s *BaseCobol85Listener) EnterReportGroupTypeControlHeading(ctx *ReportGroupTypeControlHeadingContext) {
  904. }
  905. // ExitReportGroupTypeControlHeading is called when production reportGroupTypeControlHeading is exited.
  906. func (s *BaseCobol85Listener) ExitReportGroupTypeControlHeading(ctx *ReportGroupTypeControlHeadingContext) {
  907. }
  908. // EnterReportGroupTypeDetail is called when production reportGroupTypeDetail is entered.
  909. func (s *BaseCobol85Listener) EnterReportGroupTypeDetail(ctx *ReportGroupTypeDetailContext) {}
  910. // ExitReportGroupTypeDetail is called when production reportGroupTypeDetail is exited.
  911. func (s *BaseCobol85Listener) ExitReportGroupTypeDetail(ctx *ReportGroupTypeDetailContext) {}
  912. // EnterReportGroupTypeControlFooting is called when production reportGroupTypeControlFooting is entered.
  913. func (s *BaseCobol85Listener) EnterReportGroupTypeControlFooting(ctx *ReportGroupTypeControlFootingContext) {
  914. }
  915. // ExitReportGroupTypeControlFooting is called when production reportGroupTypeControlFooting is exited.
  916. func (s *BaseCobol85Listener) ExitReportGroupTypeControlFooting(ctx *ReportGroupTypeControlFootingContext) {
  917. }
  918. // EnterReportGroupUsageClause is called when production reportGroupUsageClause is entered.
  919. func (s *BaseCobol85Listener) EnterReportGroupUsageClause(ctx *ReportGroupUsageClauseContext) {}
  920. // ExitReportGroupUsageClause is called when production reportGroupUsageClause is exited.
  921. func (s *BaseCobol85Listener) ExitReportGroupUsageClause(ctx *ReportGroupUsageClauseContext) {}
  922. // EnterReportGroupTypePageFooting is called when production reportGroupTypePageFooting is entered.
  923. func (s *BaseCobol85Listener) EnterReportGroupTypePageFooting(ctx *ReportGroupTypePageFootingContext) {
  924. }
  925. // ExitReportGroupTypePageFooting is called when production reportGroupTypePageFooting is exited.
  926. func (s *BaseCobol85Listener) ExitReportGroupTypePageFooting(ctx *ReportGroupTypePageFootingContext) {}
  927. // EnterReportGroupTypeReportFooting is called when production reportGroupTypeReportFooting is entered.
  928. func (s *BaseCobol85Listener) EnterReportGroupTypeReportFooting(ctx *ReportGroupTypeReportFootingContext) {
  929. }
  930. // ExitReportGroupTypeReportFooting is called when production reportGroupTypeReportFooting is exited.
  931. func (s *BaseCobol85Listener) ExitReportGroupTypeReportFooting(ctx *ReportGroupTypeReportFootingContext) {
  932. }
  933. // EnterReportGroupValueClause is called when production reportGroupValueClause is entered.
  934. func (s *BaseCobol85Listener) EnterReportGroupValueClause(ctx *ReportGroupValueClauseContext) {}
  935. // ExitReportGroupValueClause is called when production reportGroupValueClause is exited.
  936. func (s *BaseCobol85Listener) ExitReportGroupValueClause(ctx *ReportGroupValueClauseContext) {}
  937. // EnterProgramLibrarySection is called when production programLibrarySection is entered.
  938. func (s *BaseCobol85Listener) EnterProgramLibrarySection(ctx *ProgramLibrarySectionContext) {}
  939. // ExitProgramLibrarySection is called when production programLibrarySection is exited.
  940. func (s *BaseCobol85Listener) ExitProgramLibrarySection(ctx *ProgramLibrarySectionContext) {}
  941. // EnterLibraryDescriptionEntry is called when production libraryDescriptionEntry is entered.
  942. func (s *BaseCobol85Listener) EnterLibraryDescriptionEntry(ctx *LibraryDescriptionEntryContext) {}
  943. // ExitLibraryDescriptionEntry is called when production libraryDescriptionEntry is exited.
  944. func (s *BaseCobol85Listener) ExitLibraryDescriptionEntry(ctx *LibraryDescriptionEntryContext) {}
  945. // EnterLibraryDescriptionEntryFormat1 is called when production libraryDescriptionEntryFormat1 is entered.
  946. func (s *BaseCobol85Listener) EnterLibraryDescriptionEntryFormat1(ctx *LibraryDescriptionEntryFormat1Context) {
  947. }
  948. // ExitLibraryDescriptionEntryFormat1 is called when production libraryDescriptionEntryFormat1 is exited.
  949. func (s *BaseCobol85Listener) ExitLibraryDescriptionEntryFormat1(ctx *LibraryDescriptionEntryFormat1Context) {
  950. }
  951. // EnterLibraryDescriptionEntryFormat2 is called when production libraryDescriptionEntryFormat2 is entered.
  952. func (s *BaseCobol85Listener) EnterLibraryDescriptionEntryFormat2(ctx *LibraryDescriptionEntryFormat2Context) {
  953. }
  954. // ExitLibraryDescriptionEntryFormat2 is called when production libraryDescriptionEntryFormat2 is exited.
  955. func (s *BaseCobol85Listener) ExitLibraryDescriptionEntryFormat2(ctx *LibraryDescriptionEntryFormat2Context) {
  956. }
  957. // EnterLibraryAttributeClauseFormat1 is called when production libraryAttributeClauseFormat1 is entered.
  958. func (s *BaseCobol85Listener) EnterLibraryAttributeClauseFormat1(ctx *LibraryAttributeClauseFormat1Context) {
  959. }
  960. // ExitLibraryAttributeClauseFormat1 is called when production libraryAttributeClauseFormat1 is exited.
  961. func (s *BaseCobol85Listener) ExitLibraryAttributeClauseFormat1(ctx *LibraryAttributeClauseFormat1Context) {
  962. }
  963. // EnterLibraryAttributeClauseFormat2 is called when production libraryAttributeClauseFormat2 is entered.
  964. func (s *BaseCobol85Listener) EnterLibraryAttributeClauseFormat2(ctx *LibraryAttributeClauseFormat2Context) {
  965. }
  966. // ExitLibraryAttributeClauseFormat2 is called when production libraryAttributeClauseFormat2 is exited.
  967. func (s *BaseCobol85Listener) ExitLibraryAttributeClauseFormat2(ctx *LibraryAttributeClauseFormat2Context) {
  968. }
  969. // EnterLibraryAttributeFunction is called when production libraryAttributeFunction is entered.
  970. func (s *BaseCobol85Listener) EnterLibraryAttributeFunction(ctx *LibraryAttributeFunctionContext) {}
  971. // ExitLibraryAttributeFunction is called when production libraryAttributeFunction is exited.
  972. func (s *BaseCobol85Listener) ExitLibraryAttributeFunction(ctx *LibraryAttributeFunctionContext) {}
  973. // EnterLibraryAttributeParameter is called when production libraryAttributeParameter is entered.
  974. func (s *BaseCobol85Listener) EnterLibraryAttributeParameter(ctx *LibraryAttributeParameterContext) {}
  975. // ExitLibraryAttributeParameter is called when production libraryAttributeParameter is exited.
  976. func (s *BaseCobol85Listener) ExitLibraryAttributeParameter(ctx *LibraryAttributeParameterContext) {}
  977. // EnterLibraryAttributeTitle is called when production libraryAttributeTitle is entered.
  978. func (s *BaseCobol85Listener) EnterLibraryAttributeTitle(ctx *LibraryAttributeTitleContext) {}
  979. // ExitLibraryAttributeTitle is called when production libraryAttributeTitle is exited.
  980. func (s *BaseCobol85Listener) ExitLibraryAttributeTitle(ctx *LibraryAttributeTitleContext) {}
  981. // EnterLibraryEntryProcedureClauseFormat1 is called when production libraryEntryProcedureClauseFormat1 is entered.
  982. func (s *BaseCobol85Listener) EnterLibraryEntryProcedureClauseFormat1(ctx *LibraryEntryProcedureClauseFormat1Context) {
  983. }
  984. // ExitLibraryEntryProcedureClauseFormat1 is called when production libraryEntryProcedureClauseFormat1 is exited.
  985. func (s *BaseCobol85Listener) ExitLibraryEntryProcedureClauseFormat1(ctx *LibraryEntryProcedureClauseFormat1Context) {
  986. }
  987. // EnterLibraryEntryProcedureClauseFormat2 is called when production libraryEntryProcedureClauseFormat2 is entered.
  988. func (s *BaseCobol85Listener) EnterLibraryEntryProcedureClauseFormat2(ctx *LibraryEntryProcedureClauseFormat2Context) {
  989. }
  990. // ExitLibraryEntryProcedureClauseFormat2 is called when production libraryEntryProcedureClauseFormat2 is exited.
  991. func (s *BaseCobol85Listener) ExitLibraryEntryProcedureClauseFormat2(ctx *LibraryEntryProcedureClauseFormat2Context) {
  992. }
  993. // EnterLibraryEntryProcedureForClause is called when production libraryEntryProcedureForClause is entered.
  994. func (s *BaseCobol85Listener) EnterLibraryEntryProcedureForClause(ctx *LibraryEntryProcedureForClauseContext) {
  995. }
  996. // ExitLibraryEntryProcedureForClause is called when production libraryEntryProcedureForClause is exited.
  997. func (s *BaseCobol85Listener) ExitLibraryEntryProcedureForClause(ctx *LibraryEntryProcedureForClauseContext) {
  998. }
  999. // EnterLibraryEntryProcedureGivingClause is called when production libraryEntryProcedureGivingClause is entered.
  1000. func (s *BaseCobol85Listener) EnterLibraryEntryProcedureGivingClause(ctx *LibraryEntryProcedureGivingClauseContext) {
  1001. }
  1002. // ExitLibraryEntryProcedureGivingClause is called when production libraryEntryProcedureGivingClause is exited.
  1003. func (s *BaseCobol85Listener) ExitLibraryEntryProcedureGivingClause(ctx *LibraryEntryProcedureGivingClauseContext) {
  1004. }
  1005. // EnterLibraryEntryProcedureUsingClause is called when production libraryEntryProcedureUsingClause is entered.
  1006. func (s *BaseCobol85Listener) EnterLibraryEntryProcedureUsingClause(ctx *LibraryEntryProcedureUsingClauseContext) {
  1007. }
  1008. // ExitLibraryEntryProcedureUsingClause is called when production libraryEntryProcedureUsingClause is exited.
  1009. func (s *BaseCobol85Listener) ExitLibraryEntryProcedureUsingClause(ctx *LibraryEntryProcedureUsingClauseContext) {
  1010. }
  1011. // EnterLibraryEntryProcedureUsingName is called when production libraryEntryProcedureUsingName is entered.
  1012. func (s *BaseCobol85Listener) EnterLibraryEntryProcedureUsingName(ctx *LibraryEntryProcedureUsingNameContext) {
  1013. }
  1014. // ExitLibraryEntryProcedureUsingName is called when production libraryEntryProcedureUsingName is exited.
  1015. func (s *BaseCobol85Listener) ExitLibraryEntryProcedureUsingName(ctx *LibraryEntryProcedureUsingNameContext) {
  1016. }
  1017. // EnterLibraryEntryProcedureWithClause is called when production libraryEntryProcedureWithClause is entered.
  1018. func (s *BaseCobol85Listener) EnterLibraryEntryProcedureWithClause(ctx *LibraryEntryProcedureWithClauseContext) {
  1019. }
  1020. // ExitLibraryEntryProcedureWithClause is called when production libraryEntryProcedureWithClause is exited.
  1021. func (s *BaseCobol85Listener) ExitLibraryEntryProcedureWithClause(ctx *LibraryEntryProcedureWithClauseContext) {
  1022. }
  1023. // EnterLibraryEntryProcedureWithName is called when production libraryEntryProcedureWithName is entered.
  1024. func (s *BaseCobol85Listener) EnterLibraryEntryProcedureWithName(ctx *LibraryEntryProcedureWithNameContext) {
  1025. }
  1026. // ExitLibraryEntryProcedureWithName is called when production libraryEntryProcedureWithName is exited.
  1027. func (s *BaseCobol85Listener) ExitLibraryEntryProcedureWithName(ctx *LibraryEntryProcedureWithNameContext) {
  1028. }
  1029. // EnterLibraryIsCommonClause is called when production libraryIsCommonClause is entered.
  1030. func (s *BaseCobol85Listener) EnterLibraryIsCommonClause(ctx *LibraryIsCommonClauseContext) {}
  1031. // ExitLibraryIsCommonClause is called when production libraryIsCommonClause is exited.
  1032. func (s *BaseCobol85Listener) ExitLibraryIsCommonClause(ctx *LibraryIsCommonClauseContext) {}
  1033. // EnterLibraryIsGlobalClause is called when production libraryIsGlobalClause is entered.
  1034. func (s *BaseCobol85Listener) EnterLibraryIsGlobalClause(ctx *LibraryIsGlobalClauseContext) {}
  1035. // ExitLibraryIsGlobalClause is called when production libraryIsGlobalClause is exited.
  1036. func (s *BaseCobol85Listener) ExitLibraryIsGlobalClause(ctx *LibraryIsGlobalClauseContext) {}
  1037. // EnterDataDescriptionEntry is called when production dataDescriptionEntry is entered.
  1038. func (s *BaseCobol85Listener) EnterDataDescriptionEntry(ctx *DataDescriptionEntryContext) {}
  1039. // ExitDataDescriptionEntry is called when production dataDescriptionEntry is exited.
  1040. func (s *BaseCobol85Listener) ExitDataDescriptionEntry(ctx *DataDescriptionEntryContext) {}
  1041. // EnterDataDescriptionEntryFormat1 is called when production dataDescriptionEntryFormat1 is entered.
  1042. func (s *BaseCobol85Listener) EnterDataDescriptionEntryFormat1(ctx *DataDescriptionEntryFormat1Context) {
  1043. }
  1044. // ExitDataDescriptionEntryFormat1 is called when production dataDescriptionEntryFormat1 is exited.
  1045. func (s *BaseCobol85Listener) ExitDataDescriptionEntryFormat1(ctx *DataDescriptionEntryFormat1Context) {
  1046. }
  1047. // EnterDataDescriptionEntryFormat2 is called when production dataDescriptionEntryFormat2 is entered.
  1048. func (s *BaseCobol85Listener) EnterDataDescriptionEntryFormat2(ctx *DataDescriptionEntryFormat2Context) {
  1049. }
  1050. // ExitDataDescriptionEntryFormat2 is called when production dataDescriptionEntryFormat2 is exited.
  1051. func (s *BaseCobol85Listener) ExitDataDescriptionEntryFormat2(ctx *DataDescriptionEntryFormat2Context) {
  1052. }
  1053. // EnterDataDescriptionEntryFormat3 is called when production dataDescriptionEntryFormat3 is entered.
  1054. func (s *BaseCobol85Listener) EnterDataDescriptionEntryFormat3(ctx *DataDescriptionEntryFormat3Context) {
  1055. }
  1056. // ExitDataDescriptionEntryFormat3 is called when production dataDescriptionEntryFormat3 is exited.
  1057. func (s *BaseCobol85Listener) ExitDataDescriptionEntryFormat3(ctx *DataDescriptionEntryFormat3Context) {
  1058. }
  1059. // EnterDataDescriptionEntryExecSql is called when production dataDescriptionEntryExecSql is entered.
  1060. func (s *BaseCobol85Listener) EnterDataDescriptionEntryExecSql(ctx *DataDescriptionEntryExecSqlContext) {
  1061. }
  1062. // ExitDataDescriptionEntryExecSql is called when production dataDescriptionEntryExecSql is exited.
  1063. func (s *BaseCobol85Listener) ExitDataDescriptionEntryExecSql(ctx *DataDescriptionEntryExecSqlContext) {
  1064. }
  1065. // EnterDataAlignedClause is called when production dataAlignedClause is entered.
  1066. func (s *BaseCobol85Listener) EnterDataAlignedClause(ctx *DataAlignedClauseContext) {}
  1067. // ExitDataAlignedClause is called when production dataAlignedClause is exited.
  1068. func (s *BaseCobol85Listener) ExitDataAlignedClause(ctx *DataAlignedClauseContext) {}
  1069. // EnterDataBlankWhenZeroClause is called when production dataBlankWhenZeroClause is entered.
  1070. func (s *BaseCobol85Listener) EnterDataBlankWhenZeroClause(ctx *DataBlankWhenZeroClauseContext) {}
  1071. // ExitDataBlankWhenZeroClause is called when production dataBlankWhenZeroClause is exited.
  1072. func (s *BaseCobol85Listener) ExitDataBlankWhenZeroClause(ctx *DataBlankWhenZeroClauseContext) {}
  1073. // EnterDataCommonOwnLocalClause is called when production dataCommonOwnLocalClause is entered.
  1074. func (s *BaseCobol85Listener) EnterDataCommonOwnLocalClause(ctx *DataCommonOwnLocalClauseContext) {}
  1075. // ExitDataCommonOwnLocalClause is called when production dataCommonOwnLocalClause is exited.
  1076. func (s *BaseCobol85Listener) ExitDataCommonOwnLocalClause(ctx *DataCommonOwnLocalClauseContext) {}
  1077. // EnterDataExternalClause is called when production dataExternalClause is entered.
  1078. func (s *BaseCobol85Listener) EnterDataExternalClause(ctx *DataExternalClauseContext) {}
  1079. // ExitDataExternalClause is called when production dataExternalClause is exited.
  1080. func (s *BaseCobol85Listener) ExitDataExternalClause(ctx *DataExternalClauseContext) {}
  1081. // EnterDataGlobalClause is called when production dataGlobalClause is entered.
  1082. func (s *BaseCobol85Listener) EnterDataGlobalClause(ctx *DataGlobalClauseContext) {}
  1083. // ExitDataGlobalClause is called when production dataGlobalClause is exited.
  1084. func (s *BaseCobol85Listener) ExitDataGlobalClause(ctx *DataGlobalClauseContext) {}
  1085. // EnterDataIntegerStringClause is called when production dataIntegerStringClause is entered.
  1086. func (s *BaseCobol85Listener) EnterDataIntegerStringClause(ctx *DataIntegerStringClauseContext) {}
  1087. // ExitDataIntegerStringClause is called when production dataIntegerStringClause is exited.
  1088. func (s *BaseCobol85Listener) ExitDataIntegerStringClause(ctx *DataIntegerStringClauseContext) {}
  1089. // EnterDataJustifiedClause is called when production dataJustifiedClause is entered.
  1090. func (s *BaseCobol85Listener) EnterDataJustifiedClause(ctx *DataJustifiedClauseContext) {}
  1091. // ExitDataJustifiedClause is called when production dataJustifiedClause is exited.
  1092. func (s *BaseCobol85Listener) ExitDataJustifiedClause(ctx *DataJustifiedClauseContext) {}
  1093. // EnterDataOccursClause is called when production dataOccursClause is entered.
  1094. func (s *BaseCobol85Listener) EnterDataOccursClause(ctx *DataOccursClauseContext) {}
  1095. // ExitDataOccursClause is called when production dataOccursClause is exited.
  1096. func (s *BaseCobol85Listener) ExitDataOccursClause(ctx *DataOccursClauseContext) {}
  1097. // EnterDataOccursTo is called when production dataOccursTo is entered.
  1098. func (s *BaseCobol85Listener) EnterDataOccursTo(ctx *DataOccursToContext) {}
  1099. // ExitDataOccursTo is called when production dataOccursTo is exited.
  1100. func (s *BaseCobol85Listener) ExitDataOccursTo(ctx *DataOccursToContext) {}
  1101. // EnterDataOccursSort is called when production dataOccursSort is entered.
  1102. func (s *BaseCobol85Listener) EnterDataOccursSort(ctx *DataOccursSortContext) {}
  1103. // ExitDataOccursSort is called when production dataOccursSort is exited.
  1104. func (s *BaseCobol85Listener) ExitDataOccursSort(ctx *DataOccursSortContext) {}
  1105. // EnterDataPictureClause is called when production dataPictureClause is entered.
  1106. func (s *BaseCobol85Listener) EnterDataPictureClause(ctx *DataPictureClauseContext) {}
  1107. // ExitDataPictureClause is called when production dataPictureClause is exited.
  1108. func (s *BaseCobol85Listener) ExitDataPictureClause(ctx *DataPictureClauseContext) {}
  1109. // EnterPictureString is called when production pictureString is entered.
  1110. func (s *BaseCobol85Listener) EnterPictureString(ctx *PictureStringContext) {}
  1111. // ExitPictureString is called when production pictureString is exited.
  1112. func (s *BaseCobol85Listener) ExitPictureString(ctx *PictureStringContext) {}
  1113. // EnterPictureChars is called when production pictureChars is entered.
  1114. func (s *BaseCobol85Listener) EnterPictureChars(ctx *PictureCharsContext) {}
  1115. // ExitPictureChars is called when production pictureChars is exited.
  1116. func (s *BaseCobol85Listener) ExitPictureChars(ctx *PictureCharsContext) {}
  1117. // EnterPictureCardinality is called when production pictureCardinality is entered.
  1118. func (s *BaseCobol85Listener) EnterPictureCardinality(ctx *PictureCardinalityContext) {}
  1119. // ExitPictureCardinality is called when production pictureCardinality is exited.
  1120. func (s *BaseCobol85Listener) ExitPictureCardinality(ctx *PictureCardinalityContext) {}
  1121. // EnterDataReceivedByClause is called when production dataReceivedByClause is entered.
  1122. func (s *BaseCobol85Listener) EnterDataReceivedByClause(ctx *DataReceivedByClauseContext) {}
  1123. // ExitDataReceivedByClause is called when production dataReceivedByClause is exited.
  1124. func (s *BaseCobol85Listener) ExitDataReceivedByClause(ctx *DataReceivedByClauseContext) {}
  1125. // EnterDataRecordAreaClause is called when production dataRecordAreaClause is entered.
  1126. func (s *BaseCobol85Listener) EnterDataRecordAreaClause(ctx *DataRecordAreaClauseContext) {}
  1127. // ExitDataRecordAreaClause is called when production dataRecordAreaClause is exited.
  1128. func (s *BaseCobol85Listener) ExitDataRecordAreaClause(ctx *DataRecordAreaClauseContext) {}
  1129. // EnterDataRedefinesClause is called when production dataRedefinesClause is entered.
  1130. func (s *BaseCobol85Listener) EnterDataRedefinesClause(ctx *DataRedefinesClauseContext) {}
  1131. // ExitDataRedefinesClause is called when production dataRedefinesClause is exited.
  1132. func (s *BaseCobol85Listener) ExitDataRedefinesClause(ctx *DataRedefinesClauseContext) {}
  1133. // EnterDataRenamesClause is called when production dataRenamesClause is entered.
  1134. func (s *BaseCobol85Listener) EnterDataRenamesClause(ctx *DataRenamesClauseContext) {}
  1135. // ExitDataRenamesClause is called when production dataRenamesClause is exited.
  1136. func (s *BaseCobol85Listener) ExitDataRenamesClause(ctx *DataRenamesClauseContext) {}
  1137. // EnterDataSignClause is called when production dataSignClause is entered.
  1138. func (s *BaseCobol85Listener) EnterDataSignClause(ctx *DataSignClauseContext) {}
  1139. // ExitDataSignClause is called when production dataSignClause is exited.
  1140. func (s *BaseCobol85Listener) ExitDataSignClause(ctx *DataSignClauseContext) {}
  1141. // EnterDataSynchronizedClause is called when production dataSynchronizedClause is entered.
  1142. func (s *BaseCobol85Listener) EnterDataSynchronizedClause(ctx *DataSynchronizedClauseContext) {}
  1143. // ExitDataSynchronizedClause is called when production dataSynchronizedClause is exited.
  1144. func (s *BaseCobol85Listener) ExitDataSynchronizedClause(ctx *DataSynchronizedClauseContext) {}
  1145. // EnterDataThreadLocalClause is called when production dataThreadLocalClause is entered.
  1146. func (s *BaseCobol85Listener) EnterDataThreadLocalClause(ctx *DataThreadLocalClauseContext) {}
  1147. // ExitDataThreadLocalClause is called when production dataThreadLocalClause is exited.
  1148. func (s *BaseCobol85Listener) ExitDataThreadLocalClause(ctx *DataThreadLocalClauseContext) {}
  1149. // EnterDataTypeClause is called when production dataTypeClause is entered.
  1150. func (s *BaseCobol85Listener) EnterDataTypeClause(ctx *DataTypeClauseContext) {}
  1151. // ExitDataTypeClause is called when production dataTypeClause is exited.
  1152. func (s *BaseCobol85Listener) ExitDataTypeClause(ctx *DataTypeClauseContext) {}
  1153. // EnterDataTypeDefClause is called when production dataTypeDefClause is entered.
  1154. func (s *BaseCobol85Listener) EnterDataTypeDefClause(ctx *DataTypeDefClauseContext) {}
  1155. // ExitDataTypeDefClause is called when production dataTypeDefClause is exited.
  1156. func (s *BaseCobol85Listener) ExitDataTypeDefClause(ctx *DataTypeDefClauseContext) {}
  1157. // EnterDataUsageClause is called when production dataUsageClause is entered.
  1158. func (s *BaseCobol85Listener) EnterDataUsageClause(ctx *DataUsageClauseContext) {}
  1159. // ExitDataUsageClause is called when production dataUsageClause is exited.
  1160. func (s *BaseCobol85Listener) ExitDataUsageClause(ctx *DataUsageClauseContext) {}
  1161. // EnterDataUsingClause is called when production dataUsingClause is entered.
  1162. func (s *BaseCobol85Listener) EnterDataUsingClause(ctx *DataUsingClauseContext) {}
  1163. // ExitDataUsingClause is called when production dataUsingClause is exited.
  1164. func (s *BaseCobol85Listener) ExitDataUsingClause(ctx *DataUsingClauseContext) {}
  1165. // EnterDataValueClause is called when production dataValueClause is entered.
  1166. func (s *BaseCobol85Listener) EnterDataValueClause(ctx *DataValueClauseContext) {}
  1167. // ExitDataValueClause is called when production dataValueClause is exited.
  1168. func (s *BaseCobol85Listener) ExitDataValueClause(ctx *DataValueClauseContext) {}
  1169. // EnterDataValueInterval is called when production dataValueInterval is entered.
  1170. func (s *BaseCobol85Listener) EnterDataValueInterval(ctx *DataValueIntervalContext) {}
  1171. // ExitDataValueInterval is called when production dataValueInterval is exited.
  1172. func (s *BaseCobol85Listener) ExitDataValueInterval(ctx *DataValueIntervalContext) {}
  1173. // EnterDataValueIntervalFrom is called when production dataValueIntervalFrom is entered.
  1174. func (s *BaseCobol85Listener) EnterDataValueIntervalFrom(ctx *DataValueIntervalFromContext) {}
  1175. // ExitDataValueIntervalFrom is called when production dataValueIntervalFrom is exited.
  1176. func (s *BaseCobol85Listener) ExitDataValueIntervalFrom(ctx *DataValueIntervalFromContext) {}
  1177. // EnterDataValueIntervalTo is called when production dataValueIntervalTo is entered.
  1178. func (s *BaseCobol85Listener) EnterDataValueIntervalTo(ctx *DataValueIntervalToContext) {}
  1179. // ExitDataValueIntervalTo is called when production dataValueIntervalTo is exited.
  1180. func (s *BaseCobol85Listener) ExitDataValueIntervalTo(ctx *DataValueIntervalToContext) {}
  1181. // EnterDataWithLowerBoundsClause is called when production dataWithLowerBoundsClause is entered.
  1182. func (s *BaseCobol85Listener) EnterDataWithLowerBoundsClause(ctx *DataWithLowerBoundsClauseContext) {}
  1183. // ExitDataWithLowerBoundsClause is called when production dataWithLowerBoundsClause is exited.
  1184. func (s *BaseCobol85Listener) ExitDataWithLowerBoundsClause(ctx *DataWithLowerBoundsClauseContext) {}
  1185. // EnterProcedureDivision is called when production procedureDivision is entered.
  1186. func (s *BaseCobol85Listener) EnterProcedureDivision(ctx *ProcedureDivisionContext) {}
  1187. // ExitProcedureDivision is called when production procedureDivision is exited.
  1188. func (s *BaseCobol85Listener) ExitProcedureDivision(ctx *ProcedureDivisionContext) {}
  1189. // EnterProcedureDivisionUsingClause is called when production procedureDivisionUsingClause is entered.
  1190. func (s *BaseCobol85Listener) EnterProcedureDivisionUsingClause(ctx *ProcedureDivisionUsingClauseContext) {
  1191. }
  1192. // ExitProcedureDivisionUsingClause is called when production procedureDivisionUsingClause is exited.
  1193. func (s *BaseCobol85Listener) ExitProcedureDivisionUsingClause(ctx *ProcedureDivisionUsingClauseContext) {
  1194. }
  1195. // EnterProcedureDivisionGivingClause is called when production procedureDivisionGivingClause is entered.
  1196. func (s *BaseCobol85Listener) EnterProcedureDivisionGivingClause(ctx *ProcedureDivisionGivingClauseContext) {
  1197. }
  1198. // ExitProcedureDivisionGivingClause is called when production procedureDivisionGivingClause is exited.
  1199. func (s *BaseCobol85Listener) ExitProcedureDivisionGivingClause(ctx *ProcedureDivisionGivingClauseContext) {
  1200. }
  1201. // EnterProcedureDivisionUsingParameter is called when production procedureDivisionUsingParameter is entered.
  1202. func (s *BaseCobol85Listener) EnterProcedureDivisionUsingParameter(ctx *ProcedureDivisionUsingParameterContext) {
  1203. }
  1204. // ExitProcedureDivisionUsingParameter is called when production procedureDivisionUsingParameter is exited.
  1205. func (s *BaseCobol85Listener) ExitProcedureDivisionUsingParameter(ctx *ProcedureDivisionUsingParameterContext) {
  1206. }
  1207. // EnterProcedureDivisionByReferencePhrase is called when production procedureDivisionByReferencePhrase is entered.
  1208. func (s *BaseCobol85Listener) EnterProcedureDivisionByReferencePhrase(ctx *ProcedureDivisionByReferencePhraseContext) {
  1209. }
  1210. // ExitProcedureDivisionByReferencePhrase is called when production procedureDivisionByReferencePhrase is exited.
  1211. func (s *BaseCobol85Listener) ExitProcedureDivisionByReferencePhrase(ctx *ProcedureDivisionByReferencePhraseContext) {
  1212. }
  1213. // EnterProcedureDivisionByReference is called when production procedureDivisionByReference is entered.
  1214. func (s *BaseCobol85Listener) EnterProcedureDivisionByReference(ctx *ProcedureDivisionByReferenceContext) {
  1215. }
  1216. // ExitProcedureDivisionByReference is called when production procedureDivisionByReference is exited.
  1217. func (s *BaseCobol85Listener) ExitProcedureDivisionByReference(ctx *ProcedureDivisionByReferenceContext) {
  1218. }
  1219. // EnterProcedureDivisionByValuePhrase is called when production procedureDivisionByValuePhrase is entered.
  1220. func (s *BaseCobol85Listener) EnterProcedureDivisionByValuePhrase(ctx *ProcedureDivisionByValuePhraseContext) {
  1221. }
  1222. // ExitProcedureDivisionByValuePhrase is called when production procedureDivisionByValuePhrase is exited.
  1223. func (s *BaseCobol85Listener) ExitProcedureDivisionByValuePhrase(ctx *ProcedureDivisionByValuePhraseContext) {
  1224. }
  1225. // EnterProcedureDivisionByValue is called when production procedureDivisionByValue is entered.
  1226. func (s *BaseCobol85Listener) EnterProcedureDivisionByValue(ctx *ProcedureDivisionByValueContext) {}
  1227. // ExitProcedureDivisionByValue is called when production procedureDivisionByValue is exited.
  1228. func (s *BaseCobol85Listener) ExitProcedureDivisionByValue(ctx *ProcedureDivisionByValueContext) {}
  1229. // EnterProcedureDeclaratives is called when production procedureDeclaratives is entered.
  1230. func (s *BaseCobol85Listener) EnterProcedureDeclaratives(ctx *ProcedureDeclarativesContext) {}
  1231. // ExitProcedureDeclaratives is called when production procedureDeclaratives is exited.
  1232. func (s *BaseCobol85Listener) ExitProcedureDeclaratives(ctx *ProcedureDeclarativesContext) {}
  1233. // EnterProcedureDeclarative is called when production procedureDeclarative is entered.
  1234. func (s *BaseCobol85Listener) EnterProcedureDeclarative(ctx *ProcedureDeclarativeContext) {}
  1235. // ExitProcedureDeclarative is called when production procedureDeclarative is exited.
  1236. func (s *BaseCobol85Listener) ExitProcedureDeclarative(ctx *ProcedureDeclarativeContext) {}
  1237. // EnterProcedureSectionHeader is called when production procedureSectionHeader is entered.
  1238. func (s *BaseCobol85Listener) EnterProcedureSectionHeader(ctx *ProcedureSectionHeaderContext) {}
  1239. // ExitProcedureSectionHeader is called when production procedureSectionHeader is exited.
  1240. func (s *BaseCobol85Listener) ExitProcedureSectionHeader(ctx *ProcedureSectionHeaderContext) {}
  1241. // EnterProcedureDivisionBody is called when production procedureDivisionBody is entered.
  1242. func (s *BaseCobol85Listener) EnterProcedureDivisionBody(ctx *ProcedureDivisionBodyContext) {}
  1243. // ExitProcedureDivisionBody is called when production procedureDivisionBody is exited.
  1244. func (s *BaseCobol85Listener) ExitProcedureDivisionBody(ctx *ProcedureDivisionBodyContext) {}
  1245. // EnterProcedureSection is called when production procedureSection is entered.
  1246. func (s *BaseCobol85Listener) EnterProcedureSection(ctx *ProcedureSectionContext) {}
  1247. // ExitProcedureSection is called when production procedureSection is exited.
  1248. func (s *BaseCobol85Listener) ExitProcedureSection(ctx *ProcedureSectionContext) {}
  1249. // EnterParagraphs is called when production paragraphs is entered.
  1250. func (s *BaseCobol85Listener) EnterParagraphs(ctx *ParagraphsContext) {}
  1251. // ExitParagraphs is called when production paragraphs is exited.
  1252. func (s *BaseCobol85Listener) ExitParagraphs(ctx *ParagraphsContext) {}
  1253. // EnterParagraph is called when production paragraph is entered.
  1254. func (s *BaseCobol85Listener) EnterParagraph(ctx *ParagraphContext) {}
  1255. // ExitParagraph is called when production paragraph is exited.
  1256. func (s *BaseCobol85Listener) ExitParagraph(ctx *ParagraphContext) {}
  1257. // EnterSentence is called when production sentence is entered.
  1258. func (s *BaseCobol85Listener) EnterSentence(ctx *SentenceContext) {}
  1259. // ExitSentence is called when production sentence is exited.
  1260. func (s *BaseCobol85Listener) ExitSentence(ctx *SentenceContext) {}
  1261. // EnterStatement is called when production statement is entered.
  1262. func (s *BaseCobol85Listener) EnterStatement(ctx *StatementContext) {}
  1263. // ExitStatement is called when production statement is exited.
  1264. func (s *BaseCobol85Listener) ExitStatement(ctx *StatementContext) {}
  1265. // EnterAcceptStatement is called when production acceptStatement is entered.
  1266. func (s *BaseCobol85Listener) EnterAcceptStatement(ctx *AcceptStatementContext) {}
  1267. // ExitAcceptStatement is called when production acceptStatement is exited.
  1268. func (s *BaseCobol85Listener) ExitAcceptStatement(ctx *AcceptStatementContext) {}
  1269. // EnterAcceptFromDateStatement is called when production acceptFromDateStatement is entered.
  1270. func (s *BaseCobol85Listener) EnterAcceptFromDateStatement(ctx *AcceptFromDateStatementContext) {}
  1271. // ExitAcceptFromDateStatement is called when production acceptFromDateStatement is exited.
  1272. func (s *BaseCobol85Listener) ExitAcceptFromDateStatement(ctx *AcceptFromDateStatementContext) {}
  1273. // EnterAcceptFromMnemonicStatement is called when production acceptFromMnemonicStatement is entered.
  1274. func (s *BaseCobol85Listener) EnterAcceptFromMnemonicStatement(ctx *AcceptFromMnemonicStatementContext) {
  1275. }
  1276. // ExitAcceptFromMnemonicStatement is called when production acceptFromMnemonicStatement is exited.
  1277. func (s *BaseCobol85Listener) ExitAcceptFromMnemonicStatement(ctx *AcceptFromMnemonicStatementContext) {
  1278. }
  1279. // EnterAcceptFromEscapeKeyStatement is called when production acceptFromEscapeKeyStatement is entered.
  1280. func (s *BaseCobol85Listener) EnterAcceptFromEscapeKeyStatement(ctx *AcceptFromEscapeKeyStatementContext) {
  1281. }
  1282. // ExitAcceptFromEscapeKeyStatement is called when production acceptFromEscapeKeyStatement is exited.
  1283. func (s *BaseCobol85Listener) ExitAcceptFromEscapeKeyStatement(ctx *AcceptFromEscapeKeyStatementContext) {
  1284. }
  1285. // EnterAcceptMessageCountStatement is called when production acceptMessageCountStatement is entered.
  1286. func (s *BaseCobol85Listener) EnterAcceptMessageCountStatement(ctx *AcceptMessageCountStatementContext) {
  1287. }
  1288. // ExitAcceptMessageCountStatement is called when production acceptMessageCountStatement is exited.
  1289. func (s *BaseCobol85Listener) ExitAcceptMessageCountStatement(ctx *AcceptMessageCountStatementContext) {
  1290. }
  1291. // EnterAddStatement is called when production addStatement is entered.
  1292. func (s *BaseCobol85Listener) EnterAddStatement(ctx *AddStatementContext) {}
  1293. // ExitAddStatement is called when production addStatement is exited.
  1294. func (s *BaseCobol85Listener) ExitAddStatement(ctx *AddStatementContext) {}
  1295. // EnterAddToStatement is called when production addToStatement is entered.
  1296. func (s *BaseCobol85Listener) EnterAddToStatement(ctx *AddToStatementContext) {}
  1297. // ExitAddToStatement is called when production addToStatement is exited.
  1298. func (s *BaseCobol85Listener) ExitAddToStatement(ctx *AddToStatementContext) {}
  1299. // EnterAddToGivingStatement is called when production addToGivingStatement is entered.
  1300. func (s *BaseCobol85Listener) EnterAddToGivingStatement(ctx *AddToGivingStatementContext) {}
  1301. // ExitAddToGivingStatement is called when production addToGivingStatement is exited.
  1302. func (s *BaseCobol85Listener) ExitAddToGivingStatement(ctx *AddToGivingStatementContext) {}
  1303. // EnterAddCorrespondingStatement is called when production addCorrespondingStatement is entered.
  1304. func (s *BaseCobol85Listener) EnterAddCorrespondingStatement(ctx *AddCorrespondingStatementContext) {}
  1305. // ExitAddCorrespondingStatement is called when production addCorrespondingStatement is exited.
  1306. func (s *BaseCobol85Listener) ExitAddCorrespondingStatement(ctx *AddCorrespondingStatementContext) {}
  1307. // EnterAddFrom is called when production addFrom is entered.
  1308. func (s *BaseCobol85Listener) EnterAddFrom(ctx *AddFromContext) {}
  1309. // ExitAddFrom is called when production addFrom is exited.
  1310. func (s *BaseCobol85Listener) ExitAddFrom(ctx *AddFromContext) {}
  1311. // EnterAddTo is called when production addTo is entered.
  1312. func (s *BaseCobol85Listener) EnterAddTo(ctx *AddToContext) {}
  1313. // ExitAddTo is called when production addTo is exited.
  1314. func (s *BaseCobol85Listener) ExitAddTo(ctx *AddToContext) {}
  1315. // EnterAddToGiving is called when production addToGiving is entered.
  1316. func (s *BaseCobol85Listener) EnterAddToGiving(ctx *AddToGivingContext) {}
  1317. // ExitAddToGiving is called when production addToGiving is exited.
  1318. func (s *BaseCobol85Listener) ExitAddToGiving(ctx *AddToGivingContext) {}
  1319. // EnterAddGiving is called when production addGiving is entered.
  1320. func (s *BaseCobol85Listener) EnterAddGiving(ctx *AddGivingContext) {}
  1321. // ExitAddGiving is called when production addGiving is exited.
  1322. func (s *BaseCobol85Listener) ExitAddGiving(ctx *AddGivingContext) {}
  1323. // EnterAlteredGoTo is called when production alteredGoTo is entered.
  1324. func (s *BaseCobol85Listener) EnterAlteredGoTo(ctx *AlteredGoToContext) {}
  1325. // ExitAlteredGoTo is called when production alteredGoTo is exited.
  1326. func (s *BaseCobol85Listener) ExitAlteredGoTo(ctx *AlteredGoToContext) {}
  1327. // EnterAlterStatement is called when production alterStatement is entered.
  1328. func (s *BaseCobol85Listener) EnterAlterStatement(ctx *AlterStatementContext) {}
  1329. // ExitAlterStatement is called when production alterStatement is exited.
  1330. func (s *BaseCobol85Listener) ExitAlterStatement(ctx *AlterStatementContext) {}
  1331. // EnterAlterProceedTo is called when production alterProceedTo is entered.
  1332. func (s *BaseCobol85Listener) EnterAlterProceedTo(ctx *AlterProceedToContext) {}
  1333. // ExitAlterProceedTo is called when production alterProceedTo is exited.
  1334. func (s *BaseCobol85Listener) ExitAlterProceedTo(ctx *AlterProceedToContext) {}
  1335. // EnterCallStatement is called when production callStatement is entered.
  1336. func (s *BaseCobol85Listener) EnterCallStatement(ctx *CallStatementContext) {}
  1337. // ExitCallStatement is called when production callStatement is exited.
  1338. func (s *BaseCobol85Listener) ExitCallStatement(ctx *CallStatementContext) {}
  1339. // EnterCallUsingPhrase is called when production callUsingPhrase is entered.
  1340. func (s *BaseCobol85Listener) EnterCallUsingPhrase(ctx *CallUsingPhraseContext) {}
  1341. // ExitCallUsingPhrase is called when production callUsingPhrase is exited.
  1342. func (s *BaseCobol85Listener) ExitCallUsingPhrase(ctx *CallUsingPhraseContext) {}
  1343. // EnterCallUsingParameter is called when production callUsingParameter is entered.
  1344. func (s *BaseCobol85Listener) EnterCallUsingParameter(ctx *CallUsingParameterContext) {}
  1345. // ExitCallUsingParameter is called when production callUsingParameter is exited.
  1346. func (s *BaseCobol85Listener) ExitCallUsingParameter(ctx *CallUsingParameterContext) {}
  1347. // EnterCallByReferencePhrase is called when production callByReferencePhrase is entered.
  1348. func (s *BaseCobol85Listener) EnterCallByReferencePhrase(ctx *CallByReferencePhraseContext) {}
  1349. // ExitCallByReferencePhrase is called when production callByReferencePhrase is exited.
  1350. func (s *BaseCobol85Listener) ExitCallByReferencePhrase(ctx *CallByReferencePhraseContext) {}
  1351. // EnterCallByReference is called when production callByReference is entered.
  1352. func (s *BaseCobol85Listener) EnterCallByReference(ctx *CallByReferenceContext) {}
  1353. // ExitCallByReference is called when production callByReference is exited.
  1354. func (s *BaseCobol85Listener) ExitCallByReference(ctx *CallByReferenceContext) {}
  1355. // EnterCallByValuePhrase is called when production callByValuePhrase is entered.
  1356. func (s *BaseCobol85Listener) EnterCallByValuePhrase(ctx *CallByValuePhraseContext) {}
  1357. // ExitCallByValuePhrase is called when production callByValuePhrase is exited.
  1358. func (s *BaseCobol85Listener) ExitCallByValuePhrase(ctx *CallByValuePhraseContext) {}
  1359. // EnterCallByValue is called when production callByValue is entered.
  1360. func (s *BaseCobol85Listener) EnterCallByValue(ctx *CallByValueContext) {}
  1361. // ExitCallByValue is called when production callByValue is exited.
  1362. func (s *BaseCobol85Listener) ExitCallByValue(ctx *CallByValueContext) {}
  1363. // EnterCallByContentPhrase is called when production callByContentPhrase is entered.
  1364. func (s *BaseCobol85Listener) EnterCallByContentPhrase(ctx *CallByContentPhraseContext) {}
  1365. // ExitCallByContentPhrase is called when production callByContentPhrase is exited.
  1366. func (s *BaseCobol85Listener) ExitCallByContentPhrase(ctx *CallByContentPhraseContext) {}
  1367. // EnterCallByContent is called when production callByContent is entered.
  1368. func (s *BaseCobol85Listener) EnterCallByContent(ctx *CallByContentContext) {}
  1369. // ExitCallByContent is called when production callByContent is exited.
  1370. func (s *BaseCobol85Listener) ExitCallByContent(ctx *CallByContentContext) {}
  1371. // EnterCallGivingPhrase is called when production callGivingPhrase is entered.
  1372. func (s *BaseCobol85Listener) EnterCallGivingPhrase(ctx *CallGivingPhraseContext) {}
  1373. // ExitCallGivingPhrase is called when production callGivingPhrase is exited.
  1374. func (s *BaseCobol85Listener) ExitCallGivingPhrase(ctx *CallGivingPhraseContext) {}
  1375. // EnterCancelStatement is called when production cancelStatement is entered.
  1376. func (s *BaseCobol85Listener) EnterCancelStatement(ctx *CancelStatementContext) {}
  1377. // ExitCancelStatement is called when production cancelStatement is exited.
  1378. func (s *BaseCobol85Listener) ExitCancelStatement(ctx *CancelStatementContext) {}
  1379. // EnterCancelCall is called when production cancelCall is entered.
  1380. func (s *BaseCobol85Listener) EnterCancelCall(ctx *CancelCallContext) {}
  1381. // ExitCancelCall is called when production cancelCall is exited.
  1382. func (s *BaseCobol85Listener) ExitCancelCall(ctx *CancelCallContext) {}
  1383. // EnterCloseStatement is called when production closeStatement is entered.
  1384. func (s *BaseCobol85Listener) EnterCloseStatement(ctx *CloseStatementContext) {}
  1385. // ExitCloseStatement is called when production closeStatement is exited.
  1386. func (s *BaseCobol85Listener) ExitCloseStatement(ctx *CloseStatementContext) {}
  1387. // EnterCloseFile is called when production closeFile is entered.
  1388. func (s *BaseCobol85Listener) EnterCloseFile(ctx *CloseFileContext) {}
  1389. // ExitCloseFile is called when production closeFile is exited.
  1390. func (s *BaseCobol85Listener) ExitCloseFile(ctx *CloseFileContext) {}
  1391. // EnterCloseReelUnitStatement is called when production closeReelUnitStatement is entered.
  1392. func (s *BaseCobol85Listener) EnterCloseReelUnitStatement(ctx *CloseReelUnitStatementContext) {}
  1393. // ExitCloseReelUnitStatement is called when production closeReelUnitStatement is exited.
  1394. func (s *BaseCobol85Listener) ExitCloseReelUnitStatement(ctx *CloseReelUnitStatementContext) {}
  1395. // EnterCloseRelativeStatement is called when production closeRelativeStatement is entered.
  1396. func (s *BaseCobol85Listener) EnterCloseRelativeStatement(ctx *CloseRelativeStatementContext) {}
  1397. // ExitCloseRelativeStatement is called when production closeRelativeStatement is exited.
  1398. func (s *BaseCobol85Listener) ExitCloseRelativeStatement(ctx *CloseRelativeStatementContext) {}
  1399. // EnterClosePortFileIOStatement is called when production closePortFileIOStatement is entered.
  1400. func (s *BaseCobol85Listener) EnterClosePortFileIOStatement(ctx *ClosePortFileIOStatementContext) {}
  1401. // ExitClosePortFileIOStatement is called when production closePortFileIOStatement is exited.
  1402. func (s *BaseCobol85Listener) ExitClosePortFileIOStatement(ctx *ClosePortFileIOStatementContext) {}
  1403. // EnterClosePortFileIOUsing is called when production closePortFileIOUsing is entered.
  1404. func (s *BaseCobol85Listener) EnterClosePortFileIOUsing(ctx *ClosePortFileIOUsingContext) {}
  1405. // ExitClosePortFileIOUsing is called when production closePortFileIOUsing is exited.
  1406. func (s *BaseCobol85Listener) ExitClosePortFileIOUsing(ctx *ClosePortFileIOUsingContext) {}
  1407. // EnterClosePortFileIOUsingCloseDisposition is called when production closePortFileIOUsingCloseDisposition is entered.
  1408. func (s *BaseCobol85Listener) EnterClosePortFileIOUsingCloseDisposition(ctx *ClosePortFileIOUsingCloseDispositionContext) {
  1409. }
  1410. // ExitClosePortFileIOUsingCloseDisposition is called when production closePortFileIOUsingCloseDisposition is exited.
  1411. func (s *BaseCobol85Listener) ExitClosePortFileIOUsingCloseDisposition(ctx *ClosePortFileIOUsingCloseDispositionContext) {
  1412. }
  1413. // EnterClosePortFileIOUsingAssociatedData is called when production closePortFileIOUsingAssociatedData is entered.
  1414. func (s *BaseCobol85Listener) EnterClosePortFileIOUsingAssociatedData(ctx *ClosePortFileIOUsingAssociatedDataContext) {
  1415. }
  1416. // ExitClosePortFileIOUsingAssociatedData is called when production closePortFileIOUsingAssociatedData is exited.
  1417. func (s *BaseCobol85Listener) ExitClosePortFileIOUsingAssociatedData(ctx *ClosePortFileIOUsingAssociatedDataContext) {
  1418. }
  1419. // EnterClosePortFileIOUsingAssociatedDataLength is called when production closePortFileIOUsingAssociatedDataLength is entered.
  1420. func (s *BaseCobol85Listener) EnterClosePortFileIOUsingAssociatedDataLength(ctx *ClosePortFileIOUsingAssociatedDataLengthContext) {
  1421. }
  1422. // ExitClosePortFileIOUsingAssociatedDataLength is called when production closePortFileIOUsingAssociatedDataLength is exited.
  1423. func (s *BaseCobol85Listener) ExitClosePortFileIOUsingAssociatedDataLength(ctx *ClosePortFileIOUsingAssociatedDataLengthContext) {
  1424. }
  1425. // EnterComputeStatement is called when production computeStatement is entered.
  1426. func (s *BaseCobol85Listener) EnterComputeStatement(ctx *ComputeStatementContext) {}
  1427. // ExitComputeStatement is called when production computeStatement is exited.
  1428. func (s *BaseCobol85Listener) ExitComputeStatement(ctx *ComputeStatementContext) {}
  1429. // EnterComputeStore is called when production computeStore is entered.
  1430. func (s *BaseCobol85Listener) EnterComputeStore(ctx *ComputeStoreContext) {}
  1431. // ExitComputeStore is called when production computeStore is exited.
  1432. func (s *BaseCobol85Listener) ExitComputeStore(ctx *ComputeStoreContext) {}
  1433. // EnterContinueStatement is called when production continueStatement is entered.
  1434. func (s *BaseCobol85Listener) EnterContinueStatement(ctx *ContinueStatementContext) {}
  1435. // ExitContinueStatement is called when production continueStatement is exited.
  1436. func (s *BaseCobol85Listener) ExitContinueStatement(ctx *ContinueStatementContext) {}
  1437. // EnterDeleteStatement is called when production deleteStatement is entered.
  1438. func (s *BaseCobol85Listener) EnterDeleteStatement(ctx *DeleteStatementContext) {}
  1439. // ExitDeleteStatement is called when production deleteStatement is exited.
  1440. func (s *BaseCobol85Listener) ExitDeleteStatement(ctx *DeleteStatementContext) {}
  1441. // EnterDisableStatement is called when production disableStatement is entered.
  1442. func (s *BaseCobol85Listener) EnterDisableStatement(ctx *DisableStatementContext) {}
  1443. // ExitDisableStatement is called when production disableStatement is exited.
  1444. func (s *BaseCobol85Listener) ExitDisableStatement(ctx *DisableStatementContext) {}
  1445. // EnterDisplayStatement is called when production displayStatement is entered.
  1446. func (s *BaseCobol85Listener) EnterDisplayStatement(ctx *DisplayStatementContext) {}
  1447. // ExitDisplayStatement is called when production displayStatement is exited.
  1448. func (s *BaseCobol85Listener) ExitDisplayStatement(ctx *DisplayStatementContext) {}
  1449. // EnterDisplayOperand is called when production displayOperand is entered.
  1450. func (s *BaseCobol85Listener) EnterDisplayOperand(ctx *DisplayOperandContext) {}
  1451. // ExitDisplayOperand is called when production displayOperand is exited.
  1452. func (s *BaseCobol85Listener) ExitDisplayOperand(ctx *DisplayOperandContext) {}
  1453. // EnterDisplayAt is called when production displayAt is entered.
  1454. func (s *BaseCobol85Listener) EnterDisplayAt(ctx *DisplayAtContext) {}
  1455. // ExitDisplayAt is called when production displayAt is exited.
  1456. func (s *BaseCobol85Listener) ExitDisplayAt(ctx *DisplayAtContext) {}
  1457. // EnterDisplayUpon is called when production displayUpon is entered.
  1458. func (s *BaseCobol85Listener) EnterDisplayUpon(ctx *DisplayUponContext) {}
  1459. // ExitDisplayUpon is called when production displayUpon is exited.
  1460. func (s *BaseCobol85Listener) ExitDisplayUpon(ctx *DisplayUponContext) {}
  1461. // EnterDisplayWith is called when production displayWith is entered.
  1462. func (s *BaseCobol85Listener) EnterDisplayWith(ctx *DisplayWithContext) {}
  1463. // ExitDisplayWith is called when production displayWith is exited.
  1464. func (s *BaseCobol85Listener) ExitDisplayWith(ctx *DisplayWithContext) {}
  1465. // EnterDivideStatement is called when production divideStatement is entered.
  1466. func (s *BaseCobol85Listener) EnterDivideStatement(ctx *DivideStatementContext) {}
  1467. // ExitDivideStatement is called when production divideStatement is exited.
  1468. func (s *BaseCobol85Listener) ExitDivideStatement(ctx *DivideStatementContext) {}
  1469. // EnterDivideIntoStatement is called when production divideIntoStatement is entered.
  1470. func (s *BaseCobol85Listener) EnterDivideIntoStatement(ctx *DivideIntoStatementContext) {}
  1471. // ExitDivideIntoStatement is called when production divideIntoStatement is exited.
  1472. func (s *BaseCobol85Listener) ExitDivideIntoStatement(ctx *DivideIntoStatementContext) {}
  1473. // EnterDivideIntoGivingStatement is called when production divideIntoGivingStatement is entered.
  1474. func (s *BaseCobol85Listener) EnterDivideIntoGivingStatement(ctx *DivideIntoGivingStatementContext) {}
  1475. // ExitDivideIntoGivingStatement is called when production divideIntoGivingStatement is exited.
  1476. func (s *BaseCobol85Listener) ExitDivideIntoGivingStatement(ctx *DivideIntoGivingStatementContext) {}
  1477. // EnterDivideByGivingStatement is called when production divideByGivingStatement is entered.
  1478. func (s *BaseCobol85Listener) EnterDivideByGivingStatement(ctx *DivideByGivingStatementContext) {}
  1479. // ExitDivideByGivingStatement is called when production divideByGivingStatement is exited.
  1480. func (s *BaseCobol85Listener) ExitDivideByGivingStatement(ctx *DivideByGivingStatementContext) {}
  1481. // EnterDivideGivingPhrase is called when production divideGivingPhrase is entered.
  1482. func (s *BaseCobol85Listener) EnterDivideGivingPhrase(ctx *DivideGivingPhraseContext) {}
  1483. // ExitDivideGivingPhrase is called when production divideGivingPhrase is exited.
  1484. func (s *BaseCobol85Listener) ExitDivideGivingPhrase(ctx *DivideGivingPhraseContext) {}
  1485. // EnterDivideInto is called when production divideInto is entered.
  1486. func (s *BaseCobol85Listener) EnterDivideInto(ctx *DivideIntoContext) {}
  1487. // ExitDivideInto is called when production divideInto is exited.
  1488. func (s *BaseCobol85Listener) ExitDivideInto(ctx *DivideIntoContext) {}
  1489. // EnterDivideGiving is called when production divideGiving is entered.
  1490. func (s *BaseCobol85Listener) EnterDivideGiving(ctx *DivideGivingContext) {}
  1491. // ExitDivideGiving is called when production divideGiving is exited.
  1492. func (s *BaseCobol85Listener) ExitDivideGiving(ctx *DivideGivingContext) {}
  1493. // EnterDivideRemainder is called when production divideRemainder is entered.
  1494. func (s *BaseCobol85Listener) EnterDivideRemainder(ctx *DivideRemainderContext) {}
  1495. // ExitDivideRemainder is called when production divideRemainder is exited.
  1496. func (s *BaseCobol85Listener) ExitDivideRemainder(ctx *DivideRemainderContext) {}
  1497. // EnterEnableStatement is called when production enableStatement is entered.
  1498. func (s *BaseCobol85Listener) EnterEnableStatement(ctx *EnableStatementContext) {}
  1499. // ExitEnableStatement is called when production enableStatement is exited.
  1500. func (s *BaseCobol85Listener) ExitEnableStatement(ctx *EnableStatementContext) {}
  1501. // EnterEntryStatement is called when production entryStatement is entered.
  1502. func (s *BaseCobol85Listener) EnterEntryStatement(ctx *EntryStatementContext) {}
  1503. // ExitEntryStatement is called when production entryStatement is exited.
  1504. func (s *BaseCobol85Listener) ExitEntryStatement(ctx *EntryStatementContext) {}
  1505. // EnterEvaluateStatement is called when production evaluateStatement is entered.
  1506. func (s *BaseCobol85Listener) EnterEvaluateStatement(ctx *EvaluateStatementContext) {}
  1507. // ExitEvaluateStatement is called when production evaluateStatement is exited.
  1508. func (s *BaseCobol85Listener) ExitEvaluateStatement(ctx *EvaluateStatementContext) {}
  1509. // EnterEvaluateSelect is called when production evaluateSelect is entered.
  1510. func (s *BaseCobol85Listener) EnterEvaluateSelect(ctx *EvaluateSelectContext) {}
  1511. // ExitEvaluateSelect is called when production evaluateSelect is exited.
  1512. func (s *BaseCobol85Listener) ExitEvaluateSelect(ctx *EvaluateSelectContext) {}
  1513. // EnterEvaluateAlsoSelect is called when production evaluateAlsoSelect is entered.
  1514. func (s *BaseCobol85Listener) EnterEvaluateAlsoSelect(ctx *EvaluateAlsoSelectContext) {}
  1515. // ExitEvaluateAlsoSelect is called when production evaluateAlsoSelect is exited.
  1516. func (s *BaseCobol85Listener) ExitEvaluateAlsoSelect(ctx *EvaluateAlsoSelectContext) {}
  1517. // EnterEvaluateWhenPhrase is called when production evaluateWhenPhrase is entered.
  1518. func (s *BaseCobol85Listener) EnterEvaluateWhenPhrase(ctx *EvaluateWhenPhraseContext) {}
  1519. // ExitEvaluateWhenPhrase is called when production evaluateWhenPhrase is exited.
  1520. func (s *BaseCobol85Listener) ExitEvaluateWhenPhrase(ctx *EvaluateWhenPhraseContext) {}
  1521. // EnterEvaluateWhen is called when production evaluateWhen is entered.
  1522. func (s *BaseCobol85Listener) EnterEvaluateWhen(ctx *EvaluateWhenContext) {}
  1523. // ExitEvaluateWhen is called when production evaluateWhen is exited.
  1524. func (s *BaseCobol85Listener) ExitEvaluateWhen(ctx *EvaluateWhenContext) {}
  1525. // EnterEvaluateCondition is called when production evaluateCondition is entered.
  1526. func (s *BaseCobol85Listener) EnterEvaluateCondition(ctx *EvaluateConditionContext) {}
  1527. // ExitEvaluateCondition is called when production evaluateCondition is exited.
  1528. func (s *BaseCobol85Listener) ExitEvaluateCondition(ctx *EvaluateConditionContext) {}
  1529. // EnterEvaluateThrough is called when production evaluateThrough is entered.
  1530. func (s *BaseCobol85Listener) EnterEvaluateThrough(ctx *EvaluateThroughContext) {}
  1531. // ExitEvaluateThrough is called when production evaluateThrough is exited.
  1532. func (s *BaseCobol85Listener) ExitEvaluateThrough(ctx *EvaluateThroughContext) {}
  1533. // EnterEvaluateAlsoCondition is called when production evaluateAlsoCondition is entered.
  1534. func (s *BaseCobol85Listener) EnterEvaluateAlsoCondition(ctx *EvaluateAlsoConditionContext) {}
  1535. // ExitEvaluateAlsoCondition is called when production evaluateAlsoCondition is exited.
  1536. func (s *BaseCobol85Listener) ExitEvaluateAlsoCondition(ctx *EvaluateAlsoConditionContext) {}
  1537. // EnterEvaluateWhenOther is called when production evaluateWhenOther is entered.
  1538. func (s *BaseCobol85Listener) EnterEvaluateWhenOther(ctx *EvaluateWhenOtherContext) {}
  1539. // ExitEvaluateWhenOther is called when production evaluateWhenOther is exited.
  1540. func (s *BaseCobol85Listener) ExitEvaluateWhenOther(ctx *EvaluateWhenOtherContext) {}
  1541. // EnterEvaluateValue is called when production evaluateValue is entered.
  1542. func (s *BaseCobol85Listener) EnterEvaluateValue(ctx *EvaluateValueContext) {}
  1543. // ExitEvaluateValue is called when production evaluateValue is exited.
  1544. func (s *BaseCobol85Listener) ExitEvaluateValue(ctx *EvaluateValueContext) {}
  1545. // EnterExecCicsStatement is called when production execCicsStatement is entered.
  1546. func (s *BaseCobol85Listener) EnterExecCicsStatement(ctx *ExecCicsStatementContext) {}
  1547. // ExitExecCicsStatement is called when production execCicsStatement is exited.
  1548. func (s *BaseCobol85Listener) ExitExecCicsStatement(ctx *ExecCicsStatementContext) {}
  1549. // EnterExecSqlStatement is called when production execSqlStatement is entered.
  1550. func (s *BaseCobol85Listener) EnterExecSqlStatement(ctx *ExecSqlStatementContext) {}
  1551. // ExitExecSqlStatement is called when production execSqlStatement is exited.
  1552. func (s *BaseCobol85Listener) ExitExecSqlStatement(ctx *ExecSqlStatementContext) {}
  1553. // EnterExecSqlImsStatement is called when production execSqlImsStatement is entered.
  1554. func (s *BaseCobol85Listener) EnterExecSqlImsStatement(ctx *ExecSqlImsStatementContext) {}
  1555. // ExitExecSqlImsStatement is called when production execSqlImsStatement is exited.
  1556. func (s *BaseCobol85Listener) ExitExecSqlImsStatement(ctx *ExecSqlImsStatementContext) {}
  1557. // EnterExhibitStatement is called when production exhibitStatement is entered.
  1558. func (s *BaseCobol85Listener) EnterExhibitStatement(ctx *ExhibitStatementContext) {}
  1559. // ExitExhibitStatement is called when production exhibitStatement is exited.
  1560. func (s *BaseCobol85Listener) ExitExhibitStatement(ctx *ExhibitStatementContext) {}
  1561. // EnterExhibitOperand is called when production exhibitOperand is entered.
  1562. func (s *BaseCobol85Listener) EnterExhibitOperand(ctx *ExhibitOperandContext) {}
  1563. // ExitExhibitOperand is called when production exhibitOperand is exited.
  1564. func (s *BaseCobol85Listener) ExitExhibitOperand(ctx *ExhibitOperandContext) {}
  1565. // EnterExitStatement is called when production exitStatement is entered.
  1566. func (s *BaseCobol85Listener) EnterExitStatement(ctx *ExitStatementContext) {}
  1567. // ExitExitStatement is called when production exitStatement is exited.
  1568. func (s *BaseCobol85Listener) ExitExitStatement(ctx *ExitStatementContext) {}
  1569. // EnterGenerateStatement is called when production generateStatement is entered.
  1570. func (s *BaseCobol85Listener) EnterGenerateStatement(ctx *GenerateStatementContext) {}
  1571. // ExitGenerateStatement is called when production generateStatement is exited.
  1572. func (s *BaseCobol85Listener) ExitGenerateStatement(ctx *GenerateStatementContext) {}
  1573. // EnterGobackStatement is called when production gobackStatement is entered.
  1574. func (s *BaseCobol85Listener) EnterGobackStatement(ctx *GobackStatementContext) {}
  1575. // ExitGobackStatement is called when production gobackStatement is exited.
  1576. func (s *BaseCobol85Listener) ExitGobackStatement(ctx *GobackStatementContext) {}
  1577. // EnterGoToStatement is called when production goToStatement is entered.
  1578. func (s *BaseCobol85Listener) EnterGoToStatement(ctx *GoToStatementContext) {}
  1579. // ExitGoToStatement is called when production goToStatement is exited.
  1580. func (s *BaseCobol85Listener) ExitGoToStatement(ctx *GoToStatementContext) {}
  1581. // EnterGoToStatementSimple is called when production goToStatementSimple is entered.
  1582. func (s *BaseCobol85Listener) EnterGoToStatementSimple(ctx *GoToStatementSimpleContext) {}
  1583. // ExitGoToStatementSimple is called when production goToStatementSimple is exited.
  1584. func (s *BaseCobol85Listener) ExitGoToStatementSimple(ctx *GoToStatementSimpleContext) {}
  1585. // EnterGoToDependingOnStatement is called when production goToDependingOnStatement is entered.
  1586. func (s *BaseCobol85Listener) EnterGoToDependingOnStatement(ctx *GoToDependingOnStatementContext) {}
  1587. // ExitGoToDependingOnStatement is called when production goToDependingOnStatement is exited.
  1588. func (s *BaseCobol85Listener) ExitGoToDependingOnStatement(ctx *GoToDependingOnStatementContext) {}
  1589. // EnterIfStatement is called when production ifStatement is entered.
  1590. func (s *BaseCobol85Listener) EnterIfStatement(ctx *IfStatementContext) {}
  1591. // ExitIfStatement is called when production ifStatement is exited.
  1592. func (s *BaseCobol85Listener) ExitIfStatement(ctx *IfStatementContext) {}
  1593. // EnterIfThen is called when production ifThen is entered.
  1594. func (s *BaseCobol85Listener) EnterIfThen(ctx *IfThenContext) {}
  1595. // ExitIfThen is called when production ifThen is exited.
  1596. func (s *BaseCobol85Listener) ExitIfThen(ctx *IfThenContext) {}
  1597. // EnterIfElse is called when production ifElse is entered.
  1598. func (s *BaseCobol85Listener) EnterIfElse(ctx *IfElseContext) {}
  1599. // ExitIfElse is called when production ifElse is exited.
  1600. func (s *BaseCobol85Listener) ExitIfElse(ctx *IfElseContext) {}
  1601. // EnterInitializeStatement is called when production initializeStatement is entered.
  1602. func (s *BaseCobol85Listener) EnterInitializeStatement(ctx *InitializeStatementContext) {}
  1603. // ExitInitializeStatement is called when production initializeStatement is exited.
  1604. func (s *BaseCobol85Listener) ExitInitializeStatement(ctx *InitializeStatementContext) {}
  1605. // EnterInitializeReplacingPhrase is called when production initializeReplacingPhrase is entered.
  1606. func (s *BaseCobol85Listener) EnterInitializeReplacingPhrase(ctx *InitializeReplacingPhraseContext) {}
  1607. // ExitInitializeReplacingPhrase is called when production initializeReplacingPhrase is exited.
  1608. func (s *BaseCobol85Listener) ExitInitializeReplacingPhrase(ctx *InitializeReplacingPhraseContext) {}
  1609. // EnterInitializeReplacingBy is called when production initializeReplacingBy is entered.
  1610. func (s *BaseCobol85Listener) EnterInitializeReplacingBy(ctx *InitializeReplacingByContext) {}
  1611. // ExitInitializeReplacingBy is called when production initializeReplacingBy is exited.
  1612. func (s *BaseCobol85Listener) ExitInitializeReplacingBy(ctx *InitializeReplacingByContext) {}
  1613. // EnterInitiateStatement is called when production initiateStatement is entered.
  1614. func (s *BaseCobol85Listener) EnterInitiateStatement(ctx *InitiateStatementContext) {}
  1615. // ExitInitiateStatement is called when production initiateStatement is exited.
  1616. func (s *BaseCobol85Listener) ExitInitiateStatement(ctx *InitiateStatementContext) {}
  1617. // EnterInspectStatement is called when production inspectStatement is entered.
  1618. func (s *BaseCobol85Listener) EnterInspectStatement(ctx *InspectStatementContext) {}
  1619. // ExitInspectStatement is called when production inspectStatement is exited.
  1620. func (s *BaseCobol85Listener) ExitInspectStatement(ctx *InspectStatementContext) {}
  1621. // EnterInspectTallyingPhrase is called when production inspectTallyingPhrase is entered.
  1622. func (s *BaseCobol85Listener) EnterInspectTallyingPhrase(ctx *InspectTallyingPhraseContext) {}
  1623. // ExitInspectTallyingPhrase is called when production inspectTallyingPhrase is exited.
  1624. func (s *BaseCobol85Listener) ExitInspectTallyingPhrase(ctx *InspectTallyingPhraseContext) {}
  1625. // EnterInspectReplacingPhrase is called when production inspectReplacingPhrase is entered.
  1626. func (s *BaseCobol85Listener) EnterInspectReplacingPhrase(ctx *InspectReplacingPhraseContext) {}
  1627. // ExitInspectReplacingPhrase is called when production inspectReplacingPhrase is exited.
  1628. func (s *BaseCobol85Listener) ExitInspectReplacingPhrase(ctx *InspectReplacingPhraseContext) {}
  1629. // EnterInspectTallyingReplacingPhrase is called when production inspectTallyingReplacingPhrase is entered.
  1630. func (s *BaseCobol85Listener) EnterInspectTallyingReplacingPhrase(ctx *InspectTallyingReplacingPhraseContext) {
  1631. }
  1632. // ExitInspectTallyingReplacingPhrase is called when production inspectTallyingReplacingPhrase is exited.
  1633. func (s *BaseCobol85Listener) ExitInspectTallyingReplacingPhrase(ctx *InspectTallyingReplacingPhraseContext) {
  1634. }
  1635. // EnterInspectConvertingPhrase is called when production inspectConvertingPhrase is entered.
  1636. func (s *BaseCobol85Listener) EnterInspectConvertingPhrase(ctx *InspectConvertingPhraseContext) {}
  1637. // ExitInspectConvertingPhrase is called when production inspectConvertingPhrase is exited.
  1638. func (s *BaseCobol85Listener) ExitInspectConvertingPhrase(ctx *InspectConvertingPhraseContext) {}
  1639. // EnterInspectFor is called when production inspectFor is entered.
  1640. func (s *BaseCobol85Listener) EnterInspectFor(ctx *InspectForContext) {}
  1641. // ExitInspectFor is called when production inspectFor is exited.
  1642. func (s *BaseCobol85Listener) ExitInspectFor(ctx *InspectForContext) {}
  1643. // EnterInspectCharacters is called when production inspectCharacters is entered.
  1644. func (s *BaseCobol85Listener) EnterInspectCharacters(ctx *InspectCharactersContext) {}
  1645. // ExitInspectCharacters is called when production inspectCharacters is exited.
  1646. func (s *BaseCobol85Listener) ExitInspectCharacters(ctx *InspectCharactersContext) {}
  1647. // EnterInspectReplacingCharacters is called when production inspectReplacingCharacters is entered.
  1648. func (s *BaseCobol85Listener) EnterInspectReplacingCharacters(ctx *InspectReplacingCharactersContext) {
  1649. }
  1650. // ExitInspectReplacingCharacters is called when production inspectReplacingCharacters is exited.
  1651. func (s *BaseCobol85Listener) ExitInspectReplacingCharacters(ctx *InspectReplacingCharactersContext) {}
  1652. // EnterInspectAllLeadings is called when production inspectAllLeadings is entered.
  1653. func (s *BaseCobol85Listener) EnterInspectAllLeadings(ctx *InspectAllLeadingsContext) {}
  1654. // ExitInspectAllLeadings is called when production inspectAllLeadings is exited.
  1655. func (s *BaseCobol85Listener) ExitInspectAllLeadings(ctx *InspectAllLeadingsContext) {}
  1656. // EnterInspectReplacingAllLeadings is called when production inspectReplacingAllLeadings is entered.
  1657. func (s *BaseCobol85Listener) EnterInspectReplacingAllLeadings(ctx *InspectReplacingAllLeadingsContext) {
  1658. }
  1659. // ExitInspectReplacingAllLeadings is called when production inspectReplacingAllLeadings is exited.
  1660. func (s *BaseCobol85Listener) ExitInspectReplacingAllLeadings(ctx *InspectReplacingAllLeadingsContext) {
  1661. }
  1662. // EnterInspectAllLeading is called when production inspectAllLeading is entered.
  1663. func (s *BaseCobol85Listener) EnterInspectAllLeading(ctx *InspectAllLeadingContext) {}
  1664. // ExitInspectAllLeading is called when production inspectAllLeading is exited.
  1665. func (s *BaseCobol85Listener) ExitInspectAllLeading(ctx *InspectAllLeadingContext) {}
  1666. // EnterInspectReplacingAllLeading is called when production inspectReplacingAllLeading is entered.
  1667. func (s *BaseCobol85Listener) EnterInspectReplacingAllLeading(ctx *InspectReplacingAllLeadingContext) {
  1668. }
  1669. // ExitInspectReplacingAllLeading is called when production inspectReplacingAllLeading is exited.
  1670. func (s *BaseCobol85Listener) ExitInspectReplacingAllLeading(ctx *InspectReplacingAllLeadingContext) {}
  1671. // EnterInspectBy is called when production inspectBy is entered.
  1672. func (s *BaseCobol85Listener) EnterInspectBy(ctx *InspectByContext) {}
  1673. // ExitInspectBy is called when production inspectBy is exited.
  1674. func (s *BaseCobol85Listener) ExitInspectBy(ctx *InspectByContext) {}
  1675. // EnterInspectTo is called when production inspectTo is entered.
  1676. func (s *BaseCobol85Listener) EnterInspectTo(ctx *InspectToContext) {}
  1677. // ExitInspectTo is called when production inspectTo is exited.
  1678. func (s *BaseCobol85Listener) ExitInspectTo(ctx *InspectToContext) {}
  1679. // EnterInspectBeforeAfter is called when production inspectBeforeAfter is entered.
  1680. func (s *BaseCobol85Listener) EnterInspectBeforeAfter(ctx *InspectBeforeAfterContext) {}
  1681. // ExitInspectBeforeAfter is called when production inspectBeforeAfter is exited.
  1682. func (s *BaseCobol85Listener) ExitInspectBeforeAfter(ctx *InspectBeforeAfterContext) {}
  1683. // EnterMergeStatement is called when production mergeStatement is entered.
  1684. func (s *BaseCobol85Listener) EnterMergeStatement(ctx *MergeStatementContext) {}
  1685. // ExitMergeStatement is called when production mergeStatement is exited.
  1686. func (s *BaseCobol85Listener) ExitMergeStatement(ctx *MergeStatementContext) {}
  1687. // EnterMergeOnKeyClause is called when production mergeOnKeyClause is entered.
  1688. func (s *BaseCobol85Listener) EnterMergeOnKeyClause(ctx *MergeOnKeyClauseContext) {}
  1689. // ExitMergeOnKeyClause is called when production mergeOnKeyClause is exited.
  1690. func (s *BaseCobol85Listener) ExitMergeOnKeyClause(ctx *MergeOnKeyClauseContext) {}
  1691. // EnterMergeCollatingSequencePhrase is called when production mergeCollatingSequencePhrase is entered.
  1692. func (s *BaseCobol85Listener) EnterMergeCollatingSequencePhrase(ctx *MergeCollatingSequencePhraseContext) {
  1693. }
  1694. // ExitMergeCollatingSequencePhrase is called when production mergeCollatingSequencePhrase is exited.
  1695. func (s *BaseCobol85Listener) ExitMergeCollatingSequencePhrase(ctx *MergeCollatingSequencePhraseContext) {
  1696. }
  1697. // EnterMergeCollatingAlphanumeric is called when production mergeCollatingAlphanumeric is entered.
  1698. func (s *BaseCobol85Listener) EnterMergeCollatingAlphanumeric(ctx *MergeCollatingAlphanumericContext) {
  1699. }
  1700. // ExitMergeCollatingAlphanumeric is called when production mergeCollatingAlphanumeric is exited.
  1701. func (s *BaseCobol85Listener) ExitMergeCollatingAlphanumeric(ctx *MergeCollatingAlphanumericContext) {}
  1702. // EnterMergeCollatingNational is called when production mergeCollatingNational is entered.
  1703. func (s *BaseCobol85Listener) EnterMergeCollatingNational(ctx *MergeCollatingNationalContext) {}
  1704. // ExitMergeCollatingNational is called when production mergeCollatingNational is exited.
  1705. func (s *BaseCobol85Listener) ExitMergeCollatingNational(ctx *MergeCollatingNationalContext) {}
  1706. // EnterMergeUsing is called when production mergeUsing is entered.
  1707. func (s *BaseCobol85Listener) EnterMergeUsing(ctx *MergeUsingContext) {}
  1708. // ExitMergeUsing is called when production mergeUsing is exited.
  1709. func (s *BaseCobol85Listener) ExitMergeUsing(ctx *MergeUsingContext) {}
  1710. // EnterMergeOutputProcedurePhrase is called when production mergeOutputProcedurePhrase is entered.
  1711. func (s *BaseCobol85Listener) EnterMergeOutputProcedurePhrase(ctx *MergeOutputProcedurePhraseContext) {
  1712. }
  1713. // ExitMergeOutputProcedurePhrase is called when production mergeOutputProcedurePhrase is exited.
  1714. func (s *BaseCobol85Listener) ExitMergeOutputProcedurePhrase(ctx *MergeOutputProcedurePhraseContext) {}
  1715. // EnterMergeOutputThrough is called when production mergeOutputThrough is entered.
  1716. func (s *BaseCobol85Listener) EnterMergeOutputThrough(ctx *MergeOutputThroughContext) {}
  1717. // ExitMergeOutputThrough is called when production mergeOutputThrough is exited.
  1718. func (s *BaseCobol85Listener) ExitMergeOutputThrough(ctx *MergeOutputThroughContext) {}
  1719. // EnterMergeGivingPhrase is called when production mergeGivingPhrase is entered.
  1720. func (s *BaseCobol85Listener) EnterMergeGivingPhrase(ctx *MergeGivingPhraseContext) {}
  1721. // ExitMergeGivingPhrase is called when production mergeGivingPhrase is exited.
  1722. func (s *BaseCobol85Listener) ExitMergeGivingPhrase(ctx *MergeGivingPhraseContext) {}
  1723. // EnterMergeGiving is called when production mergeGiving is entered.
  1724. func (s *BaseCobol85Listener) EnterMergeGiving(ctx *MergeGivingContext) {}
  1725. // ExitMergeGiving is called when production mergeGiving is exited.
  1726. func (s *BaseCobol85Listener) ExitMergeGiving(ctx *MergeGivingContext) {}
  1727. // EnterMoveStatement is called when production moveStatement is entered.
  1728. func (s *BaseCobol85Listener) EnterMoveStatement(ctx *MoveStatementContext) {}
  1729. // ExitMoveStatement is called when production moveStatement is exited.
  1730. func (s *BaseCobol85Listener) ExitMoveStatement(ctx *MoveStatementContext) {}
  1731. // EnterMoveToStatement is called when production moveToStatement is entered.
  1732. func (s *BaseCobol85Listener) EnterMoveToStatement(ctx *MoveToStatementContext) {}
  1733. // ExitMoveToStatement is called when production moveToStatement is exited.
  1734. func (s *BaseCobol85Listener) ExitMoveToStatement(ctx *MoveToStatementContext) {}
  1735. // EnterMoveToSendingArea is called when production moveToSendingArea is entered.
  1736. func (s *BaseCobol85Listener) EnterMoveToSendingArea(ctx *MoveToSendingAreaContext) {}
  1737. // ExitMoveToSendingArea is called when production moveToSendingArea is exited.
  1738. func (s *BaseCobol85Listener) ExitMoveToSendingArea(ctx *MoveToSendingAreaContext) {}
  1739. // EnterMoveCorrespondingToStatement is called when production moveCorrespondingToStatement is entered.
  1740. func (s *BaseCobol85Listener) EnterMoveCorrespondingToStatement(ctx *MoveCorrespondingToStatementContext) {
  1741. }
  1742. // ExitMoveCorrespondingToStatement is called when production moveCorrespondingToStatement is exited.
  1743. func (s *BaseCobol85Listener) ExitMoveCorrespondingToStatement(ctx *MoveCorrespondingToStatementContext) {
  1744. }
  1745. // EnterMoveCorrespondingToSendingArea is called when production moveCorrespondingToSendingArea is entered.
  1746. func (s *BaseCobol85Listener) EnterMoveCorrespondingToSendingArea(ctx *MoveCorrespondingToSendingAreaContext) {
  1747. }
  1748. // ExitMoveCorrespondingToSendingArea is called when production moveCorrespondingToSendingArea is exited.
  1749. func (s *BaseCobol85Listener) ExitMoveCorrespondingToSendingArea(ctx *MoveCorrespondingToSendingAreaContext) {
  1750. }
  1751. // EnterMultiplyStatement is called when production multiplyStatement is entered.
  1752. func (s *BaseCobol85Listener) EnterMultiplyStatement(ctx *MultiplyStatementContext) {}
  1753. // ExitMultiplyStatement is called when production multiplyStatement is exited.
  1754. func (s *BaseCobol85Listener) ExitMultiplyStatement(ctx *MultiplyStatementContext) {}
  1755. // EnterMultiplyRegular is called when production multiplyRegular is entered.
  1756. func (s *BaseCobol85Listener) EnterMultiplyRegular(ctx *MultiplyRegularContext) {}
  1757. // ExitMultiplyRegular is called when production multiplyRegular is exited.
  1758. func (s *BaseCobol85Listener) ExitMultiplyRegular(ctx *MultiplyRegularContext) {}
  1759. // EnterMultiplyRegularOperand is called when production multiplyRegularOperand is entered.
  1760. func (s *BaseCobol85Listener) EnterMultiplyRegularOperand(ctx *MultiplyRegularOperandContext) {}
  1761. // ExitMultiplyRegularOperand is called when production multiplyRegularOperand is exited.
  1762. func (s *BaseCobol85Listener) ExitMultiplyRegularOperand(ctx *MultiplyRegularOperandContext) {}
  1763. // EnterMultiplyGiving is called when production multiplyGiving is entered.
  1764. func (s *BaseCobol85Listener) EnterMultiplyGiving(ctx *MultiplyGivingContext) {}
  1765. // ExitMultiplyGiving is called when production multiplyGiving is exited.
  1766. func (s *BaseCobol85Listener) ExitMultiplyGiving(ctx *MultiplyGivingContext) {}
  1767. // EnterMultiplyGivingOperand is called when production multiplyGivingOperand is entered.
  1768. func (s *BaseCobol85Listener) EnterMultiplyGivingOperand(ctx *MultiplyGivingOperandContext) {}
  1769. // ExitMultiplyGivingOperand is called when production multiplyGivingOperand is exited.
  1770. func (s *BaseCobol85Listener) ExitMultiplyGivingOperand(ctx *MultiplyGivingOperandContext) {}
  1771. // EnterMultiplyGivingResult is called when production multiplyGivingResult is entered.
  1772. func (s *BaseCobol85Listener) EnterMultiplyGivingResult(ctx *MultiplyGivingResultContext) {}
  1773. // ExitMultiplyGivingResult is called when production multiplyGivingResult is exited.
  1774. func (s *BaseCobol85Listener) ExitMultiplyGivingResult(ctx *MultiplyGivingResultContext) {}
  1775. // EnterOpenStatement is called when production openStatement is entered.
  1776. func (s *BaseCobol85Listener) EnterOpenStatement(ctx *OpenStatementContext) {}
  1777. // ExitOpenStatement is called when production openStatement is exited.
  1778. func (s *BaseCobol85Listener) ExitOpenStatement(ctx *OpenStatementContext) {}
  1779. // EnterOpenInputStatement is called when production openInputStatement is entered.
  1780. func (s *BaseCobol85Listener) EnterOpenInputStatement(ctx *OpenInputStatementContext) {}
  1781. // ExitOpenInputStatement is called when production openInputStatement is exited.
  1782. func (s *BaseCobol85Listener) ExitOpenInputStatement(ctx *OpenInputStatementContext) {}
  1783. // EnterOpenInput is called when production openInput is entered.
  1784. func (s *BaseCobol85Listener) EnterOpenInput(ctx *OpenInputContext) {}
  1785. // ExitOpenInput is called when production openInput is exited.
  1786. func (s *BaseCobol85Listener) ExitOpenInput(ctx *OpenInputContext) {}
  1787. // EnterOpenOutputStatement is called when production openOutputStatement is entered.
  1788. func (s *BaseCobol85Listener) EnterOpenOutputStatement(ctx *OpenOutputStatementContext) {}
  1789. // ExitOpenOutputStatement is called when production openOutputStatement is exited.
  1790. func (s *BaseCobol85Listener) ExitOpenOutputStatement(ctx *OpenOutputStatementContext) {}
  1791. // EnterOpenOutput is called when production openOutput is entered.
  1792. func (s *BaseCobol85Listener) EnterOpenOutput(ctx *OpenOutputContext) {}
  1793. // ExitOpenOutput is called when production openOutput is exited.
  1794. func (s *BaseCobol85Listener) ExitOpenOutput(ctx *OpenOutputContext) {}
  1795. // EnterOpenIOStatement is called when production openIOStatement is entered.
  1796. func (s *BaseCobol85Listener) EnterOpenIOStatement(ctx *OpenIOStatementContext) {}
  1797. // ExitOpenIOStatement is called when production openIOStatement is exited.
  1798. func (s *BaseCobol85Listener) ExitOpenIOStatement(ctx *OpenIOStatementContext) {}
  1799. // EnterOpenExtendStatement is called when production openExtendStatement is entered.
  1800. func (s *BaseCobol85Listener) EnterOpenExtendStatement(ctx *OpenExtendStatementContext) {}
  1801. // ExitOpenExtendStatement is called when production openExtendStatement is exited.
  1802. func (s *BaseCobol85Listener) ExitOpenExtendStatement(ctx *OpenExtendStatementContext) {}
  1803. // EnterPerformStatement is called when production performStatement is entered.
  1804. func (s *BaseCobol85Listener) EnterPerformStatement(ctx *PerformStatementContext) {}
  1805. // ExitPerformStatement is called when production performStatement is exited.
  1806. func (s *BaseCobol85Listener) ExitPerformStatement(ctx *PerformStatementContext) {}
  1807. // EnterPerformInlineStatement is called when production performInlineStatement is entered.
  1808. func (s *BaseCobol85Listener) EnterPerformInlineStatement(ctx *PerformInlineStatementContext) {}
  1809. // ExitPerformInlineStatement is called when production performInlineStatement is exited.
  1810. func (s *BaseCobol85Listener) ExitPerformInlineStatement(ctx *PerformInlineStatementContext) {}
  1811. // EnterPerformProcedureStatement is called when production performProcedureStatement is entered.
  1812. func (s *BaseCobol85Listener) EnterPerformProcedureStatement(ctx *PerformProcedureStatementContext) {}
  1813. // ExitPerformProcedureStatement is called when production performProcedureStatement is exited.
  1814. func (s *BaseCobol85Listener) ExitPerformProcedureStatement(ctx *PerformProcedureStatementContext) {}
  1815. // EnterPerformType is called when production performType is entered.
  1816. func (s *BaseCobol85Listener) EnterPerformType(ctx *PerformTypeContext) {}
  1817. // ExitPerformType is called when production performType is exited.
  1818. func (s *BaseCobol85Listener) ExitPerformType(ctx *PerformTypeContext) {}
  1819. // EnterPerformTimes is called when production performTimes is entered.
  1820. func (s *BaseCobol85Listener) EnterPerformTimes(ctx *PerformTimesContext) {}
  1821. // ExitPerformTimes is called when production performTimes is exited.
  1822. func (s *BaseCobol85Listener) ExitPerformTimes(ctx *PerformTimesContext) {}
  1823. // EnterPerformUntil is called when production performUntil is entered.
  1824. func (s *BaseCobol85Listener) EnterPerformUntil(ctx *PerformUntilContext) {}
  1825. // ExitPerformUntil is called when production performUntil is exited.
  1826. func (s *BaseCobol85Listener) ExitPerformUntil(ctx *PerformUntilContext) {}
  1827. // EnterPerformVarying is called when production performVarying is entered.
  1828. func (s *BaseCobol85Listener) EnterPerformVarying(ctx *PerformVaryingContext) {}
  1829. // ExitPerformVarying is called when production performVarying is exited.
  1830. func (s *BaseCobol85Listener) ExitPerformVarying(ctx *PerformVaryingContext) {}
  1831. // EnterPerformVaryingClause is called when production performVaryingClause is entered.
  1832. func (s *BaseCobol85Listener) EnterPerformVaryingClause(ctx *PerformVaryingClauseContext) {}
  1833. // ExitPerformVaryingClause is called when production performVaryingClause is exited.
  1834. func (s *BaseCobol85Listener) ExitPerformVaryingClause(ctx *PerformVaryingClauseContext) {}
  1835. // EnterPerformVaryingPhrase is called when production performVaryingPhrase is entered.
  1836. func (s *BaseCobol85Listener) EnterPerformVaryingPhrase(ctx *PerformVaryingPhraseContext) {}
  1837. // ExitPerformVaryingPhrase is called when production performVaryingPhrase is exited.
  1838. func (s *BaseCobol85Listener) ExitPerformVaryingPhrase(ctx *PerformVaryingPhraseContext) {}
  1839. // EnterPerformAfter is called when production performAfter is entered.
  1840. func (s *BaseCobol85Listener) EnterPerformAfter(ctx *PerformAfterContext) {}
  1841. // ExitPerformAfter is called when production performAfter is exited.
  1842. func (s *BaseCobol85Listener) ExitPerformAfter(ctx *PerformAfterContext) {}
  1843. // EnterPerformFrom is called when production performFrom is entered.
  1844. func (s *BaseCobol85Listener) EnterPerformFrom(ctx *PerformFromContext) {}
  1845. // ExitPerformFrom is called when production performFrom is exited.
  1846. func (s *BaseCobol85Listener) ExitPerformFrom(ctx *PerformFromContext) {}
  1847. // EnterPerformBy is called when production performBy is entered.
  1848. func (s *BaseCobol85Listener) EnterPerformBy(ctx *PerformByContext) {}
  1849. // ExitPerformBy is called when production performBy is exited.
  1850. func (s *BaseCobol85Listener) ExitPerformBy(ctx *PerformByContext) {}
  1851. // EnterPerformTestClause is called when production performTestClause is entered.
  1852. func (s *BaseCobol85Listener) EnterPerformTestClause(ctx *PerformTestClauseContext) {}
  1853. // ExitPerformTestClause is called when production performTestClause is exited.
  1854. func (s *BaseCobol85Listener) ExitPerformTestClause(ctx *PerformTestClauseContext) {}
  1855. // EnterPurgeStatement is called when production purgeStatement is entered.
  1856. func (s *BaseCobol85Listener) EnterPurgeStatement(ctx *PurgeStatementContext) {}
  1857. // ExitPurgeStatement is called when production purgeStatement is exited.
  1858. func (s *BaseCobol85Listener) ExitPurgeStatement(ctx *PurgeStatementContext) {}
  1859. // EnterReadStatement is called when production readStatement is entered.
  1860. func (s *BaseCobol85Listener) EnterReadStatement(ctx *ReadStatementContext) {}
  1861. // ExitReadStatement is called when production readStatement is exited.
  1862. func (s *BaseCobol85Listener) ExitReadStatement(ctx *ReadStatementContext) {}
  1863. // EnterReadInto is called when production readInto is entered.
  1864. func (s *BaseCobol85Listener) EnterReadInto(ctx *ReadIntoContext) {}
  1865. // ExitReadInto is called when production readInto is exited.
  1866. func (s *BaseCobol85Listener) ExitReadInto(ctx *ReadIntoContext) {}
  1867. // EnterReadWith is called when production readWith is entered.
  1868. func (s *BaseCobol85Listener) EnterReadWith(ctx *ReadWithContext) {}
  1869. // ExitReadWith is called when production readWith is exited.
  1870. func (s *BaseCobol85Listener) ExitReadWith(ctx *ReadWithContext) {}
  1871. // EnterReadKey is called when production readKey is entered.
  1872. func (s *BaseCobol85Listener) EnterReadKey(ctx *ReadKeyContext) {}
  1873. // ExitReadKey is called when production readKey is exited.
  1874. func (s *BaseCobol85Listener) ExitReadKey(ctx *ReadKeyContext) {}
  1875. // EnterReceiveStatement is called when production receiveStatement is entered.
  1876. func (s *BaseCobol85Listener) EnterReceiveStatement(ctx *ReceiveStatementContext) {}
  1877. // ExitReceiveStatement is called when production receiveStatement is exited.
  1878. func (s *BaseCobol85Listener) ExitReceiveStatement(ctx *ReceiveStatementContext) {}
  1879. // EnterReceiveFromStatement is called when production receiveFromStatement is entered.
  1880. func (s *BaseCobol85Listener) EnterReceiveFromStatement(ctx *ReceiveFromStatementContext) {}
  1881. // ExitReceiveFromStatement is called when production receiveFromStatement is exited.
  1882. func (s *BaseCobol85Listener) ExitReceiveFromStatement(ctx *ReceiveFromStatementContext) {}
  1883. // EnterReceiveFrom is called when production receiveFrom is entered.
  1884. func (s *BaseCobol85Listener) EnterReceiveFrom(ctx *ReceiveFromContext) {}
  1885. // ExitReceiveFrom is called when production receiveFrom is exited.
  1886. func (s *BaseCobol85Listener) ExitReceiveFrom(ctx *ReceiveFromContext) {}
  1887. // EnterReceiveIntoStatement is called when production receiveIntoStatement is entered.
  1888. func (s *BaseCobol85Listener) EnterReceiveIntoStatement(ctx *ReceiveIntoStatementContext) {}
  1889. // ExitReceiveIntoStatement is called when production receiveIntoStatement is exited.
  1890. func (s *BaseCobol85Listener) ExitReceiveIntoStatement(ctx *ReceiveIntoStatementContext) {}
  1891. // EnterReceiveNoData is called when production receiveNoData is entered.
  1892. func (s *BaseCobol85Listener) EnterReceiveNoData(ctx *ReceiveNoDataContext) {}
  1893. // ExitReceiveNoData is called when production receiveNoData is exited.
  1894. func (s *BaseCobol85Listener) ExitReceiveNoData(ctx *ReceiveNoDataContext) {}
  1895. // EnterReceiveWithData is called when production receiveWithData is entered.
  1896. func (s *BaseCobol85Listener) EnterReceiveWithData(ctx *ReceiveWithDataContext) {}
  1897. // ExitReceiveWithData is called when production receiveWithData is exited.
  1898. func (s *BaseCobol85Listener) ExitReceiveWithData(ctx *ReceiveWithDataContext) {}
  1899. // EnterReceiveBefore is called when production receiveBefore is entered.
  1900. func (s *BaseCobol85Listener) EnterReceiveBefore(ctx *ReceiveBeforeContext) {}
  1901. // ExitReceiveBefore is called when production receiveBefore is exited.
  1902. func (s *BaseCobol85Listener) ExitReceiveBefore(ctx *ReceiveBeforeContext) {}
  1903. // EnterReceiveWith is called when production receiveWith is entered.
  1904. func (s *BaseCobol85Listener) EnterReceiveWith(ctx *ReceiveWithContext) {}
  1905. // ExitReceiveWith is called when production receiveWith is exited.
  1906. func (s *BaseCobol85Listener) ExitReceiveWith(ctx *ReceiveWithContext) {}
  1907. // EnterReceiveThread is called when production receiveThread is entered.
  1908. func (s *BaseCobol85Listener) EnterReceiveThread(ctx *ReceiveThreadContext) {}
  1909. // ExitReceiveThread is called when production receiveThread is exited.
  1910. func (s *BaseCobol85Listener) ExitReceiveThread(ctx *ReceiveThreadContext) {}
  1911. // EnterReceiveSize is called when production receiveSize is entered.
  1912. func (s *BaseCobol85Listener) EnterReceiveSize(ctx *ReceiveSizeContext) {}
  1913. // ExitReceiveSize is called when production receiveSize is exited.
  1914. func (s *BaseCobol85Listener) ExitReceiveSize(ctx *ReceiveSizeContext) {}
  1915. // EnterReceiveStatus is called when production receiveStatus is entered.
  1916. func (s *BaseCobol85Listener) EnterReceiveStatus(ctx *ReceiveStatusContext) {}
  1917. // ExitReceiveStatus is called when production receiveStatus is exited.
  1918. func (s *BaseCobol85Listener) ExitReceiveStatus(ctx *ReceiveStatusContext) {}
  1919. // EnterReleaseStatement is called when production releaseStatement is entered.
  1920. func (s *BaseCobol85Listener) EnterReleaseStatement(ctx *ReleaseStatementContext) {}
  1921. // ExitReleaseStatement is called when production releaseStatement is exited.
  1922. func (s *BaseCobol85Listener) ExitReleaseStatement(ctx *ReleaseStatementContext) {}
  1923. // EnterReturnStatement is called when production returnStatement is entered.
  1924. func (s *BaseCobol85Listener) EnterReturnStatement(ctx *ReturnStatementContext) {}
  1925. // ExitReturnStatement is called when production returnStatement is exited.
  1926. func (s *BaseCobol85Listener) ExitReturnStatement(ctx *ReturnStatementContext) {}
  1927. // EnterReturnInto is called when production returnInto is entered.
  1928. func (s *BaseCobol85Listener) EnterReturnInto(ctx *ReturnIntoContext) {}
  1929. // ExitReturnInto is called when production returnInto is exited.
  1930. func (s *BaseCobol85Listener) ExitReturnInto(ctx *ReturnIntoContext) {}
  1931. // EnterRewriteStatement is called when production rewriteStatement is entered.
  1932. func (s *BaseCobol85Listener) EnterRewriteStatement(ctx *RewriteStatementContext) {}
  1933. // ExitRewriteStatement is called when production rewriteStatement is exited.
  1934. func (s *BaseCobol85Listener) ExitRewriteStatement(ctx *RewriteStatementContext) {}
  1935. // EnterRewriteFrom is called when production rewriteFrom is entered.
  1936. func (s *BaseCobol85Listener) EnterRewriteFrom(ctx *RewriteFromContext) {}
  1937. // ExitRewriteFrom is called when production rewriteFrom is exited.
  1938. func (s *BaseCobol85Listener) ExitRewriteFrom(ctx *RewriteFromContext) {}
  1939. // EnterSearchStatement is called when production searchStatement is entered.
  1940. func (s *BaseCobol85Listener) EnterSearchStatement(ctx *SearchStatementContext) {}
  1941. // ExitSearchStatement is called when production searchStatement is exited.
  1942. func (s *BaseCobol85Listener) ExitSearchStatement(ctx *SearchStatementContext) {}
  1943. // EnterSearchVarying is called when production searchVarying is entered.
  1944. func (s *BaseCobol85Listener) EnterSearchVarying(ctx *SearchVaryingContext) {}
  1945. // ExitSearchVarying is called when production searchVarying is exited.
  1946. func (s *BaseCobol85Listener) ExitSearchVarying(ctx *SearchVaryingContext) {}
  1947. // EnterSearchWhen is called when production searchWhen is entered.
  1948. func (s *BaseCobol85Listener) EnterSearchWhen(ctx *SearchWhenContext) {}
  1949. // ExitSearchWhen is called when production searchWhen is exited.
  1950. func (s *BaseCobol85Listener) ExitSearchWhen(ctx *SearchWhenContext) {}
  1951. // EnterSendStatement is called when production sendStatement is entered.
  1952. func (s *BaseCobol85Listener) EnterSendStatement(ctx *SendStatementContext) {}
  1953. // ExitSendStatement is called when production sendStatement is exited.
  1954. func (s *BaseCobol85Listener) ExitSendStatement(ctx *SendStatementContext) {}
  1955. // EnterSendStatementSync is called when production sendStatementSync is entered.
  1956. func (s *BaseCobol85Listener) EnterSendStatementSync(ctx *SendStatementSyncContext) {}
  1957. // ExitSendStatementSync is called when production sendStatementSync is exited.
  1958. func (s *BaseCobol85Listener) ExitSendStatementSync(ctx *SendStatementSyncContext) {}
  1959. // EnterSendStatementAsync is called when production sendStatementAsync is entered.
  1960. func (s *BaseCobol85Listener) EnterSendStatementAsync(ctx *SendStatementAsyncContext) {}
  1961. // ExitSendStatementAsync is called when production sendStatementAsync is exited.
  1962. func (s *BaseCobol85Listener) ExitSendStatementAsync(ctx *SendStatementAsyncContext) {}
  1963. // EnterSendFromPhrase is called when production sendFromPhrase is entered.
  1964. func (s *BaseCobol85Listener) EnterSendFromPhrase(ctx *SendFromPhraseContext) {}
  1965. // ExitSendFromPhrase is called when production sendFromPhrase is exited.
  1966. func (s *BaseCobol85Listener) ExitSendFromPhrase(ctx *SendFromPhraseContext) {}
  1967. // EnterSendWithPhrase is called when production sendWithPhrase is entered.
  1968. func (s *BaseCobol85Listener) EnterSendWithPhrase(ctx *SendWithPhraseContext) {}
  1969. // ExitSendWithPhrase is called when production sendWithPhrase is exited.
  1970. func (s *BaseCobol85Listener) ExitSendWithPhrase(ctx *SendWithPhraseContext) {}
  1971. // EnterSendReplacingPhrase is called when production sendReplacingPhrase is entered.
  1972. func (s *BaseCobol85Listener) EnterSendReplacingPhrase(ctx *SendReplacingPhraseContext) {}
  1973. // ExitSendReplacingPhrase is called when production sendReplacingPhrase is exited.
  1974. func (s *BaseCobol85Listener) ExitSendReplacingPhrase(ctx *SendReplacingPhraseContext) {}
  1975. // EnterSendAdvancingPhrase is called when production sendAdvancingPhrase is entered.
  1976. func (s *BaseCobol85Listener) EnterSendAdvancingPhrase(ctx *SendAdvancingPhraseContext) {}
  1977. // ExitSendAdvancingPhrase is called when production sendAdvancingPhrase is exited.
  1978. func (s *BaseCobol85Listener) ExitSendAdvancingPhrase(ctx *SendAdvancingPhraseContext) {}
  1979. // EnterSendAdvancingPage is called when production sendAdvancingPage is entered.
  1980. func (s *BaseCobol85Listener) EnterSendAdvancingPage(ctx *SendAdvancingPageContext) {}
  1981. // ExitSendAdvancingPage is called when production sendAdvancingPage is exited.
  1982. func (s *BaseCobol85Listener) ExitSendAdvancingPage(ctx *SendAdvancingPageContext) {}
  1983. // EnterSendAdvancingLines is called when production sendAdvancingLines is entered.
  1984. func (s *BaseCobol85Listener) EnterSendAdvancingLines(ctx *SendAdvancingLinesContext) {}
  1985. // ExitSendAdvancingLines is called when production sendAdvancingLines is exited.
  1986. func (s *BaseCobol85Listener) ExitSendAdvancingLines(ctx *SendAdvancingLinesContext) {}
  1987. // EnterSendAdvancingMnemonic is called when production sendAdvancingMnemonic is entered.
  1988. func (s *BaseCobol85Listener) EnterSendAdvancingMnemonic(ctx *SendAdvancingMnemonicContext) {}
  1989. // ExitSendAdvancingMnemonic is called when production sendAdvancingMnemonic is exited.
  1990. func (s *BaseCobol85Listener) ExitSendAdvancingMnemonic(ctx *SendAdvancingMnemonicContext) {}
  1991. // EnterSetStatement is called when production setStatement is entered.
  1992. func (s *BaseCobol85Listener) EnterSetStatement(ctx *SetStatementContext) {}
  1993. // ExitSetStatement is called when production setStatement is exited.
  1994. func (s *BaseCobol85Listener) ExitSetStatement(ctx *SetStatementContext) {}
  1995. // EnterSetToStatement is called when production setToStatement is entered.
  1996. func (s *BaseCobol85Listener) EnterSetToStatement(ctx *SetToStatementContext) {}
  1997. // ExitSetToStatement is called when production setToStatement is exited.
  1998. func (s *BaseCobol85Listener) ExitSetToStatement(ctx *SetToStatementContext) {}
  1999. // EnterSetUpDownByStatement is called when production setUpDownByStatement is entered.
  2000. func (s *BaseCobol85Listener) EnterSetUpDownByStatement(ctx *SetUpDownByStatementContext) {}
  2001. // ExitSetUpDownByStatement is called when production setUpDownByStatement is exited.
  2002. func (s *BaseCobol85Listener) ExitSetUpDownByStatement(ctx *SetUpDownByStatementContext) {}
  2003. // EnterSetTo is called when production setTo is entered.
  2004. func (s *BaseCobol85Listener) EnterSetTo(ctx *SetToContext) {}
  2005. // ExitSetTo is called when production setTo is exited.
  2006. func (s *BaseCobol85Listener) ExitSetTo(ctx *SetToContext) {}
  2007. // EnterSetToValue is called when production setToValue is entered.
  2008. func (s *BaseCobol85Listener) EnterSetToValue(ctx *SetToValueContext) {}
  2009. // ExitSetToValue is called when production setToValue is exited.
  2010. func (s *BaseCobol85Listener) ExitSetToValue(ctx *SetToValueContext) {}
  2011. // EnterSetByValue is called when production setByValue is entered.
  2012. func (s *BaseCobol85Listener) EnterSetByValue(ctx *SetByValueContext) {}
  2013. // ExitSetByValue is called when production setByValue is exited.
  2014. func (s *BaseCobol85Listener) ExitSetByValue(ctx *SetByValueContext) {}
  2015. // EnterSortStatement is called when production sortStatement is entered.
  2016. func (s *BaseCobol85Listener) EnterSortStatement(ctx *SortStatementContext) {}
  2017. // ExitSortStatement is called when production sortStatement is exited.
  2018. func (s *BaseCobol85Listener) ExitSortStatement(ctx *SortStatementContext) {}
  2019. // EnterSortOnKeyClause is called when production sortOnKeyClause is entered.
  2020. func (s *BaseCobol85Listener) EnterSortOnKeyClause(ctx *SortOnKeyClauseContext) {}
  2021. // ExitSortOnKeyClause is called when production sortOnKeyClause is exited.
  2022. func (s *BaseCobol85Listener) ExitSortOnKeyClause(ctx *SortOnKeyClauseContext) {}
  2023. // EnterSortDuplicatesPhrase is called when production sortDuplicatesPhrase is entered.
  2024. func (s *BaseCobol85Listener) EnterSortDuplicatesPhrase(ctx *SortDuplicatesPhraseContext) {}
  2025. // ExitSortDuplicatesPhrase is called when production sortDuplicatesPhrase is exited.
  2026. func (s *BaseCobol85Listener) ExitSortDuplicatesPhrase(ctx *SortDuplicatesPhraseContext) {}
  2027. // EnterSortCollatingSequencePhrase is called when production sortCollatingSequencePhrase is entered.
  2028. func (s *BaseCobol85Listener) EnterSortCollatingSequencePhrase(ctx *SortCollatingSequencePhraseContext) {
  2029. }
  2030. // ExitSortCollatingSequencePhrase is called when production sortCollatingSequencePhrase is exited.
  2031. func (s *BaseCobol85Listener) ExitSortCollatingSequencePhrase(ctx *SortCollatingSequencePhraseContext) {
  2032. }
  2033. // EnterSortCollatingAlphanumeric is called when production sortCollatingAlphanumeric is entered.
  2034. func (s *BaseCobol85Listener) EnterSortCollatingAlphanumeric(ctx *SortCollatingAlphanumericContext) {}
  2035. // ExitSortCollatingAlphanumeric is called when production sortCollatingAlphanumeric is exited.
  2036. func (s *BaseCobol85Listener) ExitSortCollatingAlphanumeric(ctx *SortCollatingAlphanumericContext) {}
  2037. // EnterSortCollatingNational is called when production sortCollatingNational is entered.
  2038. func (s *BaseCobol85Listener) EnterSortCollatingNational(ctx *SortCollatingNationalContext) {}
  2039. // ExitSortCollatingNational is called when production sortCollatingNational is exited.
  2040. func (s *BaseCobol85Listener) ExitSortCollatingNational(ctx *SortCollatingNationalContext) {}
  2041. // EnterSortInputProcedurePhrase is called when production sortInputProcedurePhrase is entered.
  2042. func (s *BaseCobol85Listener) EnterSortInputProcedurePhrase(ctx *SortInputProcedurePhraseContext) {}
  2043. // ExitSortInputProcedurePhrase is called when production sortInputProcedurePhrase is exited.
  2044. func (s *BaseCobol85Listener) ExitSortInputProcedurePhrase(ctx *SortInputProcedurePhraseContext) {}
  2045. // EnterSortInputThrough is called when production sortInputThrough is entered.
  2046. func (s *BaseCobol85Listener) EnterSortInputThrough(ctx *SortInputThroughContext) {}
  2047. // ExitSortInputThrough is called when production sortInputThrough is exited.
  2048. func (s *BaseCobol85Listener) ExitSortInputThrough(ctx *SortInputThroughContext) {}
  2049. // EnterSortUsing is called when production sortUsing is entered.
  2050. func (s *BaseCobol85Listener) EnterSortUsing(ctx *SortUsingContext) {}
  2051. // ExitSortUsing is called when production sortUsing is exited.
  2052. func (s *BaseCobol85Listener) ExitSortUsing(ctx *SortUsingContext) {}
  2053. // EnterSortOutputProcedurePhrase is called when production sortOutputProcedurePhrase is entered.
  2054. func (s *BaseCobol85Listener) EnterSortOutputProcedurePhrase(ctx *SortOutputProcedurePhraseContext) {}
  2055. // ExitSortOutputProcedurePhrase is called when production sortOutputProcedurePhrase is exited.
  2056. func (s *BaseCobol85Listener) ExitSortOutputProcedurePhrase(ctx *SortOutputProcedurePhraseContext) {}
  2057. // EnterSortOutputThrough is called when production sortOutputThrough is entered.
  2058. func (s *BaseCobol85Listener) EnterSortOutputThrough(ctx *SortOutputThroughContext) {}
  2059. // ExitSortOutputThrough is called when production sortOutputThrough is exited.
  2060. func (s *BaseCobol85Listener) ExitSortOutputThrough(ctx *SortOutputThroughContext) {}
  2061. // EnterSortGivingPhrase is called when production sortGivingPhrase is entered.
  2062. func (s *BaseCobol85Listener) EnterSortGivingPhrase(ctx *SortGivingPhraseContext) {}
  2063. // ExitSortGivingPhrase is called when production sortGivingPhrase is exited.
  2064. func (s *BaseCobol85Listener) ExitSortGivingPhrase(ctx *SortGivingPhraseContext) {}
  2065. // EnterSortGiving is called when production sortGiving is entered.
  2066. func (s *BaseCobol85Listener) EnterSortGiving(ctx *SortGivingContext) {}
  2067. // ExitSortGiving is called when production sortGiving is exited.
  2068. func (s *BaseCobol85Listener) ExitSortGiving(ctx *SortGivingContext) {}
  2069. // EnterStartStatement is called when production startStatement is entered.
  2070. func (s *BaseCobol85Listener) EnterStartStatement(ctx *StartStatementContext) {}
  2071. // ExitStartStatement is called when production startStatement is exited.
  2072. func (s *BaseCobol85Listener) ExitStartStatement(ctx *StartStatementContext) {}
  2073. // EnterStartKey is called when production startKey is entered.
  2074. func (s *BaseCobol85Listener) EnterStartKey(ctx *StartKeyContext) {}
  2075. // ExitStartKey is called when production startKey is exited.
  2076. func (s *BaseCobol85Listener) ExitStartKey(ctx *StartKeyContext) {}
  2077. // EnterStopStatement is called when production stopStatement is entered.
  2078. func (s *BaseCobol85Listener) EnterStopStatement(ctx *StopStatementContext) {}
  2079. // ExitStopStatement is called when production stopStatement is exited.
  2080. func (s *BaseCobol85Listener) ExitStopStatement(ctx *StopStatementContext) {}
  2081. // EnterStringStatement is called when production stringStatement is entered.
  2082. func (s *BaseCobol85Listener) EnterStringStatement(ctx *StringStatementContext) {}
  2083. // ExitStringStatement is called when production stringStatement is exited.
  2084. func (s *BaseCobol85Listener) ExitStringStatement(ctx *StringStatementContext) {}
  2085. // EnterStringSendingPhrase is called when production stringSendingPhrase is entered.
  2086. func (s *BaseCobol85Listener) EnterStringSendingPhrase(ctx *StringSendingPhraseContext) {}
  2087. // ExitStringSendingPhrase is called when production stringSendingPhrase is exited.
  2088. func (s *BaseCobol85Listener) ExitStringSendingPhrase(ctx *StringSendingPhraseContext) {}
  2089. // EnterStringSending is called when production stringSending is entered.
  2090. func (s *BaseCobol85Listener) EnterStringSending(ctx *StringSendingContext) {}
  2091. // ExitStringSending is called when production stringSending is exited.
  2092. func (s *BaseCobol85Listener) ExitStringSending(ctx *StringSendingContext) {}
  2093. // EnterStringDelimitedByPhrase is called when production stringDelimitedByPhrase is entered.
  2094. func (s *BaseCobol85Listener) EnterStringDelimitedByPhrase(ctx *StringDelimitedByPhraseContext) {}
  2095. // ExitStringDelimitedByPhrase is called when production stringDelimitedByPhrase is exited.
  2096. func (s *BaseCobol85Listener) ExitStringDelimitedByPhrase(ctx *StringDelimitedByPhraseContext) {}
  2097. // EnterStringForPhrase is called when production stringForPhrase is entered.
  2098. func (s *BaseCobol85Listener) EnterStringForPhrase(ctx *StringForPhraseContext) {}
  2099. // ExitStringForPhrase is called when production stringForPhrase is exited.
  2100. func (s *BaseCobol85Listener) ExitStringForPhrase(ctx *StringForPhraseContext) {}
  2101. // EnterStringIntoPhrase is called when production stringIntoPhrase is entered.
  2102. func (s *BaseCobol85Listener) EnterStringIntoPhrase(ctx *StringIntoPhraseContext) {}
  2103. // ExitStringIntoPhrase is called when production stringIntoPhrase is exited.
  2104. func (s *BaseCobol85Listener) ExitStringIntoPhrase(ctx *StringIntoPhraseContext) {}
  2105. // EnterStringWithPointerPhrase is called when production stringWithPointerPhrase is entered.
  2106. func (s *BaseCobol85Listener) EnterStringWithPointerPhrase(ctx *StringWithPointerPhraseContext) {}
  2107. // ExitStringWithPointerPhrase is called when production stringWithPointerPhrase is exited.
  2108. func (s *BaseCobol85Listener) ExitStringWithPointerPhrase(ctx *StringWithPointerPhraseContext) {}
  2109. // EnterSubtractStatement is called when production subtractStatement is entered.
  2110. func (s *BaseCobol85Listener) EnterSubtractStatement(ctx *SubtractStatementContext) {}
  2111. // ExitSubtractStatement is called when production subtractStatement is exited.
  2112. func (s *BaseCobol85Listener) ExitSubtractStatement(ctx *SubtractStatementContext) {}
  2113. // EnterSubtractFromStatement is called when production subtractFromStatement is entered.
  2114. func (s *BaseCobol85Listener) EnterSubtractFromStatement(ctx *SubtractFromStatementContext) {}
  2115. // ExitSubtractFromStatement is called when production subtractFromStatement is exited.
  2116. func (s *BaseCobol85Listener) ExitSubtractFromStatement(ctx *SubtractFromStatementContext) {}
  2117. // EnterSubtractFromGivingStatement is called when production subtractFromGivingStatement is entered.
  2118. func (s *BaseCobol85Listener) EnterSubtractFromGivingStatement(ctx *SubtractFromGivingStatementContext) {
  2119. }
  2120. // ExitSubtractFromGivingStatement is called when production subtractFromGivingStatement is exited.
  2121. func (s *BaseCobol85Listener) ExitSubtractFromGivingStatement(ctx *SubtractFromGivingStatementContext) {
  2122. }
  2123. // EnterSubtractCorrespondingStatement is called when production subtractCorrespondingStatement is entered.
  2124. func (s *BaseCobol85Listener) EnterSubtractCorrespondingStatement(ctx *SubtractCorrespondingStatementContext) {
  2125. }
  2126. // ExitSubtractCorrespondingStatement is called when production subtractCorrespondingStatement is exited.
  2127. func (s *BaseCobol85Listener) ExitSubtractCorrespondingStatement(ctx *SubtractCorrespondingStatementContext) {
  2128. }
  2129. // EnterSubtractSubtrahend is called when production subtractSubtrahend is entered.
  2130. func (s *BaseCobol85Listener) EnterSubtractSubtrahend(ctx *SubtractSubtrahendContext) {}
  2131. // ExitSubtractSubtrahend is called when production subtractSubtrahend is exited.
  2132. func (s *BaseCobol85Listener) ExitSubtractSubtrahend(ctx *SubtractSubtrahendContext) {}
  2133. // EnterSubtractMinuend is called when production subtractMinuend is entered.
  2134. func (s *BaseCobol85Listener) EnterSubtractMinuend(ctx *SubtractMinuendContext) {}
  2135. // ExitSubtractMinuend is called when production subtractMinuend is exited.
  2136. func (s *BaseCobol85Listener) ExitSubtractMinuend(ctx *SubtractMinuendContext) {}
  2137. // EnterSubtractMinuendGiving is called when production subtractMinuendGiving is entered.
  2138. func (s *BaseCobol85Listener) EnterSubtractMinuendGiving(ctx *SubtractMinuendGivingContext) {}
  2139. // ExitSubtractMinuendGiving is called when production subtractMinuendGiving is exited.
  2140. func (s *BaseCobol85Listener) ExitSubtractMinuendGiving(ctx *SubtractMinuendGivingContext) {}
  2141. // EnterSubtractGiving is called when production subtractGiving is entered.
  2142. func (s *BaseCobol85Listener) EnterSubtractGiving(ctx *SubtractGivingContext) {}
  2143. // ExitSubtractGiving is called when production subtractGiving is exited.
  2144. func (s *BaseCobol85Listener) ExitSubtractGiving(ctx *SubtractGivingContext) {}
  2145. // EnterSubtractMinuendCorresponding is called when production subtractMinuendCorresponding is entered.
  2146. func (s *BaseCobol85Listener) EnterSubtractMinuendCorresponding(ctx *SubtractMinuendCorrespondingContext) {
  2147. }
  2148. // ExitSubtractMinuendCorresponding is called when production subtractMinuendCorresponding is exited.
  2149. func (s *BaseCobol85Listener) ExitSubtractMinuendCorresponding(ctx *SubtractMinuendCorrespondingContext) {
  2150. }
  2151. // EnterTerminateStatement is called when production terminateStatement is entered.
  2152. func (s *BaseCobol85Listener) EnterTerminateStatement(ctx *TerminateStatementContext) {}
  2153. // ExitTerminateStatement is called when production terminateStatement is exited.
  2154. func (s *BaseCobol85Listener) ExitTerminateStatement(ctx *TerminateStatementContext) {}
  2155. // EnterUnstringStatement is called when production unstringStatement is entered.
  2156. func (s *BaseCobol85Listener) EnterUnstringStatement(ctx *UnstringStatementContext) {}
  2157. // ExitUnstringStatement is called when production unstringStatement is exited.
  2158. func (s *BaseCobol85Listener) ExitUnstringStatement(ctx *UnstringStatementContext) {}
  2159. // EnterUnstringSendingPhrase is called when production unstringSendingPhrase is entered.
  2160. func (s *BaseCobol85Listener) EnterUnstringSendingPhrase(ctx *UnstringSendingPhraseContext) {}
  2161. // ExitUnstringSendingPhrase is called when production unstringSendingPhrase is exited.
  2162. func (s *BaseCobol85Listener) ExitUnstringSendingPhrase(ctx *UnstringSendingPhraseContext) {}
  2163. // EnterUnstringDelimitedByPhrase is called when production unstringDelimitedByPhrase is entered.
  2164. func (s *BaseCobol85Listener) EnterUnstringDelimitedByPhrase(ctx *UnstringDelimitedByPhraseContext) {}
  2165. // ExitUnstringDelimitedByPhrase is called when production unstringDelimitedByPhrase is exited.
  2166. func (s *BaseCobol85Listener) ExitUnstringDelimitedByPhrase(ctx *UnstringDelimitedByPhraseContext) {}
  2167. // EnterUnstringOrAllPhrase is called when production unstringOrAllPhrase is entered.
  2168. func (s *BaseCobol85Listener) EnterUnstringOrAllPhrase(ctx *UnstringOrAllPhraseContext) {}
  2169. // ExitUnstringOrAllPhrase is called when production unstringOrAllPhrase is exited.
  2170. func (s *BaseCobol85Listener) ExitUnstringOrAllPhrase(ctx *UnstringOrAllPhraseContext) {}
  2171. // EnterUnstringIntoPhrase is called when production unstringIntoPhrase is entered.
  2172. func (s *BaseCobol85Listener) EnterUnstringIntoPhrase(ctx *UnstringIntoPhraseContext) {}
  2173. // ExitUnstringIntoPhrase is called when production unstringIntoPhrase is exited.
  2174. func (s *BaseCobol85Listener) ExitUnstringIntoPhrase(ctx *UnstringIntoPhraseContext) {}
  2175. // EnterUnstringInto is called when production unstringInto is entered.
  2176. func (s *BaseCobol85Listener) EnterUnstringInto(ctx *UnstringIntoContext) {}
  2177. // ExitUnstringInto is called when production unstringInto is exited.
  2178. func (s *BaseCobol85Listener) ExitUnstringInto(ctx *UnstringIntoContext) {}
  2179. // EnterUnstringDelimiterIn is called when production unstringDelimiterIn is entered.
  2180. func (s *BaseCobol85Listener) EnterUnstringDelimiterIn(ctx *UnstringDelimiterInContext) {}
  2181. // ExitUnstringDelimiterIn is called when production unstringDelimiterIn is exited.
  2182. func (s *BaseCobol85Listener) ExitUnstringDelimiterIn(ctx *UnstringDelimiterInContext) {}
  2183. // EnterUnstringCountIn is called when production unstringCountIn is entered.
  2184. func (s *BaseCobol85Listener) EnterUnstringCountIn(ctx *UnstringCountInContext) {}
  2185. // ExitUnstringCountIn is called when production unstringCountIn is exited.
  2186. func (s *BaseCobol85Listener) ExitUnstringCountIn(ctx *UnstringCountInContext) {}
  2187. // EnterUnstringWithPointerPhrase is called when production unstringWithPointerPhrase is entered.
  2188. func (s *BaseCobol85Listener) EnterUnstringWithPointerPhrase(ctx *UnstringWithPointerPhraseContext) {}
  2189. // ExitUnstringWithPointerPhrase is called when production unstringWithPointerPhrase is exited.
  2190. func (s *BaseCobol85Listener) ExitUnstringWithPointerPhrase(ctx *UnstringWithPointerPhraseContext) {}
  2191. // EnterUnstringTallyingPhrase is called when production unstringTallyingPhrase is entered.
  2192. func (s *BaseCobol85Listener) EnterUnstringTallyingPhrase(ctx *UnstringTallyingPhraseContext) {}
  2193. // ExitUnstringTallyingPhrase is called when production unstringTallyingPhrase is exited.
  2194. func (s *BaseCobol85Listener) ExitUnstringTallyingPhrase(ctx *UnstringTallyingPhraseContext) {}
  2195. // EnterUseStatement is called when production useStatement is entered.
  2196. func (s *BaseCobol85Listener) EnterUseStatement(ctx *UseStatementContext) {}
  2197. // ExitUseStatement is called when production useStatement is exited.
  2198. func (s *BaseCobol85Listener) ExitUseStatement(ctx *UseStatementContext) {}
  2199. // EnterUseAfterClause is called when production useAfterClause is entered.
  2200. func (s *BaseCobol85Listener) EnterUseAfterClause(ctx *UseAfterClauseContext) {}
  2201. // ExitUseAfterClause is called when production useAfterClause is exited.
  2202. func (s *BaseCobol85Listener) ExitUseAfterClause(ctx *UseAfterClauseContext) {}
  2203. // EnterUseAfterOn is called when production useAfterOn is entered.
  2204. func (s *BaseCobol85Listener) EnterUseAfterOn(ctx *UseAfterOnContext) {}
  2205. // ExitUseAfterOn is called when production useAfterOn is exited.
  2206. func (s *BaseCobol85Listener) ExitUseAfterOn(ctx *UseAfterOnContext) {}
  2207. // EnterUseDebugClause is called when production useDebugClause is entered.
  2208. func (s *BaseCobol85Listener) EnterUseDebugClause(ctx *UseDebugClauseContext) {}
  2209. // ExitUseDebugClause is called when production useDebugClause is exited.
  2210. func (s *BaseCobol85Listener) ExitUseDebugClause(ctx *UseDebugClauseContext) {}
  2211. // EnterUseDebugOn is called when production useDebugOn is entered.
  2212. func (s *BaseCobol85Listener) EnterUseDebugOn(ctx *UseDebugOnContext) {}
  2213. // ExitUseDebugOn is called when production useDebugOn is exited.
  2214. func (s *BaseCobol85Listener) ExitUseDebugOn(ctx *UseDebugOnContext) {}
  2215. // EnterWriteStatement is called when production writeStatement is entered.
  2216. func (s *BaseCobol85Listener) EnterWriteStatement(ctx *WriteStatementContext) {}
  2217. // ExitWriteStatement is called when production writeStatement is exited.
  2218. func (s *BaseCobol85Listener) ExitWriteStatement(ctx *WriteStatementContext) {}
  2219. // EnterWriteFromPhrase is called when production writeFromPhrase is entered.
  2220. func (s *BaseCobol85Listener) EnterWriteFromPhrase(ctx *WriteFromPhraseContext) {}
  2221. // ExitWriteFromPhrase is called when production writeFromPhrase is exited.
  2222. func (s *BaseCobol85Listener) ExitWriteFromPhrase(ctx *WriteFromPhraseContext) {}
  2223. // EnterWriteAdvancingPhrase is called when production writeAdvancingPhrase is entered.
  2224. func (s *BaseCobol85Listener) EnterWriteAdvancingPhrase(ctx *WriteAdvancingPhraseContext) {}
  2225. // ExitWriteAdvancingPhrase is called when production writeAdvancingPhrase is exited.
  2226. func (s *BaseCobol85Listener) ExitWriteAdvancingPhrase(ctx *WriteAdvancingPhraseContext) {}
  2227. // EnterWriteAdvancingPage is called when production writeAdvancingPage is entered.
  2228. func (s *BaseCobol85Listener) EnterWriteAdvancingPage(ctx *WriteAdvancingPageContext) {}
  2229. // ExitWriteAdvancingPage is called when production writeAdvancingPage is exited.
  2230. func (s *BaseCobol85Listener) ExitWriteAdvancingPage(ctx *WriteAdvancingPageContext) {}
  2231. // EnterWriteAdvancingLines is called when production writeAdvancingLines is entered.
  2232. func (s *BaseCobol85Listener) EnterWriteAdvancingLines(ctx *WriteAdvancingLinesContext) {}
  2233. // ExitWriteAdvancingLines is called when production writeAdvancingLines is exited.
  2234. func (s *BaseCobol85Listener) ExitWriteAdvancingLines(ctx *WriteAdvancingLinesContext) {}
  2235. // EnterWriteAdvancingMnemonic is called when production writeAdvancingMnemonic is entered.
  2236. func (s *BaseCobol85Listener) EnterWriteAdvancingMnemonic(ctx *WriteAdvancingMnemonicContext) {}
  2237. // ExitWriteAdvancingMnemonic is called when production writeAdvancingMnemonic is exited.
  2238. func (s *BaseCobol85Listener) ExitWriteAdvancingMnemonic(ctx *WriteAdvancingMnemonicContext) {}
  2239. // EnterWriteAtEndOfPagePhrase is called when production writeAtEndOfPagePhrase is entered.
  2240. func (s *BaseCobol85Listener) EnterWriteAtEndOfPagePhrase(ctx *WriteAtEndOfPagePhraseContext) {}
  2241. // ExitWriteAtEndOfPagePhrase is called when production writeAtEndOfPagePhrase is exited.
  2242. func (s *BaseCobol85Listener) ExitWriteAtEndOfPagePhrase(ctx *WriteAtEndOfPagePhraseContext) {}
  2243. // EnterWriteNotAtEndOfPagePhrase is called when production writeNotAtEndOfPagePhrase is entered.
  2244. func (s *BaseCobol85Listener) EnterWriteNotAtEndOfPagePhrase(ctx *WriteNotAtEndOfPagePhraseContext) {}
  2245. // ExitWriteNotAtEndOfPagePhrase is called when production writeNotAtEndOfPagePhrase is exited.
  2246. func (s *BaseCobol85Listener) ExitWriteNotAtEndOfPagePhrase(ctx *WriteNotAtEndOfPagePhraseContext) {}
  2247. // EnterAtEndPhrase is called when production atEndPhrase is entered.
  2248. func (s *BaseCobol85Listener) EnterAtEndPhrase(ctx *AtEndPhraseContext) {}
  2249. // ExitAtEndPhrase is called when production atEndPhrase is exited.
  2250. func (s *BaseCobol85Listener) ExitAtEndPhrase(ctx *AtEndPhraseContext) {}
  2251. // EnterNotAtEndPhrase is called when production notAtEndPhrase is entered.
  2252. func (s *BaseCobol85Listener) EnterNotAtEndPhrase(ctx *NotAtEndPhraseContext) {}
  2253. // ExitNotAtEndPhrase is called when production notAtEndPhrase is exited.
  2254. func (s *BaseCobol85Listener) ExitNotAtEndPhrase(ctx *NotAtEndPhraseContext) {}
  2255. // EnterInvalidKeyPhrase is called when production invalidKeyPhrase is entered.
  2256. func (s *BaseCobol85Listener) EnterInvalidKeyPhrase(ctx *InvalidKeyPhraseContext) {}
  2257. // ExitInvalidKeyPhrase is called when production invalidKeyPhrase is exited.
  2258. func (s *BaseCobol85Listener) ExitInvalidKeyPhrase(ctx *InvalidKeyPhraseContext) {}
  2259. // EnterNotInvalidKeyPhrase is called when production notInvalidKeyPhrase is entered.
  2260. func (s *BaseCobol85Listener) EnterNotInvalidKeyPhrase(ctx *NotInvalidKeyPhraseContext) {}
  2261. // ExitNotInvalidKeyPhrase is called when production notInvalidKeyPhrase is exited.
  2262. func (s *BaseCobol85Listener) ExitNotInvalidKeyPhrase(ctx *NotInvalidKeyPhraseContext) {}
  2263. // EnterOnOverflowPhrase is called when production onOverflowPhrase is entered.
  2264. func (s *BaseCobol85Listener) EnterOnOverflowPhrase(ctx *OnOverflowPhraseContext) {}
  2265. // ExitOnOverflowPhrase is called when production onOverflowPhrase is exited.
  2266. func (s *BaseCobol85Listener) ExitOnOverflowPhrase(ctx *OnOverflowPhraseContext) {}
  2267. // EnterNotOnOverflowPhrase is called when production notOnOverflowPhrase is entered.
  2268. func (s *BaseCobol85Listener) EnterNotOnOverflowPhrase(ctx *NotOnOverflowPhraseContext) {}
  2269. // ExitNotOnOverflowPhrase is called when production notOnOverflowPhrase is exited.
  2270. func (s *BaseCobol85Listener) ExitNotOnOverflowPhrase(ctx *NotOnOverflowPhraseContext) {}
  2271. // EnterOnSizeErrorPhrase is called when production onSizeErrorPhrase is entered.
  2272. func (s *BaseCobol85Listener) EnterOnSizeErrorPhrase(ctx *OnSizeErrorPhraseContext) {}
  2273. // ExitOnSizeErrorPhrase is called when production onSizeErrorPhrase is exited.
  2274. func (s *BaseCobol85Listener) ExitOnSizeErrorPhrase(ctx *OnSizeErrorPhraseContext) {}
  2275. // EnterNotOnSizeErrorPhrase is called when production notOnSizeErrorPhrase is entered.
  2276. func (s *BaseCobol85Listener) EnterNotOnSizeErrorPhrase(ctx *NotOnSizeErrorPhraseContext) {}
  2277. // ExitNotOnSizeErrorPhrase is called when production notOnSizeErrorPhrase is exited.
  2278. func (s *BaseCobol85Listener) ExitNotOnSizeErrorPhrase(ctx *NotOnSizeErrorPhraseContext) {}
  2279. // EnterOnExceptionClause is called when production onExceptionClause is entered.
  2280. func (s *BaseCobol85Listener) EnterOnExceptionClause(ctx *OnExceptionClauseContext) {}
  2281. // ExitOnExceptionClause is called when production onExceptionClause is exited.
  2282. func (s *BaseCobol85Listener) ExitOnExceptionClause(ctx *OnExceptionClauseContext) {}
  2283. // EnterNotOnExceptionClause is called when production notOnExceptionClause is entered.
  2284. func (s *BaseCobol85Listener) EnterNotOnExceptionClause(ctx *NotOnExceptionClauseContext) {}
  2285. // ExitNotOnExceptionClause is called when production notOnExceptionClause is exited.
  2286. func (s *BaseCobol85Listener) ExitNotOnExceptionClause(ctx *NotOnExceptionClauseContext) {}
  2287. // EnterArithmeticExpression is called when production arithmeticExpression is entered.
  2288. func (s *BaseCobol85Listener) EnterArithmeticExpression(ctx *ArithmeticExpressionContext) {}
  2289. // ExitArithmeticExpression is called when production arithmeticExpression is exited.
  2290. func (s *BaseCobol85Listener) ExitArithmeticExpression(ctx *ArithmeticExpressionContext) {}
  2291. // EnterPlusMinus is called when production plusMinus is entered.
  2292. func (s *BaseCobol85Listener) EnterPlusMinus(ctx *PlusMinusContext) {}
  2293. // ExitPlusMinus is called when production plusMinus is exited.
  2294. func (s *BaseCobol85Listener) ExitPlusMinus(ctx *PlusMinusContext) {}
  2295. // EnterMultDivs is called when production multDivs is entered.
  2296. func (s *BaseCobol85Listener) EnterMultDivs(ctx *MultDivsContext) {}
  2297. // ExitMultDivs is called when production multDivs is exited.
  2298. func (s *BaseCobol85Listener) ExitMultDivs(ctx *MultDivsContext) {}
  2299. // EnterMultDiv is called when production multDiv is entered.
  2300. func (s *BaseCobol85Listener) EnterMultDiv(ctx *MultDivContext) {}
  2301. // ExitMultDiv is called when production multDiv is exited.
  2302. func (s *BaseCobol85Listener) ExitMultDiv(ctx *MultDivContext) {}
  2303. // EnterPowers is called when production powers is entered.
  2304. func (s *BaseCobol85Listener) EnterPowers(ctx *PowersContext) {}
  2305. // ExitPowers is called when production powers is exited.
  2306. func (s *BaseCobol85Listener) ExitPowers(ctx *PowersContext) {}
  2307. // EnterPower is called when production power is entered.
  2308. func (s *BaseCobol85Listener) EnterPower(ctx *PowerContext) {}
  2309. // ExitPower is called when production power is exited.
  2310. func (s *BaseCobol85Listener) ExitPower(ctx *PowerContext) {}
  2311. // EnterBasis is called when production basis is entered.
  2312. func (s *BaseCobol85Listener) EnterBasis(ctx *BasisContext) {}
  2313. // ExitBasis is called when production basis is exited.
  2314. func (s *BaseCobol85Listener) ExitBasis(ctx *BasisContext) {}
  2315. // EnterCondition is called when production condition is entered.
  2316. func (s *BaseCobol85Listener) EnterCondition(ctx *ConditionContext) {}
  2317. // ExitCondition is called when production condition is exited.
  2318. func (s *BaseCobol85Listener) ExitCondition(ctx *ConditionContext) {}
  2319. // EnterAndOrCondition is called when production andOrCondition is entered.
  2320. func (s *BaseCobol85Listener) EnterAndOrCondition(ctx *AndOrConditionContext) {}
  2321. // ExitAndOrCondition is called when production andOrCondition is exited.
  2322. func (s *BaseCobol85Listener) ExitAndOrCondition(ctx *AndOrConditionContext) {}
  2323. // EnterCombinableCondition is called when production combinableCondition is entered.
  2324. func (s *BaseCobol85Listener) EnterCombinableCondition(ctx *CombinableConditionContext) {}
  2325. // ExitCombinableCondition is called when production combinableCondition is exited.
  2326. func (s *BaseCobol85Listener) ExitCombinableCondition(ctx *CombinableConditionContext) {}
  2327. // EnterSimpleCondition is called when production simpleCondition is entered.
  2328. func (s *BaseCobol85Listener) EnterSimpleCondition(ctx *SimpleConditionContext) {}
  2329. // ExitSimpleCondition is called when production simpleCondition is exited.
  2330. func (s *BaseCobol85Listener) ExitSimpleCondition(ctx *SimpleConditionContext) {}
  2331. // EnterClassCondition is called when production classCondition is entered.
  2332. func (s *BaseCobol85Listener) EnterClassCondition(ctx *ClassConditionContext) {}
  2333. // ExitClassCondition is called when production classCondition is exited.
  2334. func (s *BaseCobol85Listener) ExitClassCondition(ctx *ClassConditionContext) {}
  2335. // EnterConditionNameReference is called when production conditionNameReference is entered.
  2336. func (s *BaseCobol85Listener) EnterConditionNameReference(ctx *ConditionNameReferenceContext) {}
  2337. // ExitConditionNameReference is called when production conditionNameReference is exited.
  2338. func (s *BaseCobol85Listener) ExitConditionNameReference(ctx *ConditionNameReferenceContext) {}
  2339. // EnterConditionNameSubscriptReference is called when production conditionNameSubscriptReference is entered.
  2340. func (s *BaseCobol85Listener) EnterConditionNameSubscriptReference(ctx *ConditionNameSubscriptReferenceContext) {
  2341. }
  2342. // ExitConditionNameSubscriptReference is called when production conditionNameSubscriptReference is exited.
  2343. func (s *BaseCobol85Listener) ExitConditionNameSubscriptReference(ctx *ConditionNameSubscriptReferenceContext) {
  2344. }
  2345. // EnterRelationCondition is called when production relationCondition is entered.
  2346. func (s *BaseCobol85Listener) EnterRelationCondition(ctx *RelationConditionContext) {}
  2347. // ExitRelationCondition is called when production relationCondition is exited.
  2348. func (s *BaseCobol85Listener) ExitRelationCondition(ctx *RelationConditionContext) {}
  2349. // EnterRelationSignCondition is called when production relationSignCondition is entered.
  2350. func (s *BaseCobol85Listener) EnterRelationSignCondition(ctx *RelationSignConditionContext) {}
  2351. // ExitRelationSignCondition is called when production relationSignCondition is exited.
  2352. func (s *BaseCobol85Listener) ExitRelationSignCondition(ctx *RelationSignConditionContext) {}
  2353. // EnterRelationArithmeticComparison is called when production relationArithmeticComparison is entered.
  2354. func (s *BaseCobol85Listener) EnterRelationArithmeticComparison(ctx *RelationArithmeticComparisonContext) {
  2355. }
  2356. // ExitRelationArithmeticComparison is called when production relationArithmeticComparison is exited.
  2357. func (s *BaseCobol85Listener) ExitRelationArithmeticComparison(ctx *RelationArithmeticComparisonContext) {
  2358. }
  2359. // EnterRelationCombinedComparison is called when production relationCombinedComparison is entered.
  2360. func (s *BaseCobol85Listener) EnterRelationCombinedComparison(ctx *RelationCombinedComparisonContext) {
  2361. }
  2362. // ExitRelationCombinedComparison is called when production relationCombinedComparison is exited.
  2363. func (s *BaseCobol85Listener) ExitRelationCombinedComparison(ctx *RelationCombinedComparisonContext) {}
  2364. // EnterRelationCombinedCondition is called when production relationCombinedCondition is entered.
  2365. func (s *BaseCobol85Listener) EnterRelationCombinedCondition(ctx *RelationCombinedConditionContext) {}
  2366. // ExitRelationCombinedCondition is called when production relationCombinedCondition is exited.
  2367. func (s *BaseCobol85Listener) ExitRelationCombinedCondition(ctx *RelationCombinedConditionContext) {}
  2368. // EnterRelationalOperator is called when production relationalOperator is entered.
  2369. func (s *BaseCobol85Listener) EnterRelationalOperator(ctx *RelationalOperatorContext) {}
  2370. // ExitRelationalOperator is called when production relationalOperator is exited.
  2371. func (s *BaseCobol85Listener) ExitRelationalOperator(ctx *RelationalOperatorContext) {}
  2372. // EnterAbbreviation is called when production abbreviation is entered.
  2373. func (s *BaseCobol85Listener) EnterAbbreviation(ctx *AbbreviationContext) {}
  2374. // ExitAbbreviation is called when production abbreviation is exited.
  2375. func (s *BaseCobol85Listener) ExitAbbreviation(ctx *AbbreviationContext) {}
  2376. // EnterIdentifier is called when production identifier is entered.
  2377. func (s *BaseCobol85Listener) EnterIdentifier(ctx *IdentifierContext) {}
  2378. // ExitIdentifier is called when production identifier is exited.
  2379. func (s *BaseCobol85Listener) ExitIdentifier(ctx *IdentifierContext) {}
  2380. // EnterTableCall is called when production tableCall is entered.
  2381. func (s *BaseCobol85Listener) EnterTableCall(ctx *TableCallContext) {}
  2382. // ExitTableCall is called when production tableCall is exited.
  2383. func (s *BaseCobol85Listener) ExitTableCall(ctx *TableCallContext) {}
  2384. // EnterFunctionCall is called when production functionCall is entered.
  2385. func (s *BaseCobol85Listener) EnterFunctionCall(ctx *FunctionCallContext) {}
  2386. // ExitFunctionCall is called when production functionCall is exited.
  2387. func (s *BaseCobol85Listener) ExitFunctionCall(ctx *FunctionCallContext) {}
  2388. // EnterReferenceModifier is called when production referenceModifier is entered.
  2389. func (s *BaseCobol85Listener) EnterReferenceModifier(ctx *ReferenceModifierContext) {}
  2390. // ExitReferenceModifier is called when production referenceModifier is exited.
  2391. func (s *BaseCobol85Listener) ExitReferenceModifier(ctx *ReferenceModifierContext) {}
  2392. // EnterCharacterPosition is called when production characterPosition is entered.
  2393. func (s *BaseCobol85Listener) EnterCharacterPosition(ctx *CharacterPositionContext) {}
  2394. // ExitCharacterPosition is called when production characterPosition is exited.
  2395. func (s *BaseCobol85Listener) ExitCharacterPosition(ctx *CharacterPositionContext) {}
  2396. // EnterLength is called when production length is entered.
  2397. func (s *BaseCobol85Listener) EnterLength(ctx *LengthContext) {}
  2398. // ExitLength is called when production length is exited.
  2399. func (s *BaseCobol85Listener) ExitLength(ctx *LengthContext) {}
  2400. // EnterSubscript is called when production subscript is entered.
  2401. func (s *BaseCobol85Listener) EnterSubscript(ctx *SubscriptContext) {}
  2402. // ExitSubscript is called when production subscript is exited.
  2403. func (s *BaseCobol85Listener) ExitSubscript(ctx *SubscriptContext) {}
  2404. // EnterArgument is called when production argument is entered.
  2405. func (s *BaseCobol85Listener) EnterArgument(ctx *ArgumentContext) {}
  2406. // ExitArgument is called when production argument is exited.
  2407. func (s *BaseCobol85Listener) ExitArgument(ctx *ArgumentContext) {}
  2408. // EnterQualifiedDataName is called when production qualifiedDataName is entered.
  2409. func (s *BaseCobol85Listener) EnterQualifiedDataName(ctx *QualifiedDataNameContext) {}
  2410. // ExitQualifiedDataName is called when production qualifiedDataName is exited.
  2411. func (s *BaseCobol85Listener) ExitQualifiedDataName(ctx *QualifiedDataNameContext) {}
  2412. // EnterQualifiedDataNameFormat1 is called when production qualifiedDataNameFormat1 is entered.
  2413. func (s *BaseCobol85Listener) EnterQualifiedDataNameFormat1(ctx *QualifiedDataNameFormat1Context) {}
  2414. // ExitQualifiedDataNameFormat1 is called when production qualifiedDataNameFormat1 is exited.
  2415. func (s *BaseCobol85Listener) ExitQualifiedDataNameFormat1(ctx *QualifiedDataNameFormat1Context) {}
  2416. // EnterQualifiedDataNameFormat2 is called when production qualifiedDataNameFormat2 is entered.
  2417. func (s *BaseCobol85Listener) EnterQualifiedDataNameFormat2(ctx *QualifiedDataNameFormat2Context) {}
  2418. // ExitQualifiedDataNameFormat2 is called when production qualifiedDataNameFormat2 is exited.
  2419. func (s *BaseCobol85Listener) ExitQualifiedDataNameFormat2(ctx *QualifiedDataNameFormat2Context) {}
  2420. // EnterQualifiedDataNameFormat3 is called when production qualifiedDataNameFormat3 is entered.
  2421. func (s *BaseCobol85Listener) EnterQualifiedDataNameFormat3(ctx *QualifiedDataNameFormat3Context) {}
  2422. // ExitQualifiedDataNameFormat3 is called when production qualifiedDataNameFormat3 is exited.
  2423. func (s *BaseCobol85Listener) ExitQualifiedDataNameFormat3(ctx *QualifiedDataNameFormat3Context) {}
  2424. // EnterQualifiedDataNameFormat4 is called when production qualifiedDataNameFormat4 is entered.
  2425. func (s *BaseCobol85Listener) EnterQualifiedDataNameFormat4(ctx *QualifiedDataNameFormat4Context) {}
  2426. // ExitQualifiedDataNameFormat4 is called when production qualifiedDataNameFormat4 is exited.
  2427. func (s *BaseCobol85Listener) ExitQualifiedDataNameFormat4(ctx *QualifiedDataNameFormat4Context) {}
  2428. // EnterQualifiedInData is called when production qualifiedInData is entered.
  2429. func (s *BaseCobol85Listener) EnterQualifiedInData(ctx *QualifiedInDataContext) {}
  2430. // ExitQualifiedInData is called when production qualifiedInData is exited.
  2431. func (s *BaseCobol85Listener) ExitQualifiedInData(ctx *QualifiedInDataContext) {}
  2432. // EnterInData is called when production inData is entered.
  2433. func (s *BaseCobol85Listener) EnterInData(ctx *InDataContext) {}
  2434. // ExitInData is called when production inData is exited.
  2435. func (s *BaseCobol85Listener) ExitInData(ctx *InDataContext) {}
  2436. // EnterInFile is called when production inFile is entered.
  2437. func (s *BaseCobol85Listener) EnterInFile(ctx *InFileContext) {}
  2438. // ExitInFile is called when production inFile is exited.
  2439. func (s *BaseCobol85Listener) ExitInFile(ctx *InFileContext) {}
  2440. // EnterInMnemonic is called when production inMnemonic is entered.
  2441. func (s *BaseCobol85Listener) EnterInMnemonic(ctx *InMnemonicContext) {}
  2442. // ExitInMnemonic is called when production inMnemonic is exited.
  2443. func (s *BaseCobol85Listener) ExitInMnemonic(ctx *InMnemonicContext) {}
  2444. // EnterInSection is called when production inSection is entered.
  2445. func (s *BaseCobol85Listener) EnterInSection(ctx *InSectionContext) {}
  2446. // ExitInSection is called when production inSection is exited.
  2447. func (s *BaseCobol85Listener) ExitInSection(ctx *InSectionContext) {}
  2448. // EnterInLibrary is called when production inLibrary is entered.
  2449. func (s *BaseCobol85Listener) EnterInLibrary(ctx *InLibraryContext) {}
  2450. // ExitInLibrary is called when production inLibrary is exited.
  2451. func (s *BaseCobol85Listener) ExitInLibrary(ctx *InLibraryContext) {}
  2452. // EnterInTable is called when production inTable is entered.
  2453. func (s *BaseCobol85Listener) EnterInTable(ctx *InTableContext) {}
  2454. // ExitInTable is called when production inTable is exited.
  2455. func (s *BaseCobol85Listener) ExitInTable(ctx *InTableContext) {}
  2456. // EnterAlphabetName is called when production alphabetName is entered.
  2457. func (s *BaseCobol85Listener) EnterAlphabetName(ctx *AlphabetNameContext) {}
  2458. // ExitAlphabetName is called when production alphabetName is exited.
  2459. func (s *BaseCobol85Listener) ExitAlphabetName(ctx *AlphabetNameContext) {}
  2460. // EnterAssignmentName is called when production assignmentName is entered.
  2461. func (s *BaseCobol85Listener) EnterAssignmentName(ctx *AssignmentNameContext) {}
  2462. // ExitAssignmentName is called when production assignmentName is exited.
  2463. func (s *BaseCobol85Listener) ExitAssignmentName(ctx *AssignmentNameContext) {}
  2464. // EnterBasisName is called when production basisName is entered.
  2465. func (s *BaseCobol85Listener) EnterBasisName(ctx *BasisNameContext) {}
  2466. // ExitBasisName is called when production basisName is exited.
  2467. func (s *BaseCobol85Listener) ExitBasisName(ctx *BasisNameContext) {}
  2468. // EnterCdName is called when production cdName is entered.
  2469. func (s *BaseCobol85Listener) EnterCdName(ctx *CdNameContext) {}
  2470. // ExitCdName is called when production cdName is exited.
  2471. func (s *BaseCobol85Listener) ExitCdName(ctx *CdNameContext) {}
  2472. // EnterClassName is called when production className is entered.
  2473. func (s *BaseCobol85Listener) EnterClassName(ctx *ClassNameContext) {}
  2474. // ExitClassName is called when production className is exited.
  2475. func (s *BaseCobol85Listener) ExitClassName(ctx *ClassNameContext) {}
  2476. // EnterComputerName is called when production computerName is entered.
  2477. func (s *BaseCobol85Listener) EnterComputerName(ctx *ComputerNameContext) {}
  2478. // ExitComputerName is called when production computerName is exited.
  2479. func (s *BaseCobol85Listener) ExitComputerName(ctx *ComputerNameContext) {}
  2480. // EnterConditionName is called when production conditionName is entered.
  2481. func (s *BaseCobol85Listener) EnterConditionName(ctx *ConditionNameContext) {}
  2482. // ExitConditionName is called when production conditionName is exited.
  2483. func (s *BaseCobol85Listener) ExitConditionName(ctx *ConditionNameContext) {}
  2484. // EnterDataName is called when production dataName is entered.
  2485. func (s *BaseCobol85Listener) EnterDataName(ctx *DataNameContext) {}
  2486. // ExitDataName is called when production dataName is exited.
  2487. func (s *BaseCobol85Listener) ExitDataName(ctx *DataNameContext) {}
  2488. // EnterDataDescName is called when production dataDescName is entered.
  2489. func (s *BaseCobol85Listener) EnterDataDescName(ctx *DataDescNameContext) {}
  2490. // ExitDataDescName is called when production dataDescName is exited.
  2491. func (s *BaseCobol85Listener) ExitDataDescName(ctx *DataDescNameContext) {}
  2492. // EnterEnvironmentName is called when production environmentName is entered.
  2493. func (s *BaseCobol85Listener) EnterEnvironmentName(ctx *EnvironmentNameContext) {}
  2494. // ExitEnvironmentName is called when production environmentName is exited.
  2495. func (s *BaseCobol85Listener) ExitEnvironmentName(ctx *EnvironmentNameContext) {}
  2496. // EnterFileName is called when production fileName is entered.
  2497. func (s *BaseCobol85Listener) EnterFileName(ctx *FileNameContext) {}
  2498. // ExitFileName is called when production fileName is exited.
  2499. func (s *BaseCobol85Listener) ExitFileName(ctx *FileNameContext) {}
  2500. // EnterFunctionName is called when production functionName is entered.
  2501. func (s *BaseCobol85Listener) EnterFunctionName(ctx *FunctionNameContext) {}
  2502. // ExitFunctionName is called when production functionName is exited.
  2503. func (s *BaseCobol85Listener) ExitFunctionName(ctx *FunctionNameContext) {}
  2504. // EnterIndexName is called when production indexName is entered.
  2505. func (s *BaseCobol85Listener) EnterIndexName(ctx *IndexNameContext) {}
  2506. // ExitIndexName is called when production indexName is exited.
  2507. func (s *BaseCobol85Listener) ExitIndexName(ctx *IndexNameContext) {}
  2508. // EnterLanguageName is called when production languageName is entered.
  2509. func (s *BaseCobol85Listener) EnterLanguageName(ctx *LanguageNameContext) {}
  2510. // ExitLanguageName is called when production languageName is exited.
  2511. func (s *BaseCobol85Listener) ExitLanguageName(ctx *LanguageNameContext) {}
  2512. // EnterLibraryName is called when production libraryName is entered.
  2513. func (s *BaseCobol85Listener) EnterLibraryName(ctx *LibraryNameContext) {}
  2514. // ExitLibraryName is called when production libraryName is exited.
  2515. func (s *BaseCobol85Listener) ExitLibraryName(ctx *LibraryNameContext) {}
  2516. // EnterLocalName is called when production localName is entered.
  2517. func (s *BaseCobol85Listener) EnterLocalName(ctx *LocalNameContext) {}
  2518. // ExitLocalName is called when production localName is exited.
  2519. func (s *BaseCobol85Listener) ExitLocalName(ctx *LocalNameContext) {}
  2520. // EnterMnemonicName is called when production mnemonicName is entered.
  2521. func (s *BaseCobol85Listener) EnterMnemonicName(ctx *MnemonicNameContext) {}
  2522. // ExitMnemonicName is called when production mnemonicName is exited.
  2523. func (s *BaseCobol85Listener) ExitMnemonicName(ctx *MnemonicNameContext) {}
  2524. // EnterParagraphName is called when production paragraphName is entered.
  2525. func (s *BaseCobol85Listener) EnterParagraphName(ctx *ParagraphNameContext) {}
  2526. // ExitParagraphName is called when production paragraphName is exited.
  2527. func (s *BaseCobol85Listener) ExitParagraphName(ctx *ParagraphNameContext) {}
  2528. // EnterProcedureName is called when production procedureName is entered.
  2529. func (s *BaseCobol85Listener) EnterProcedureName(ctx *ProcedureNameContext) {}
  2530. // ExitProcedureName is called when production procedureName is exited.
  2531. func (s *BaseCobol85Listener) ExitProcedureName(ctx *ProcedureNameContext) {}
  2532. // EnterProgramName is called when production programName is entered.
  2533. func (s *BaseCobol85Listener) EnterProgramName(ctx *ProgramNameContext) {}
  2534. // ExitProgramName is called when production programName is exited.
  2535. func (s *BaseCobol85Listener) ExitProgramName(ctx *ProgramNameContext) {}
  2536. // EnterRecordName is called when production recordName is entered.
  2537. func (s *BaseCobol85Listener) EnterRecordName(ctx *RecordNameContext) {}
  2538. // ExitRecordName is called when production recordName is exited.
  2539. func (s *BaseCobol85Listener) ExitRecordName(ctx *RecordNameContext) {}
  2540. // EnterReportName is called when production reportName is entered.
  2541. func (s *BaseCobol85Listener) EnterReportName(ctx *ReportNameContext) {}
  2542. // ExitReportName is called when production reportName is exited.
  2543. func (s *BaseCobol85Listener) ExitReportName(ctx *ReportNameContext) {}
  2544. // EnterRoutineName is called when production routineName is entered.
  2545. func (s *BaseCobol85Listener) EnterRoutineName(ctx *RoutineNameContext) {}
  2546. // ExitRoutineName is called when production routineName is exited.
  2547. func (s *BaseCobol85Listener) ExitRoutineName(ctx *RoutineNameContext) {}
  2548. // EnterScreenName is called when production screenName is entered.
  2549. func (s *BaseCobol85Listener) EnterScreenName(ctx *ScreenNameContext) {}
  2550. // ExitScreenName is called when production screenName is exited.
  2551. func (s *BaseCobol85Listener) ExitScreenName(ctx *ScreenNameContext) {}
  2552. // EnterSectionName is called when production sectionName is entered.
  2553. func (s *BaseCobol85Listener) EnterSectionName(ctx *SectionNameContext) {}
  2554. // ExitSectionName is called when production sectionName is exited.
  2555. func (s *BaseCobol85Listener) ExitSectionName(ctx *SectionNameContext) {}
  2556. // EnterSystemName is called when production systemName is entered.
  2557. func (s *BaseCobol85Listener) EnterSystemName(ctx *SystemNameContext) {}
  2558. // ExitSystemName is called when production systemName is exited.
  2559. func (s *BaseCobol85Listener) ExitSystemName(ctx *SystemNameContext) {}
  2560. // EnterSymbolicCharacter is called when production symbolicCharacter is entered.
  2561. func (s *BaseCobol85Listener) EnterSymbolicCharacter(ctx *SymbolicCharacterContext) {}
  2562. // ExitSymbolicCharacter is called when production symbolicCharacter is exited.
  2563. func (s *BaseCobol85Listener) ExitSymbolicCharacter(ctx *SymbolicCharacterContext) {}
  2564. // EnterTextName is called when production textName is entered.
  2565. func (s *BaseCobol85Listener) EnterTextName(ctx *TextNameContext) {}
  2566. // ExitTextName is called when production textName is exited.
  2567. func (s *BaseCobol85Listener) ExitTextName(ctx *TextNameContext) {}
  2568. // EnterCobolWord is called when production cobolWord is entered.
  2569. func (s *BaseCobol85Listener) EnterCobolWord(ctx *CobolWordContext) {}
  2570. // ExitCobolWord is called when production cobolWord is exited.
  2571. func (s *BaseCobol85Listener) ExitCobolWord(ctx *CobolWordContext) {}
  2572. // EnterLiteral is called when production literal is entered.
  2573. func (s *BaseCobol85Listener) EnterLiteral(ctx *LiteralContext) {}
  2574. // ExitLiteral is called when production literal is exited.
  2575. func (s *BaseCobol85Listener) ExitLiteral(ctx *LiteralContext) {}
  2576. // EnterBooleanLiteral is called when production booleanLiteral is entered.
  2577. func (s *BaseCobol85Listener) EnterBooleanLiteral(ctx *BooleanLiteralContext) {}
  2578. // ExitBooleanLiteral is called when production booleanLiteral is exited.
  2579. func (s *BaseCobol85Listener) ExitBooleanLiteral(ctx *BooleanLiteralContext) {}
  2580. // EnterNumericLiteral is called when production numericLiteral is entered.
  2581. func (s *BaseCobol85Listener) EnterNumericLiteral(ctx *NumericLiteralContext) {}
  2582. // ExitNumericLiteral is called when production numericLiteral is exited.
  2583. func (s *BaseCobol85Listener) ExitNumericLiteral(ctx *NumericLiteralContext) {}
  2584. // EnterIntegerLiteral is called when production integerLiteral is entered.
  2585. func (s *BaseCobol85Listener) EnterIntegerLiteral(ctx *IntegerLiteralContext) {}
  2586. // ExitIntegerLiteral is called when production integerLiteral is exited.
  2587. func (s *BaseCobol85Listener) ExitIntegerLiteral(ctx *IntegerLiteralContext) {}
  2588. // EnterCicsDfhRespLiteral is called when production cicsDfhRespLiteral is entered.
  2589. func (s *BaseCobol85Listener) EnterCicsDfhRespLiteral(ctx *CicsDfhRespLiteralContext) {}
  2590. // ExitCicsDfhRespLiteral is called when production cicsDfhRespLiteral is exited.
  2591. func (s *BaseCobol85Listener) ExitCicsDfhRespLiteral(ctx *CicsDfhRespLiteralContext) {}
  2592. // EnterCicsDfhValueLiteral is called when production cicsDfhValueLiteral is entered.
  2593. func (s *BaseCobol85Listener) EnterCicsDfhValueLiteral(ctx *CicsDfhValueLiteralContext) {}
  2594. // ExitCicsDfhValueLiteral is called when production cicsDfhValueLiteral is exited.
  2595. func (s *BaseCobol85Listener) ExitCicsDfhValueLiteral(ctx *CicsDfhValueLiteralContext) {}
  2596. // EnterFigurativeConstant is called when production figurativeConstant is entered.
  2597. func (s *BaseCobol85Listener) EnterFigurativeConstant(ctx *FigurativeConstantContext) {}
  2598. // ExitFigurativeConstant is called when production figurativeConstant is exited.
  2599. func (s *BaseCobol85Listener) ExitFigurativeConstant(ctx *FigurativeConstantContext) {}
  2600. // EnterSpecialRegister is called when production specialRegister is entered.
  2601. func (s *BaseCobol85Listener) EnterSpecialRegister(ctx *SpecialRegisterContext) {}
  2602. // ExitSpecialRegister is called when production specialRegister is exited.
  2603. func (s *BaseCobol85Listener) ExitSpecialRegister(ctx *SpecialRegisterContext) {}
  2604. // EnterCommentEntry is called when production commentEntry is entered.
  2605. func (s *BaseCobol85Listener) EnterCommentEntry(ctx *CommentEntryContext) {}
  2606. // ExitCommentEntry is called when production commentEntry is exited.
  2607. func (s *BaseCobol85Listener) ExitCommentEntry(ctx *CommentEntryContext) {}