/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

Large files are truncated click here to view the full 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 screenDescr…