/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
Large files are truncated click here to view the full file
- // Code generated from Cobol85.g4 by ANTLR 4.7.2. DO NOT EDIT.
- package cobol85 // Cobol85
- import "github.com/antlr/antlr4/runtime/Go/antlr"
- // Cobol85Listener is a complete listener for a parse tree produced by Cobol85Parser.
- type Cobol85Listener interface {
- antlr.ParseTreeListener
- // EnterStartRule is called when entering the startRule production.
- EnterStartRule(c *StartRuleContext)
- // EnterCompilationUnit is called when entering the compilationUnit production.
- EnterCompilationUnit(c *CompilationUnitContext)
- // EnterProgramUnit is called when entering the programUnit production.
- EnterProgramUnit(c *ProgramUnitContext)
- // EnterEndProgramStatement is called when entering the endProgramStatement production.
- EnterEndProgramStatement(c *EndProgramStatementContext)
- // EnterIdentificationDivision is called when entering the identificationDivision production.
- EnterIdentificationDivision(c *IdentificationDivisionContext)
- // EnterIdentificationDivisionBody is called when entering the identificationDivisionBody production.
- EnterIdentificationDivisionBody(c *IdentificationDivisionBodyContext)
- // EnterProgramIdParagraph is called when entering the programIdParagraph production.
- EnterProgramIdParagraph(c *ProgramIdParagraphContext)
- // EnterAuthorParagraph is called when entering the authorParagraph production.
- EnterAuthorParagraph(c *AuthorParagraphContext)
- // EnterInstallationParagraph is called when entering the installationParagraph production.
- EnterInstallationParagraph(c *InstallationParagraphContext)
- // EnterDateWrittenParagraph is called when entering the dateWrittenParagraph production.
- EnterDateWrittenParagraph(c *DateWrittenParagraphContext)
- // EnterDateCompiledParagraph is called when entering the dateCompiledParagraph production.
- EnterDateCompiledParagraph(c *DateCompiledParagraphContext)
- // EnterSecurityParagraph is called when entering the securityParagraph production.
- EnterSecurityParagraph(c *SecurityParagraphContext)
- // EnterRemarksParagraph is called when entering the remarksParagraph production.
- EnterRemarksParagraph(c *RemarksParagraphContext)
- // EnterEnvironmentDivision is called when entering the environmentDivision production.
- EnterEnvironmentDivision(c *EnvironmentDivisionContext)
- // EnterEnvironmentDivisionBody is called when entering the environmentDivisionBody production.
- EnterEnvironmentDivisionBody(c *EnvironmentDivisionBodyContext)
- // EnterConfigurationSection is called when entering the configurationSection production.
- EnterConfigurationSection(c *ConfigurationSectionContext)
- // EnterConfigurationSectionParagraph is called when entering the configurationSectionParagraph production.
- EnterConfigurationSectionParagraph(c *ConfigurationSectionParagraphContext)
- // EnterSourceComputerParagraph is called when entering the sourceComputerParagraph production.
- EnterSourceComputerParagraph(c *SourceComputerParagraphContext)
- // EnterObjectComputerParagraph is called when entering the objectComputerParagraph production.
- EnterObjectComputerParagraph(c *ObjectComputerParagraphContext)
- // EnterObjectComputerClause is called when entering the objectComputerClause production.
- EnterObjectComputerClause(c *ObjectComputerClauseContext)
- // EnterMemorySizeClause is called when entering the memorySizeClause production.
- EnterMemorySizeClause(c *MemorySizeClauseContext)
- // EnterDiskSizeClause is called when entering the diskSizeClause production.
- EnterDiskSizeClause(c *DiskSizeClauseContext)
- // EnterCollatingSequenceClause is called when entering the collatingSequenceClause production.
- EnterCollatingSequenceClause(c *CollatingSequenceClauseContext)
- // EnterCollatingSequenceClauseAlphanumeric is called when entering the collatingSequenceClauseAlphanumeric production.
- EnterCollatingSequenceClauseAlphanumeric(c *CollatingSequenceClauseAlphanumericContext)
- // EnterCollatingSequenceClauseNational is called when entering the collatingSequenceClauseNational production.
- EnterCollatingSequenceClauseNational(c *CollatingSequenceClauseNationalContext)
- // EnterSegmentLimitClause is called when entering the segmentLimitClause production.
- EnterSegmentLimitClause(c *SegmentLimitClauseContext)
- // EnterCharacterSetClause is called when entering the characterSetClause production.
- EnterCharacterSetClause(c *CharacterSetClauseContext)
- // EnterSpecialNamesParagraph is called when entering the specialNamesParagraph production.
- EnterSpecialNamesParagraph(c *SpecialNamesParagraphContext)
- // EnterSpecialNameClause is called when entering the specialNameClause production.
- EnterSpecialNameClause(c *SpecialNameClauseContext)
- // EnterAlphabetClause is called when entering the alphabetClause production.
- EnterAlphabetClause(c *AlphabetClauseContext)
- // EnterAlphabetClauseFormat1 is called when entering the alphabetClauseFormat1 production.
- EnterAlphabetClauseFormat1(c *AlphabetClauseFormat1Context)
- // EnterAlphabetLiterals is called when entering the alphabetLiterals production.
- EnterAlphabetLiterals(c *AlphabetLiteralsContext)
- // EnterAlphabetThrough is called when entering the alphabetThrough production.
- EnterAlphabetThrough(c *AlphabetThroughContext)
- // EnterAlphabetAlso is called when entering the alphabetAlso production.
- EnterAlphabetAlso(c *AlphabetAlsoContext)
- // EnterAlphabetClauseFormat2 is called when entering the alphabetClauseFormat2 production.
- EnterAlphabetClauseFormat2(c *AlphabetClauseFormat2Context)
- // EnterChannelClause is called when entering the channelClause production.
- EnterChannelClause(c *ChannelClauseContext)
- // EnterClassClause is called when entering the classClause production.
- EnterClassClause(c *ClassClauseContext)
- // EnterClassClauseThrough is called when entering the classClauseThrough production.
- EnterClassClauseThrough(c *ClassClauseThroughContext)
- // EnterClassClauseFrom is called when entering the classClauseFrom production.
- EnterClassClauseFrom(c *ClassClauseFromContext)
- // EnterClassClauseTo is called when entering the classClauseTo production.
- EnterClassClauseTo(c *ClassClauseToContext)
- // EnterCurrencySignClause is called when entering the currencySignClause production.
- EnterCurrencySignClause(c *CurrencySignClauseContext)
- // EnterDecimalPointClause is called when entering the decimalPointClause production.
- EnterDecimalPointClause(c *DecimalPointClauseContext)
- // EnterDefaultComputationalSignClause is called when entering the defaultComputationalSignClause production.
- EnterDefaultComputationalSignClause(c *DefaultComputationalSignClauseContext)
- // EnterDefaultDisplaySignClause is called when entering the defaultDisplaySignClause production.
- EnterDefaultDisplaySignClause(c *DefaultDisplaySignClauseContext)
- // EnterEnvironmentSwitchNameClause is called when entering the environmentSwitchNameClause production.
- EnterEnvironmentSwitchNameClause(c *EnvironmentSwitchNameClauseContext)
- // EnterEnvironmentSwitchNameSpecialNamesStatusPhrase is called when entering the environmentSwitchNameSpecialNamesStatusPhrase production.
- EnterEnvironmentSwitchNameSpecialNamesStatusPhrase(c *EnvironmentSwitchNameSpecialNamesStatusPhraseContext)
- // EnterOdtClause is called when entering the odtClause production.
- EnterOdtClause(c *OdtClauseContext)
- // EnterReserveNetworkClause is called when entering the reserveNetworkClause production.
- EnterReserveNetworkClause(c *ReserveNetworkClauseContext)
- // EnterSymbolicCharactersClause is called when entering the symbolicCharactersClause production.
- EnterSymbolicCharactersClause(c *SymbolicCharactersClauseContext)
- // EnterSymbolicCharacters is called when entering the symbolicCharacters production.
- EnterSymbolicCharacters(c *SymbolicCharactersContext)
- // EnterInputOutputSection is called when entering the inputOutputSection production.
- EnterInputOutputSection(c *InputOutputSectionContext)
- // EnterInputOutputSectionParagraph is called when entering the inputOutputSectionParagraph production.
- EnterInputOutputSectionParagraph(c *InputOutputSectionParagraphContext)
- // EnterFileControlParagraph is called when entering the fileControlParagraph production.
- EnterFileControlParagraph(c *FileControlParagraphContext)
- // EnterFileControlEntry is called when entering the fileControlEntry production.
- EnterFileControlEntry(c *FileControlEntryContext)
- // EnterSelectClause is called when entering the selectClause production.
- EnterSelectClause(c *SelectClauseContext)
- // EnterFileControlClause is called when entering the fileControlClause production.
- EnterFileControlClause(c *FileControlClauseContext)
- // EnterAssignClause is called when entering the assignClause production.
- EnterAssignClause(c *AssignClauseContext)
- // EnterReserveClause is called when entering the reserveClause production.
- EnterReserveClause(c *ReserveClauseContext)
- // EnterOrganizationClause is called when entering the organizationClause production.
- EnterOrganizationClause(c *OrganizationClauseContext)
- // EnterPaddingCharacterClause is called when entering the paddingCharacterClause production.
- EnterPaddingCharacterClause(c *PaddingCharacterClauseContext)
- // EnterRecordDelimiterClause is called when entering the recordDelimiterClause production.
- EnterRecordDelimiterClause(c *RecordDelimiterClauseContext)
- // EnterAccessModeClause is called when entering the accessModeClause production.
- EnterAccessModeClause(c *AccessModeClauseContext)
- // EnterRecordKeyClause is called when entering the recordKeyClause production.
- EnterRecordKeyClause(c *RecordKeyClauseContext)
- // EnterAlternateRecordKeyClause is called when entering the alternateRecordKeyClause production.
- EnterAlternateRecordKeyClause(c *AlternateRecordKeyClauseContext)
- // EnterPasswordClause is called when entering the passwordClause production.
- EnterPasswordClause(c *PasswordClauseContext)
- // EnterFileStatusClause is called when entering the fileStatusClause production.
- EnterFileStatusClause(c *FileStatusClauseContext)
- // EnterRelativeKeyClause is called when entering the relativeKeyClause production.
- EnterRelativeKeyClause(c *RelativeKeyClauseContext)
- // EnterIoControlParagraph is called when entering the ioControlParagraph production.
- EnterIoControlParagraph(c *IoControlParagraphContext)
- // EnterIoControlClause is called when entering the ioControlClause production.
- EnterIoControlClause(c *IoControlClauseContext)
- // EnterRerunClause is called when entering the rerunClause production.
- EnterRerunClause(c *RerunClauseContext)
- // EnterRerunEveryRecords is called when entering the rerunEveryRecords production.
- EnterRerunEveryRecords(c *RerunEveryRecordsContext)
- // EnterRerunEveryOf is called when entering the rerunEveryOf production.
- EnterRerunEveryOf(c *RerunEveryOfContext)
- // EnterRerunEveryClock is called when entering the rerunEveryClock production.
- EnterRerunEveryClock(c *RerunEveryClockContext)
- // EnterSameClause is called when entering the sameClause production.
- EnterSameClause(c *SameClauseContext)
- // EnterMultipleFileClause is called when entering the multipleFileClause production.
- EnterMultipleFileClause(c *MultipleFileClauseContext)
- // EnterMultipleFilePosition is called when entering the multipleFilePosition production.
- EnterMultipleFilePosition(c *MultipleFilePositionContext)
- // EnterCommitmentControlClause is called when entering the commitmentControlClause production.
- EnterCommitmentControlClause(c *CommitmentControlClauseContext)
- // EnterDataDivision is called when entering the dataDivision production.
- EnterDataDivision(c *DataDivisionContext)
- // EnterDataDivisionSection is called when entering the dataDivisionSection production.
- EnterDataDivisionSection(c *DataDivisionSectionContext)
- // EnterFileSection is called when entering the fileSection production.
- EnterFileSection(c *FileSectionContext)
- // EnterFileDescriptionEntry is called when entering the fileDescriptionEntry production.
- EnterFileDescriptionEntry(c *FileDescriptionEntryContext)
- // EnterFileDescriptionEntryClause is called when entering the fileDescriptionEntryClause production.
- EnterFileDescriptionEntryClause(c *FileDescriptionEntryClauseContext)
- // EnterExternalClause is called when entering the externalClause production.
- EnterExternalClause(c *ExternalClauseContext)
- // EnterGlobalClause is called when entering the globalClause production.
- EnterGlobalClause(c *GlobalClauseContext)
- // EnterBlockContainsClause is called when entering the blockContainsClause production.
- EnterBlockContainsClause(c *BlockContainsClauseContext)
- // EnterBlockContainsTo is called when entering the blockContainsTo production.
- EnterBlockContainsTo(c *BlockContainsToContext)
- // EnterRecordContainsClause is called when entering the recordContainsClause production.
- EnterRecordContainsClause(c *RecordContainsClauseContext)
- // EnterRecordContainsClauseFormat1 is called when entering the recordContainsClauseFormat1 production.
- EnterRecordContainsClauseFormat1(c *RecordContainsClauseFormat1Context)
- // EnterRecordContainsClauseFormat2 is called when entering the recordContainsClauseFormat2 production.
- EnterRecordContainsClauseFormat2(c *RecordContainsClauseFormat2Context)
- // EnterRecordContainsClauseFormat3 is called when entering the recordContainsClauseFormat3 production.
- EnterRecordContainsClauseFormat3(c *RecordContainsClauseFormat3Context)
- // EnterRecordContainsTo is called when entering the recordContainsTo production.
- EnterRecordContainsTo(c *RecordContainsToContext)
- // EnterLabelRecordsClause is called when entering the labelRecordsClause production.
- EnterLabelRecordsClause(c *LabelRecordsClauseContext)
- // EnterValueOfClause is called when entering the valueOfClause production.
- EnterValueOfClause(c *ValueOfClauseContext)
- // EnterValuePair is called when entering the valuePair production.
- EnterValuePair(c *ValuePairContext)
- // EnterDataRecordsClause is called when entering the dataRecordsClause production.
- EnterDataRecordsClause(c *DataRecordsClauseContext)
- // EnterLinageClause is called when entering the linageClause production.
- EnterLinageClause(c *LinageClauseContext)
- // EnterLinageAt is called when entering the linageAt production.
- EnterLinageAt(c *LinageAtContext)
- // EnterLinageFootingAt is called when entering the linageFootingAt production.
- EnterLinageFootingAt(c *LinageFootingAtContext)
- // EnterLinageLinesAtTop is called when entering the linageLinesAtTop production.
- EnterLinageLinesAtTop(c *LinageLinesAtTopContext)
- // EnterLinageLinesAtBottom is called when entering the linageLinesAtBottom production.
- EnterLinageLinesAtBottom(c *LinageLinesAtBottomContext)
- // EnterRecordingModeClause is called when entering the recordingModeClause production.
- EnterRecordingModeClause(c *RecordingModeClauseContext)
- // EnterModeStatement is called when entering the modeStatement production.
- EnterModeStatement(c *ModeStatementContext)
- // EnterCodeSetClause is called when entering the codeSetClause production.
- EnterCodeSetClause(c *CodeSetClauseContext)
- // EnterReportClause is called when entering the reportClause production.
- EnterReportClause(c *ReportClauseContext)
- // EnterDataBaseSection is called when entering the dataBaseSection production.
- EnterDataBaseSection(c *DataBaseSectionContext)
- // EnterDataBaseSectionEntry is called when entering the dataBaseSectionEntry production.
- EnterDataBaseSectionEntry(c *DataBaseSectionEntryContext)
- // EnterWorkingStorageSection is called when entering the workingStorageSection production.
- EnterWorkingStorageSection(c *WorkingStorageSectionContext)
- // EnterLinkageSection is called when entering the linkageSection production.
- EnterLinkageSection(c *LinkageSectionContext)
- // EnterCommunicationSection is called when entering the communicationSection production.
- EnterCommunicationSection(c *CommunicationSectionContext)
- // EnterCommunicationDescriptionEntry is called when entering the communicationDescriptionEntry production.
- EnterCommunicationDescriptionEntry(c *CommunicationDescriptionEntryContext)
- // EnterCommunicationDescriptionEntryFormat1 is called when entering the communicationDescriptionEntryFormat1 production.
- EnterCommunicationDescriptionEntryFormat1(c *CommunicationDescriptionEntryFormat1Context)
- // EnterCommunicationDescriptionEntryFormat2 is called when entering the communicationDescriptionEntryFormat2 production.
- EnterCommunicationDescriptionEntryFormat2(c *CommunicationDescriptionEntryFormat2Context)
- // EnterCommunicationDescriptionEntryFormat3 is called when entering the communicationDescriptionEntryFormat3 production.
- EnterCommunicationDescriptionEntryFormat3(c *CommunicationDescriptionEntryFormat3Context)
- // EnterDestinationCountClause is called when entering the destinationCountClause production.
- EnterDestinationCountClause(c *DestinationCountClauseContext)
- // EnterDestinationTableClause is called when entering the destinationTableClause production.
- EnterDestinationTableClause(c *DestinationTableClauseContext)
- // EnterEndKeyClause is called when entering the endKeyClause production.
- EnterEndKeyClause(c *EndKeyClauseContext)
- // EnterErrorKeyClause is called when entering the errorKeyClause production.
- EnterErrorKeyClause(c *ErrorKeyClauseContext)
- // EnterMessageCountClause is called when entering the messageCountClause production.
- EnterMessageCountClause(c *MessageCountClauseContext)
- // EnterMessageDateClause is called when entering the messageDateClause production.
- EnterMessageDateClause(c *MessageDateClauseContext)
- // EnterMessageTimeClause is called when entering the messageTimeClause production.
- EnterMessageTimeClause(c *MessageTimeClauseContext)
- // EnterStatusKeyClause is called when entering the statusKeyClause production.
- EnterStatusKeyClause(c *StatusKeyClauseContext)
- // EnterSymbolicDestinationClause is called when entering the symbolicDestinationClause production.
- EnterSymbolicDestinationClause(c *SymbolicDestinationClauseContext)
- // EnterSymbolicQueueClause is called when entering the symbolicQueueClause production.
- EnterSymbolicQueueClause(c *SymbolicQueueClauseContext)
- // EnterSymbolicSourceClause is called when entering the symbolicSourceClause production.
- EnterSymbolicSourceClause(c *SymbolicSourceClauseContext)
- // EnterSymbolicTerminalClause is called when entering the symbolicTerminalClause production.
- EnterSymbolicTerminalClause(c *SymbolicTerminalClauseContext)
- // EnterSymbolicSubQueueClause is called when entering the symbolicSubQueueClause production.
- EnterSymbolicSubQueueClause(c *SymbolicSubQueueClauseContext)
- // EnterTextLengthClause is called when entering the textLengthClause production.
- EnterTextLengthClause(c *TextLengthClauseContext)
- // EnterLocalStorageSection is called when entering the localStorageSection production.
- EnterLocalStorageSection(c *LocalStorageSectionContext)
- // EnterScreenSection is called when entering the screenSection production.
- EnterScreenSection(c *ScreenSectionContext)
- // EnterScreenDescriptionEntry is called when entering the screenDescriptionEntry production.
- EnterScreenDescriptionEntry(c *ScreenDescriptionEntryContext)
- // EnterScreenDescriptionBlankClause is called when entering the screenDescriptionBlankClause production.
- EnterScreenDescriptionBlankClause(c *ScreenDescriptionBlankClauseContext)
- // EnterScreenDescriptionBellClause is called when entering the screenDescriptionBellClause production.
- EnterScreenDescriptionBellClause(c *ScreenDescriptionBellClauseContext)
- // EnterScreenDescriptionBlinkClause is called when entering the screenDescriptionBlinkClause production.
- EnterScreenDescriptionBlinkClause(c *ScreenDescriptionBlinkClauseContext)
- // EnterScreenDescriptionEraseClause is called when entering the screenDescriptionEraseClause production.
- EnterScreenDescriptionEraseClause(c *ScreenDescriptionEraseClauseContext)
- // EnterScreenDescriptionLightClause is called when entering the screenDescriptionLightClause production.
- EnterScreenDescriptionLightClause(c *ScreenDescriptionLightClauseContext)
- // EnterScreenDescriptionGridClause is called when entering the screenDescriptionGridClause production.
- EnterScreenDescriptionGridClause(c *ScreenDescriptionGridClauseContext)
- // EnterScreenDescriptionReverseVideoClause is called when entering the screenDescriptionReverseVideoClause production.
- EnterScreenDescriptionReverseVideoClause(c *ScreenDescriptionReverseVideoClauseContext)
- // EnterScreenDescriptionUnderlineClause is called when entering the screenDescriptionUnderlineClause production.
- EnterScreenDescriptionUnderlineClause(c *ScreenDescriptionUnderlineClauseContext)
- // EnterScreenDescriptionSizeClause is called when entering the screenDescriptionSizeClause production.
- EnterScreenDescriptionSizeClause(c *ScreenDescriptionSizeClauseContext)
- // EnterScreenDescriptionLineClause is called when entering the screenDescriptionLineClause production.
- EnterScreenDescriptionLineClause(c *ScreenDescriptionLineClauseContext)
- // EnterScreenDescriptionColumnClause is called when entering the screenDescriptionColumnClause production.
- EnterScreenDescriptionColumnClause(c *ScreenDescriptionColumnClauseContext)
- // EnterScreenDescriptionForegroundColorClause is called when entering the screenDescriptionForegroundColorClause production.
- EnterScreenDescriptionForegroundColorClause(c *ScreenDescriptionForegroundColorClauseContext)
- // EnterScreenDescriptionBackgroundColorClause is called when entering the screenDescriptionBackgroundColorClause production.
- EnterScreenDescriptionBackgroundColorClause(c *ScreenDescriptionBackgroundColorClauseContext)
- // EnterScreenDescriptionControlClause is called when entering the screenDescriptionControlClause production.
- EnterScreenDescriptionControlClause(c *ScreenDescriptionControlClauseContext)
- // EnterScreenDescriptionValueClause is called when entering the screenDescriptionValueClause production.
- EnterScreenDescriptionValueClause(c *ScreenDescriptionValueClauseContext)
- // EnterScreenDescriptionPictureClause is called when entering the screenDescriptionPictureClause production.
- EnterScreenDescriptionPictureClause(c *ScreenDescriptionPictureClauseContext)
- // EnterScreenDescriptionFromClause is called when entering the screenDescriptionFromClause production.
- EnterScreenDescriptionFromClause(c *ScreenDescriptionFromClauseContext)
- // EnterScreenDescriptionToClause is called when entering the screenDescriptionToClause production.
- EnterScreenDescriptionToClause(c *ScreenDescriptionToClauseContext)
- // EnterScreenDescriptionUsingClause is called when entering the screenDescriptionUsingClause production.
- EnterScreenDescriptionUsingClause(c *ScreenDescriptionUsingClauseContext)
- // EnterScreenDescriptionUsageClause is called when entering the screenDescriptionUsageClause production.
- EnterScreenDescriptionUsageClause(c *ScreenDescriptionUsageClauseContext)
- // EnterScreenDescriptionBlankWhenZeroClause is called when entering the screenDescriptionBlankWhenZeroClause production.
- EnterScreenDescriptionBlankWhenZeroClause(c *ScreenDescriptionBlankWhenZeroClauseContext)
- // EnterScreenDescriptionJustifiedClause is called when entering the screenDescriptionJustifiedClause production.
- EnterScreenDescriptionJustifiedClause(c *ScreenDescriptionJustifiedClauseContext)
- // EnterScreenDescriptionSignClause is called when entering the screenDescriptionSignClause production.
- EnterScreenDescriptionSignClause(c *ScreenDescriptionSignClauseContext)
- // EnterScreenDescriptionAutoClause is called when entering the screenDescriptionAutoClause production.
- EnterScreenDescriptionAutoClause(c *ScreenDescriptionAutoClauseContext)
- // EnterScreenDescriptionSecureClause is called when entering the screenDescriptionSecureClause production.
- EnterScreenDescriptionSecureClause(c *ScreenDescriptionSecureClauseContext)
- // EnterScreenDescriptionRequiredClause is called when entering the screenDescriptionRequiredClause production.
- EnterScreenDescriptionRequiredClause(c *ScreenDescriptionRequiredClauseContext)
- // EnterScreenDescriptionPromptClause is called when entering the screenDescriptionPromptClause production.
- EnterScreenDescriptionPromptClause(c *ScreenDescriptionPromptClauseContext)
- // EnterScreenDescriptionPromptOccursClause is called when entering the screenDescriptionPromptOccursClause production.
- EnterScreenDescriptionPromptOccursClause(c *ScreenDescriptionPromptOccursClauseContext)
- // EnterScreenDescriptionFullClause is called when entering the screenDescriptionFullClause production.
- EnterScreenDescriptionFullClause(c *ScreenDescriptionFullClauseContext)
- // EnterScreenDescriptionZeroFillClause is called when entering the screenDescriptionZeroFillClause production.
- EnterScreenDescriptionZeroFillClause(c *ScreenDescriptionZeroFillClauseContext)
- // EnterReportSection is called when entering the reportSection production.
- EnterReportSection(c *ReportSectionContext)
- // EnterReportDescription is called when entering the reportDescription production.
- EnterReportDescription(c *ReportDescriptionContext)
- // EnterReportDescriptionEntry is called when entering the reportDescriptionEntry production.
- EnterReportDescriptionEntry(c *ReportDescriptionEntryContext)
- // EnterReportDescriptionGlobalClause is called when entering the reportDescriptionGlobalClause production.
- EnterReportDescriptionGlobalClause(c *ReportDescriptionGlobalClauseContext)
- // EnterReportDescriptionPageLimitClause is called when entering the reportDescriptionPageLimitClause production.
- EnterReportDescriptionPageLimitClause(c *ReportDescriptionPageLimitClauseContext)
- // EnterReportDescriptionHeadingClause is called when entering the reportDescriptionHeadingClause production.
- EnterReportDescriptionHeadingClause(c *ReportDescriptionHeadingClauseContext)
- // EnterReportDescriptionFirstDetailClause is called when entering the reportDescriptionFirstDetailClause production.
- EnterReportDescriptionFirstDetailClause(c *ReportDescriptionFirstDetailClauseContext)
- // EnterReportDescriptionLastDetailClause is called when entering the reportDescriptionLastDetailClause production.
- EnterReportDescriptionLastDetailClause(c *ReportDescriptionLastDetailClauseContext)
- // EnterReportDescriptionFootingClause is called when entering the reportDescriptionFootingClause production.
- EnterReportDescriptionFootingClause(c *ReportDescriptionFootingClauseContext)
- // EnterReportGroupDescriptionEntry is called when entering the reportGroupDescriptionEntry production.
- EnterReportGroupDescriptionEntry(c *ReportGroupDescriptionEntryContext)
- // EnterReportGroupDescriptionEntryFormat1 is called when entering the reportGroupDescriptionEntryFormat1 production.
- EnterReportGroupDescriptionEntryFormat1(c *ReportGroupDescriptionEntryFormat1Context)
- // EnterReportGroupDescriptionEntryFormat2 is called when entering the reportGroupDescriptionEntryFormat2 production.
- EnterReportGroupDescriptionEntryFormat2(c *ReportGroupDescriptionEntryFormat2Context)
- // EnterReportGroupDescriptionEntryFormat3 is called when entering the reportGroupDescriptionEntryFormat3 production.
- EnterReportGroupDescriptionEntryFormat3(c *ReportGroupDescriptionEntryFormat3Context)
- // EnterReportGroupBlankWhenZeroClause is called when entering the reportGroupBlankWhenZeroClause production.
- EnterReportGroupBlankWhenZeroClause(c *ReportGroupBlankWhenZeroClauseContext)
- // EnterReportGroupColumnNumberClause is called when entering the reportGroupColumnNumberClause production.
- EnterReportGroupColumnNumberClause(c *ReportGroupColumnNumberClauseContext)
- // EnterReportGroupIndicateClause is called when entering the reportGroupIndicateClause production.
- EnterReportGroupIndicateClause(c *ReportGroupIndicateClauseContext)
- // EnterReportGroupJustifiedClause is called when entering the reportGroupJustifiedClause production.
- EnterReportGroupJustifiedClause(c *ReportGroupJustifiedClauseContext)
- // EnterReportGroupLineNumberClause is called when entering the reportGroupLineNumberClause production.
- EnterReportGroupLineNumberClause(c *ReportGroupLineNumberClauseContext)
- // EnterReportGroupLineNumberNextPage is called when entering the reportGroupLineNumberNextPage production.
- EnterReportGroupLineNumberNextPage(c *ReportGroupLineNumberNextPageContext)
- // EnterReportGroupLineNumberPlus is called when entering the reportGroupLineNumberPlus production.
- EnterReportGroupLineNumberPlus(c *ReportGroupLineNumberPlusContext)
- // EnterReportGroupNextGroupClause is called when entering the reportGroupNextGroupClause production.
- EnterReportGroupNextGroupClause(c *ReportGroupNextGroupClauseContext)
- // EnterReportGroupNextGroupPlus is called when entering the reportGroupNextGroupPlus production.
- EnterReportGroupNextGroupPlus(c *ReportGroupNextGroupPlusContext)
- // EnterReportGroupNextGroupNextPage is called when entering the reportGroupNextGroupNextPage production.
- EnterReportGroupNextGroupNextPage(c *ReportGroupNextGroupNextPageContext)
- // EnterReportGroupPictureClause is called when entering the reportGroupPictureClause production.
- EnterReportGroupPictureClause(c *ReportGroupPictureClauseContext)
- // EnterReportGroupResetClause is called when entering the reportGroupResetClause production.
- EnterReportGroupResetClause(c *ReportGroupResetClauseContext)
- // EnterReportGroupSignClause is called when entering the reportGroupSignClause production.
- EnterReportGroupSignClause(c *ReportGroupSignClauseContext)
- // EnterReportGroupSourceClause is called when entering the reportGroupSourceClause production.
- EnterReportGroupSourceClause(c *ReportGroupSourceClauseContext)
- // EnterReportGroupSumClause is called when entering the reportGroupSumClause production.
- EnterReportGroupSumClause(c *ReportGroupSumClauseContext)
- // EnterReportGroupTypeClause is called when entering the reportGroupTypeClause production.
- EnterReportGroupTypeClause(c *ReportGroupTypeClauseContext)
- // EnterReportGroupTypeReportHeading is called when entering the reportGroupTypeReportHeading production.
- EnterReportGroupTypeReportHeading(c *ReportGroupTypeReportHeadingContext)
- // EnterReportGroupTypePageHeading is called when entering the reportGroupTypePageHeading production.
- EnterReportGroupTypePageHeading(c *ReportGroupTypePageHeadingContext)
- // EnterReportGroupTypeControlHeading is called when entering the reportGroupTypeControlHeading production.
- EnterReportGroupTypeControlHeading(c *ReportGroupTypeControlHeadingContext)
- // EnterReportGroupTypeDetail is called when entering the reportGroupTypeDetail production.
- EnterReportGroupTypeDetail(c *ReportGroupTypeDetailContext)
- // EnterReportGroupTypeControlFooting is called when entering the reportGroupTypeControlFooting production.
- EnterReportGroupTypeControlFooting(c *ReportGroupTypeControlFootingContext)
- // EnterReportGroupUsageClause is called when entering the reportGroupUsageClause production.
- EnterReportGroupUsageClause(c *ReportGroupUsageClauseContext)
- // EnterReportGroupTypePageFooting is called when entering the reportGroupTypePageFooting production.
- EnterReportGroupTypePageFooting(c *ReportGroupTypePageFootingContext)
- // EnterReportGroupTypeReportFooting is called when entering the reportGroupTypeReportFooting production.
- EnterReportGroupTypeReportFooting(c *ReportGroupTypeReportFootingContext)
- // EnterReportGroupValueClause is called when entering the reportGroupValueClause production.
- EnterReportGroupValueClause(c *ReportGroupValueClauseContext)
- // EnterProgramLibrarySection is called when entering the programLibrarySection production.
- EnterProgramLibrarySection(c *ProgramLibrarySectionContext)
- // EnterLibraryDescriptionEntry is called when entering the libraryDescriptionEntry production.
- EnterLibraryDescriptionEntry(c *LibraryDescriptionEntryContext)
- // EnterLibraryDescriptionEntryFormat1 is called when entering the libraryDescriptionEntryFormat1 production.
- EnterLibraryDescriptionEntryFormat1(c *LibraryDescriptionEntryFormat1Context)
- // EnterLibraryDescriptionEntryFormat2 is called when entering the libraryDescriptionEntryFormat2 production.
- EnterLibraryDescriptionEntryFormat2(c *LibraryDescriptionEntryFormat2Context)
- // EnterLibraryAttributeClauseFormat1 is called when entering the libraryAttributeClauseFormat1 production.
- EnterLibraryAttributeClauseFormat1(c *LibraryAttributeClauseFormat1Context)
- // EnterLibraryAttributeClauseFormat2 is called when entering the libraryAttributeClauseFormat2 production.
- EnterLibraryAttributeClauseFormat2(c *LibraryAttributeClauseFormat2Context)
- // EnterLibraryAttributeFunction is called when entering the libraryAttributeFunction production.
- EnterLibraryAttributeFunction(c *LibraryAttributeFunctionContext)
- // EnterLibraryAttributeParameter is called when entering the libraryAttributeParameter production.
- EnterLibraryAttributeParameter(c *LibraryAttributeParameterContext)
- // EnterLibraryAttributeTitle is called when entering the libraryAttributeTitle production.
- EnterLibraryAttributeTitle(c *LibraryAttributeTitleContext)
- // EnterLibraryEntryProcedureClauseFormat1 is called when entering the libraryEntryProcedureClauseFormat1 production.
- EnterLibraryEntryProcedureClauseFormat1(c *LibraryEntryProcedureClauseFormat1Context)
- // EnterLibraryEntryProcedureClauseFormat2 is called when entering the libraryEntryProcedureClauseFormat2 production.
- EnterLibraryEntryProcedureClauseFormat2(c *LibraryEntryProcedureClauseFormat2Context)
- // EnterLibraryEntryProcedureForClause is called when entering the libraryEntryProcedureForClause production.
- EnterLibraryEntryProcedureForClause(c *LibraryEntryProcedureForClauseContext)
- // EnterLibraryEntryProcedureGivingClause is called when entering the libraryEntryProcedureGivingClause production.
- EnterLibraryEntryProcedureGivingClause(c *LibraryEntryProcedureGivingClauseContext)
- // EnterLibraryEntryProcedureUsingClause is called when entering the libraryEntryProcedureUsingClause production.
- EnterLibraryEntryProcedureUsingClause(c *LibraryEntryProcedureUsingClauseContext)
- // EnterLibraryEntryProcedureUsingName is called when entering the libraryEntryProcedureUsingName production.
- EnterLibraryEntryProcedureUsingName(c *LibraryEntryProcedureUsingNameContext)
- // EnterLibraryEntryProcedureWithClause is called when entering the libraryEntryProcedureWithClause production.
- EnterLibraryEntryProcedureWithClause(c *LibraryEntryProcedureWithClauseContext)
- // EnterLibraryEntryProcedureWithName is called when entering the libraryEntryProcedureWithName production.
- EnterLibraryEntryProcedureWithName(c *LibraryEntryProcedureWithNameContext)
- // EnterLibraryIsCommonClause is called when entering the libraryIsCommonClause production.
- EnterLibraryIsCommonClause(c *LibraryIsCommonClauseContext)
- // EnterLibraryIsGlobalClause is called when entering the libraryIsGlobalClause production.
- EnterLibraryIsGlobalClause(c *LibraryIsGlobalClauseContext)
- // EnterDataDescriptionEntry is called when entering the dataDescriptionEntry production.
- EnterDataDescriptionEntry(c *DataDescriptionEntryContext)
- // EnterDataDescriptionEntryFormat1 is called when entering the dataDescriptionEntryFormat1 production.
- EnterDataDescriptionEntryFormat1(c *DataDescriptionEntryFormat1Context)
- // EnterDataDescriptionEntryFormat2 is called when entering the dataDescriptionEntryFormat2 production.
- EnterDataDescriptionEntryFormat2(c *DataDescriptionEntryFormat2Context)
- // EnterDataDescriptionEntryFormat3 is called when entering the dataDescriptionEntryFormat3 production.
- EnterDataDescriptionEntryFormat3(c *DataDescriptionEntryFormat3Context)
- // EnterDataDescriptionEntryExecSql is called when entering the dataDescriptionEntryExecSql production.
- EnterDataDescriptionEntryExecSql(c *DataDescriptionEntryExecSqlContext)
- // EnterDataAlignedClause is called when entering the dataAlignedClause production.
- EnterDataAlignedClause(c *DataAlignedClauseContext)
- // EnterDataBlankWhenZeroClause is called when entering the dataBlankWhenZeroClause production.
- EnterDataBlankWhenZeroClause(c *DataBlankWhenZeroClauseContext)
- // EnterDataCommonOwnLocalClause is called when entering the dataCommonOwnLocalClause production.
- EnterDataCommonOwnLocalClause(c *DataCommonOwnLocalClauseContext)
- // EnterDataExternalClause is called when entering the dataExternalClause production.
- EnterDataExternalClause(c *DataExternalClauseContext)
- // EnterDataGlobalClause is called when entering the dataGlobalClause production.
- EnterDataGlobalClause(c *DataGlobalClauseContext)
- // EnterDataIntegerStringClause is called when entering the dataIntegerStringClause production.
- EnterDataIntegerStringClause(c *DataIntegerStringClauseContext)
- // EnterDataJustifiedClause is called when entering the dataJustifiedClause production.
- EnterDataJustifiedClause(c *DataJustifiedClauseContext)
- // EnterDataOccursClause is called when entering the dataOccursClause production.
- EnterDataOccursClause(c *DataOccursClauseContext)
- // EnterDataOccursTo is called when entering the dataOccursTo production.
- EnterDataOccursTo(c *DataOccursToContext)
- // EnterDataOccursSort is called when entering the dataOccursSort production.
- EnterDataOccursSort(c *DataOccursSortContext)
- // EnterDataPictureClause is called when entering the dataPictureClause production.
- EnterDataPictureClause(c *DataPictureClauseContext)
- // EnterPictureString is called when entering the pictureString production.
- EnterPictureString(c *PictureStringContext)
- // EnterPictureChars is called when entering the pictureChars production.
- EnterPictureChars(c *PictureCharsContext)
- // EnterPictureCardinality is called when entering the pictureCardinality production.
- EnterPictureCardinality(c *PictureCardinalityContext)
- // EnterDataReceivedByClause is called when entering the dataReceivedByClause production.
- EnterDataReceivedByClause(c *DataReceivedByClauseContext)
- // EnterDataRecordAreaClause is called when entering the dataRecordAreaClause production.
- EnterDataRecordAreaClause(c *DataRecordAreaClauseContext)
- // EnterDataRedefinesClause is called when entering the dataRedefinesClause production.
- EnterDataRedefinesClause(c *DataRedefinesClauseContext)
- // EnterDataRenamesClause is called when entering the dataRenamesClause production.
- EnterDataRenamesClause(c *DataRenamesClauseContext)
- // EnterDataSignClause is called when entering the dataSignClause production.
- EnterDataSignClause(c *DataSignClauseContext)
- // EnterDataSynchronizedClause is called when entering the dataSynchronizedClause production.
- EnterDataSynchronizedClause(c *DataSynchronizedClauseContext)
- // EnterDataThreadLocalClause is called when entering the dataThreadLocalClause production.
- EnterDataThreadLocalClause(c *DataThreadLocalClauseContext)
- // EnterDataTypeClause is called when entering the dataTypeClause production.
- EnterDataTypeClause(c *DataTypeClauseContext)
- // EnterDataTypeDefClause is called when entering the dataTypeDefClause production.
- EnterDataTypeDefClause(c *DataTypeDefClauseContext)
- // EnterDataUsageClause is called when entering the dataUsageClause production.
- EnterDataUsageClause(c *DataUsageClauseContext)
- // EnterDataUsingClause is called when entering the dataUsingClause production.
- EnterDataUsingClause(c *DataUsingClauseContext)
- // EnterDataValueClause is called when entering the dataValueClause production.
- EnterDataValueClause(c *DataValueClauseContext)
- // EnterDataValueInterval is called when entering the dataValueInterval production.
- EnterDataValueInterval(c *DataValueIntervalContext)
- // EnterDataValueIntervalFrom is called when entering the dataValueIntervalFrom production.
- EnterDataValueIntervalFrom(c *DataValueIntervalFromContext)
- // EnterDataValueIntervalTo is called when entering the dataValueIntervalTo production.
- EnterDataValueIntervalTo(c *DataValueIntervalToContext)
- // EnterDataWithLowerBoundsClause is called when entering the dataWithLowerBoundsClause production.
- EnterDataWithLowerBoundsClause(c *DataWithLowerBoundsClauseContext)
- // EnterProcedureDivision is called when entering the procedureDivision production.
- EnterProcedureDivision(c *ProcedureDivisionContext)
- // EnterProcedureDivisionUsingClause is called when entering the procedureDivisionUsingClause production.
- EnterProcedureDivisionUsingClause(c *ProcedureDivisionUsingClauseContext)
- // EnterProcedureDivisionGivingClause is called when entering the procedureDivisionGivingClause production.
- EnterProcedureDivisionGivingClause(c *ProcedureDivisionGivingClauseContext)
- // EnterProcedureDivisionUsingParameter is called when entering the procedureDivisionUsingParameter production.
- EnterProcedureDivisionUsingParameter(c *ProcedureDivisionUsingParameterContext)
- // EnterProcedureDivisionByReferencePhrase is called when entering the procedureDivisionByReferencePhrase production.
- EnterProcedureDivisionByReferencePhrase(c *ProcedureDivisionByReferencePhraseContext)
- // EnterProcedureDivisionByReference is called when entering the procedureDivisionByReference production.
- EnterProcedureDivisionByReference(c *ProcedureDivisionByReferenceContext)
- // EnterProcedureDivisionByValuePhrase is called when entering the procedureDivisionByValuePhrase production.
- EnterProcedureDivisionByValuePhrase(c *ProcedureDivisionByValuePhraseContext)
- // EnterProcedureDivisionByValue is called when entering the procedureDivisionByValue production.
- EnterProcedureDivisionByValue(c *ProcedureDivisionByValueContext)
- // EnterProcedureDeclaratives is called when entering the procedureDeclaratives production.
- EnterProcedureDeclaratives(c *ProcedureDeclarativesContext)
- // EnterProcedureDeclarative is called when entering the procedureDeclarative production.
- EnterProcedureDeclarative(c *ProcedureDeclarativeContext)
- // EnterProcedureSectionHeader is called when entering the procedureSectionHeader production.
- EnterProcedureSectionHeader(c *ProcedureSectionHeaderContext)
- // EnterProcedureDivisionBody is called when entering the procedureDivisionBody production.
- EnterProcedureDivisionBody(c *ProcedureDivisionBodyContext)
- // EnterProcedureSection is called when entering the procedureSection production.
- EnterProcedureSection(c *ProcedureSectionContext)
- // EnterParagraphs is called when entering the paragraphs production.
- EnterParagraphs(c *ParagraphsContext)
- // EnterParagraph is called when entering the paragraph production.
- EnterParagraph(c *ParagraphContext)
- // EnterSentence is called when entering the sentence production.
- EnterSentence(c *SentenceContext)
- // EnterStatement is called when entering the statement production.
- EnterStatement(c *StatementContext)
- // EnterAcceptStatement is called when entering the acceptStatement production.
- EnterAcceptStatement(c *AcceptStatementContext)
- // EnterAcceptFromDateStatement is called when entering the acceptFromDateStatement production.
- EnterAcceptFromDateStatement(c *AcceptFromDateStatementContext)
- // EnterAcceptFromMnemonicStatement is called when entering the acceptFromMnemonicStatement production.
- EnterAcceptFromMnemonicStatement(c *AcceptFromMnemonicStatementContext)
- // EnterAcceptFromEscapeKeyStatement is called when entering the acceptFromEscapeKeyStatement production.
- EnterAcceptFromEscapeKeyStatement(c *AcceptFromEscapeKeyStatementContext)
- // EnterAcceptMessageCountStatement is called when entering the acceptMessageCountStatement production.
- EnterAcceptMessageCountStatement(c *AcceptMessageCountStatementContext)
- // EnterAddStatement is called when entering the addStatement production.
- EnterAddStatement(c *AddStatementContext)
- // EnterAddToStatement is called when entering the addToStatement production.
- EnterAddToStatement(c *AddToStatementContext)
- // EnterAddToGivingStatement is called when entering the addToGivingStatement production.
- EnterAddToGivingStatement(c *AddToGivingStatementContext)
- // EnterAddCorrespondingStatement is called when entering the addCorrespondingStatement production.
- EnterAddCorrespondingStatement(c *AddCorrespondingStatementContext)
- // EnterAddFrom is called when entering the addFrom production.
- EnterAddFrom(c *AddFromContext)
- // EnterAddTo is called when entering the addTo production.
- EnterAddTo(c *AddToContext)
- // EnterAddToGiving is called when entering the addToGiving production.
- EnterAddToGiving(c *AddToGivingContext)
- // EnterAddGiving is called when entering the addGiving production.
- EnterAddGiving(c *AddGivingContext)
- // EnterAlteredGoTo is called when entering the alteredGoTo production.
- EnterAlteredGoTo(c *AlteredGoToContext)
- // EnterAlterStatement is called when entering the alterStatement production.
- EnterAlterStatement(c *AlterStatementContext)
- // EnterAlterProceedTo is called when entering the alterProceedTo production.
- EnterAlterProceedTo(c *AlterProceedToContext)
- // EnterCallStatement is called when entering the callStatement production.
- EnterCallStatement(c *CallStatementContext)
- // EnterCallUsingPhrase is called when entering the callUsingPhrase production.
- EnterCallUsingPhrase(c *CallUsingPhraseContext)
- // EnterCallUsingParameter is called when entering the callUsingParameter production.
- EnterCallUsingParameter(c *CallUsingParameterContext)
- // EnterCallByReferencePhrase is called when entering the callByReferencePhrase production.
- EnterCallByReferencePhrase(c *CallByReferencePhraseContext)
- // EnterCallByReference is called when entering the callByReference production.
- EnterCallByReference(c *CallByReferenceContext)
- // EnterCallByValuePhrase is called when entering the callByValuePhrase production.
- EnterCallByValuePhrase(c *CallByValuePhraseContext)
- // EnterCallByValue is called when entering the callByValue production.
- EnterCallByValue(c *CallByValueContext)
- // EnterCallByContentPhrase is called when entering the callByContentPhrase production.
- EnterCallByContentPhrase(c *CallByContentPhraseContext)
- // EnterCallByContent is called when entering the callByContent production.
- EnterCallByContent(c *CallByContentContext)
- // EnterCallGivingPhrase is called when entering the callGivingPhrase production.
- EnterCallGivingPhrase(c *CallGivingPhraseContext)
- // EnterCancelStatement is called when entering the cancelStatement production.
- EnterCancelStatement(c *CancelStatementContext)
- // EnterCancelCall is called when entering the cancelCall production.
- EnterCancelCall(c *CancelCallContext)
- // EnterCloseStatement is called when entering the closeStatement production.
- EnterCloseStatement(c *CloseStatementContext)
- // EnterCloseFile is called when entering the closeFile production.
- EnterCloseFile(c *CloseFileContext)
- // EnterCloseReelUnitStatement is called when entering the closeReelUnitStatement production.
- EnterCloseReelUnitStatement(c *CloseReelUnitStatementContext)
- // EnterCloseRelativeStatement is called when entering the closeRelativeStatement production.
- EnterCloseRelativeStatement(c *CloseRelativeStatementContext)
- // EnterClosePortFileIOStatement is called when entering the closePortFileIOStatement production.
- EnterClosePortFileIOStatement(c *ClosePortFileIOStatementContext)
- // EnterClosePortFileIOUsing is called when entering the closePortFileIOUsing production.
- EnterClosePortFileIOUsing(c *ClosePortFileIOUsingContext)
- // EnterClosePortFileIOUsingCloseDisposition is called when entering the closePortFileIOUsingCloseDisposition production.
- EnterClosePortFileIOUsingCloseDisposition(c *ClosePortFileIOUsingCloseDispositionContext)
- // EnterClosePortFileIOUsingAssociatedData is called when entering the closePortFileIOUsingAssociatedData production.
- EnterClosePortFileIOUsingAssociatedData(c *ClosePortFileIOUsingAssociatedDataContext)
- // EnterClosePortFileIOUsingAssociatedDataLength is called when entering the closePortFileIOUsingAssociatedDataLength production.
- EnterClosePortFileIOUsingAssociatedDataLength(c *ClosePortFileIOUsingAssociatedDataLengthContext)
- // EnterComputeStatement is called when entering the computeStatement production.
- EnterComputeStatement(c *ComputeStatementContext)
- // EnterComputeStore is called when entering the computeStore production.
- EnterComputeStore(c *ComputeStoreContext)
- // EnterContinueStatement is called when entering the continueStatement production.
- EnterContinueStatement(c *ContinueStatementContext)
- // EnterDeleteStatement is called when entering the deleteStatement production.
- EnterDeleteStatement(c *DeleteStatementContext)
- // EnterDisableStatement is called when entering the disableStatement production.
- EnterDisableStatement(c *DisableStatementContext)
- // EnterDisplayStatement is called when entering the displayStatement production.
- EnterDisplayStatement(c *DisplayStatementContext)
- // EnterDisplayOperand is called when entering the displayOperand production.
- EnterDisplayOperand(c *DisplayOperandContext)
- // EnterDisplayAt is called when entering the displayAt production.
- EnterDisplayAt(c *DisplayAtContext)
- // EnterDisplayUpon is called when entering the displayUpon production.
- EnterDisplayUpon(c *DisplayUponContext)
- // EnterDisplayWith is called when entering the displayWith production.
- EnterDisplayWith(c *DisplayWithContext)
- // EnterDivideStatement is called when entering the divideStatement production.
- EnterDivideStatement(c *DivideStatementContext)
- // EnterDivideIntoStatement is called when entering the divideIntoStatement production.
- EnterDivideIntoStatement(c *DivideIntoStatementContext)
- // EnterDivideIntoGivingStatement is called when entering the divideIntoGivingStatement production.
- EnterDivideIntoGivingStatement(c *DivideIntoGivingStatementContext)
- // EnterDivideByGivingStatement is called when entering the divideByGivingStatement production.
- EnterDivideByGivingStatement(c *DivideByGivingStat…