/cobol85/cobol85_listener.go

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