/cobol85/cobol85_base_listener.go
https://github.com/bramp/antlr4-grammars · Go · 3804 lines · 1411 code · 1197 blank · 1196 comment · 0 complexity · f82c2b0b9e1efac1b2451b08e56c5a63 MD5 · raw file
Large files are truncated click here to view the full file
- // Code generated from Cobol85.g4 by ANTLR 4.7.2. DO NOT EDIT.
- package cobol85 // Cobol85
- import "github.com/antlr/antlr4/runtime/Go/antlr"
- // BaseCobol85Listener is a complete listener for a parse tree produced by Cobol85Parser.
- type BaseCobol85Listener struct{}
- var _ Cobol85Listener = &BaseCobol85Listener{}
- // VisitTerminal is called when a terminal node is visited.
- func (s *BaseCobol85Listener) VisitTerminal(node antlr.TerminalNode) {}
- // VisitErrorNode is called when an error node is visited.
- func (s *BaseCobol85Listener) VisitErrorNode(node antlr.ErrorNode) {}
- // EnterEveryRule is called when any rule is entered.
- func (s *BaseCobol85Listener) EnterEveryRule(ctx antlr.ParserRuleContext) {}
- // ExitEveryRule is called when any rule is exited.
- func (s *BaseCobol85Listener) ExitEveryRule(ctx antlr.ParserRuleContext) {}
- // EnterStartRule is called when production startRule is entered.
- func (s *BaseCobol85Listener) EnterStartRule(ctx *StartRuleContext) {}
- // ExitStartRule is called when production startRule is exited.
- func (s *BaseCobol85Listener) ExitStartRule(ctx *StartRuleContext) {}
- // EnterCompilationUnit is called when production compilationUnit is entered.
- func (s *BaseCobol85Listener) EnterCompilationUnit(ctx *CompilationUnitContext) {}
- // ExitCompilationUnit is called when production compilationUnit is exited.
- func (s *BaseCobol85Listener) ExitCompilationUnit(ctx *CompilationUnitContext) {}
- // EnterProgramUnit is called when production programUnit is entered.
- func (s *BaseCobol85Listener) EnterProgramUnit(ctx *ProgramUnitContext) {}
- // ExitProgramUnit is called when production programUnit is exited.
- func (s *BaseCobol85Listener) ExitProgramUnit(ctx *ProgramUnitContext) {}
- // EnterEndProgramStatement is called when production endProgramStatement is entered.
- func (s *BaseCobol85Listener) EnterEndProgramStatement(ctx *EndProgramStatementContext) {}
- // ExitEndProgramStatement is called when production endProgramStatement is exited.
- func (s *BaseCobol85Listener) ExitEndProgramStatement(ctx *EndProgramStatementContext) {}
- // EnterIdentificationDivision is called when production identificationDivision is entered.
- func (s *BaseCobol85Listener) EnterIdentificationDivision(ctx *IdentificationDivisionContext) {}
- // ExitIdentificationDivision is called when production identificationDivision is exited.
- func (s *BaseCobol85Listener) ExitIdentificationDivision(ctx *IdentificationDivisionContext) {}
- // EnterIdentificationDivisionBody is called when production identificationDivisionBody is entered.
- func (s *BaseCobol85Listener) EnterIdentificationDivisionBody(ctx *IdentificationDivisionBodyContext) {
- }
- // ExitIdentificationDivisionBody is called when production identificationDivisionBody is exited.
- func (s *BaseCobol85Listener) ExitIdentificationDivisionBody(ctx *IdentificationDivisionBodyContext) {}
- // EnterProgramIdParagraph is called when production programIdParagraph is entered.
- func (s *BaseCobol85Listener) EnterProgramIdParagraph(ctx *ProgramIdParagraphContext) {}
- // ExitProgramIdParagraph is called when production programIdParagraph is exited.
- func (s *BaseCobol85Listener) ExitProgramIdParagraph(ctx *ProgramIdParagraphContext) {}
- // EnterAuthorParagraph is called when production authorParagraph is entered.
- func (s *BaseCobol85Listener) EnterAuthorParagraph(ctx *AuthorParagraphContext) {}
- // ExitAuthorParagraph is called when production authorParagraph is exited.
- func (s *BaseCobol85Listener) ExitAuthorParagraph(ctx *AuthorParagraphContext) {}
- // EnterInstallationParagraph is called when production installationParagraph is entered.
- func (s *BaseCobol85Listener) EnterInstallationParagraph(ctx *InstallationParagraphContext) {}
- // ExitInstallationParagraph is called when production installationParagraph is exited.
- func (s *BaseCobol85Listener) ExitInstallationParagraph(ctx *InstallationParagraphContext) {}
- // EnterDateWrittenParagraph is called when production dateWrittenParagraph is entered.
- func (s *BaseCobol85Listener) EnterDateWrittenParagraph(ctx *DateWrittenParagraphContext) {}
- // ExitDateWrittenParagraph is called when production dateWrittenParagraph is exited.
- func (s *BaseCobol85Listener) ExitDateWrittenParagraph(ctx *DateWrittenParagraphContext) {}
- // EnterDateCompiledParagraph is called when production dateCompiledParagraph is entered.
- func (s *BaseCobol85Listener) EnterDateCompiledParagraph(ctx *DateCompiledParagraphContext) {}
- // ExitDateCompiledParagraph is called when production dateCompiledParagraph is exited.
- func (s *BaseCobol85Listener) ExitDateCompiledParagraph(ctx *DateCompiledParagraphContext) {}
- // EnterSecurityParagraph is called when production securityParagraph is entered.
- func (s *BaseCobol85Listener) EnterSecurityParagraph(ctx *SecurityParagraphContext) {}
- // ExitSecurityParagraph is called when production securityParagraph is exited.
- func (s *BaseCobol85Listener) ExitSecurityParagraph(ctx *SecurityParagraphContext) {}
- // EnterRemarksParagraph is called when production remarksParagraph is entered.
- func (s *BaseCobol85Listener) EnterRemarksParagraph(ctx *RemarksParagraphContext) {}
- // ExitRemarksParagraph is called when production remarksParagraph is exited.
- func (s *BaseCobol85Listener) ExitRemarksParagraph(ctx *RemarksParagraphContext) {}
- // EnterEnvironmentDivision is called when production environmentDivision is entered.
- func (s *BaseCobol85Listener) EnterEnvironmentDivision(ctx *EnvironmentDivisionContext) {}
- // ExitEnvironmentDivision is called when production environmentDivision is exited.
- func (s *BaseCobol85Listener) ExitEnvironmentDivision(ctx *EnvironmentDivisionContext) {}
- // EnterEnvironmentDivisionBody is called when production environmentDivisionBody is entered.
- func (s *BaseCobol85Listener) EnterEnvironmentDivisionBody(ctx *EnvironmentDivisionBodyContext) {}
- // ExitEnvironmentDivisionBody is called when production environmentDivisionBody is exited.
- func (s *BaseCobol85Listener) ExitEnvironmentDivisionBody(ctx *EnvironmentDivisionBodyContext) {}
- // EnterConfigurationSection is called when production configurationSection is entered.
- func (s *BaseCobol85Listener) EnterConfigurationSection(ctx *ConfigurationSectionContext) {}
- // ExitConfigurationSection is called when production configurationSection is exited.
- func (s *BaseCobol85Listener) ExitConfigurationSection(ctx *ConfigurationSectionContext) {}
- // EnterConfigurationSectionParagraph is called when production configurationSectionParagraph is entered.
- func (s *BaseCobol85Listener) EnterConfigurationSectionParagraph(ctx *ConfigurationSectionParagraphContext) {
- }
- // ExitConfigurationSectionParagraph is called when production configurationSectionParagraph is exited.
- func (s *BaseCobol85Listener) ExitConfigurationSectionParagraph(ctx *ConfigurationSectionParagraphContext) {
- }
- // EnterSourceComputerParagraph is called when production sourceComputerParagraph is entered.
- func (s *BaseCobol85Listener) EnterSourceComputerParagraph(ctx *SourceComputerParagraphContext) {}
- // ExitSourceComputerParagraph is called when production sourceComputerParagraph is exited.
- func (s *BaseCobol85Listener) ExitSourceComputerParagraph(ctx *SourceComputerParagraphContext) {}
- // EnterObjectComputerParagraph is called when production objectComputerParagraph is entered.
- func (s *BaseCobol85Listener) EnterObjectComputerParagraph(ctx *ObjectComputerParagraphContext) {}
- // ExitObjectComputerParagraph is called when production objectComputerParagraph is exited.
- func (s *BaseCobol85Listener) ExitObjectComputerParagraph(ctx *ObjectComputerParagraphContext) {}
- // EnterObjectComputerClause is called when production objectComputerClause is entered.
- func (s *BaseCobol85Listener) EnterObjectComputerClause(ctx *ObjectComputerClauseContext) {}
- // ExitObjectComputerClause is called when production objectComputerClause is exited.
- func (s *BaseCobol85Listener) ExitObjectComputerClause(ctx *ObjectComputerClauseContext) {}
- // EnterMemorySizeClause is called when production memorySizeClause is entered.
- func (s *BaseCobol85Listener) EnterMemorySizeClause(ctx *MemorySizeClauseContext) {}
- // ExitMemorySizeClause is called when production memorySizeClause is exited.
- func (s *BaseCobol85Listener) ExitMemorySizeClause(ctx *MemorySizeClauseContext) {}
- // EnterDiskSizeClause is called when production diskSizeClause is entered.
- func (s *BaseCobol85Listener) EnterDiskSizeClause(ctx *DiskSizeClauseContext) {}
- // ExitDiskSizeClause is called when production diskSizeClause is exited.
- func (s *BaseCobol85Listener) ExitDiskSizeClause(ctx *DiskSizeClauseContext) {}
- // EnterCollatingSequenceClause is called when production collatingSequenceClause is entered.
- func (s *BaseCobol85Listener) EnterCollatingSequenceClause(ctx *CollatingSequenceClauseContext) {}
- // ExitCollatingSequenceClause is called when production collatingSequenceClause is exited.
- func (s *BaseCobol85Listener) ExitCollatingSequenceClause(ctx *CollatingSequenceClauseContext) {}
- // EnterCollatingSequenceClauseAlphanumeric is called when production collatingSequenceClauseAlphanumeric is entered.
- func (s *BaseCobol85Listener) EnterCollatingSequenceClauseAlphanumeric(ctx *CollatingSequenceClauseAlphanumericContext) {
- }
- // ExitCollatingSequenceClauseAlphanumeric is called when production collatingSequenceClauseAlphanumeric is exited.
- func (s *BaseCobol85Listener) ExitCollatingSequenceClauseAlphanumeric(ctx *CollatingSequenceClauseAlphanumericContext) {
- }
- // EnterCollatingSequenceClauseNational is called when production collatingSequenceClauseNational is entered.
- func (s *BaseCobol85Listener) EnterCollatingSequenceClauseNational(ctx *CollatingSequenceClauseNationalContext) {
- }
- // ExitCollatingSequenceClauseNational is called when production collatingSequenceClauseNational is exited.
- func (s *BaseCobol85Listener) ExitCollatingSequenceClauseNational(ctx *CollatingSequenceClauseNationalContext) {
- }
- // EnterSegmentLimitClause is called when production segmentLimitClause is entered.
- func (s *BaseCobol85Listener) EnterSegmentLimitClause(ctx *SegmentLimitClauseContext) {}
- // ExitSegmentLimitClause is called when production segmentLimitClause is exited.
- func (s *BaseCobol85Listener) ExitSegmentLimitClause(ctx *SegmentLimitClauseContext) {}
- // EnterCharacterSetClause is called when production characterSetClause is entered.
- func (s *BaseCobol85Listener) EnterCharacterSetClause(ctx *CharacterSetClauseContext) {}
- // ExitCharacterSetClause is called when production characterSetClause is exited.
- func (s *BaseCobol85Listener) ExitCharacterSetClause(ctx *CharacterSetClauseContext) {}
- // EnterSpecialNamesParagraph is called when production specialNamesParagraph is entered.
- func (s *BaseCobol85Listener) EnterSpecialNamesParagraph(ctx *SpecialNamesParagraphContext) {}
- // ExitSpecialNamesParagraph is called when production specialNamesParagraph is exited.
- func (s *BaseCobol85Listener) ExitSpecialNamesParagraph(ctx *SpecialNamesParagraphContext) {}
- // EnterSpecialNameClause is called when production specialNameClause is entered.
- func (s *BaseCobol85Listener) EnterSpecialNameClause(ctx *SpecialNameClauseContext) {}
- // ExitSpecialNameClause is called when production specialNameClause is exited.
- func (s *BaseCobol85Listener) ExitSpecialNameClause(ctx *SpecialNameClauseContext) {}
- // EnterAlphabetClause is called when production alphabetClause is entered.
- func (s *BaseCobol85Listener) EnterAlphabetClause(ctx *AlphabetClauseContext) {}
- // ExitAlphabetClause is called when production alphabetClause is exited.
- func (s *BaseCobol85Listener) ExitAlphabetClause(ctx *AlphabetClauseContext) {}
- // EnterAlphabetClauseFormat1 is called when production alphabetClauseFormat1 is entered.
- func (s *BaseCobol85Listener) EnterAlphabetClauseFormat1(ctx *AlphabetClauseFormat1Context) {}
- // ExitAlphabetClauseFormat1 is called when production alphabetClauseFormat1 is exited.
- func (s *BaseCobol85Listener) ExitAlphabetClauseFormat1(ctx *AlphabetClauseFormat1Context) {}
- // EnterAlphabetLiterals is called when production alphabetLiterals is entered.
- func (s *BaseCobol85Listener) EnterAlphabetLiterals(ctx *AlphabetLiteralsContext) {}
- // ExitAlphabetLiterals is called when production alphabetLiterals is exited.
- func (s *BaseCobol85Listener) ExitAlphabetLiterals(ctx *AlphabetLiteralsContext) {}
- // EnterAlphabetThrough is called when production alphabetThrough is entered.
- func (s *BaseCobol85Listener) EnterAlphabetThrough(ctx *AlphabetThroughContext) {}
- // ExitAlphabetThrough is called when production alphabetThrough is exited.
- func (s *BaseCobol85Listener) ExitAlphabetThrough(ctx *AlphabetThroughContext) {}
- // EnterAlphabetAlso is called when production alphabetAlso is entered.
- func (s *BaseCobol85Listener) EnterAlphabetAlso(ctx *AlphabetAlsoContext) {}
- // ExitAlphabetAlso is called when production alphabetAlso is exited.
- func (s *BaseCobol85Listener) ExitAlphabetAlso(ctx *AlphabetAlsoContext) {}
- // EnterAlphabetClauseFormat2 is called when production alphabetClauseFormat2 is entered.
- func (s *BaseCobol85Listener) EnterAlphabetClauseFormat2(ctx *AlphabetClauseFormat2Context) {}
- // ExitAlphabetClauseFormat2 is called when production alphabetClauseFormat2 is exited.
- func (s *BaseCobol85Listener) ExitAlphabetClauseFormat2(ctx *AlphabetClauseFormat2Context) {}
- // EnterChannelClause is called when production channelClause is entered.
- func (s *BaseCobol85Listener) EnterChannelClause(ctx *ChannelClauseContext) {}
- // ExitChannelClause is called when production channelClause is exited.
- func (s *BaseCobol85Listener) ExitChannelClause(ctx *ChannelClauseContext) {}
- // EnterClassClause is called when production classClause is entered.
- func (s *BaseCobol85Listener) EnterClassClause(ctx *ClassClauseContext) {}
- // ExitClassClause is called when production classClause is exited.
- func (s *BaseCobol85Listener) ExitClassClause(ctx *ClassClauseContext) {}
- // EnterClassClauseThrough is called when production classClauseThrough is entered.
- func (s *BaseCobol85Listener) EnterClassClauseThrough(ctx *ClassClauseThroughContext) {}
- // ExitClassClauseThrough is called when production classClauseThrough is exited.
- func (s *BaseCobol85Listener) ExitClassClauseThrough(ctx *ClassClauseThroughContext) {}
- // EnterClassClauseFrom is called when production classClauseFrom is entered.
- func (s *BaseCobol85Listener) EnterClassClauseFrom(ctx *ClassClauseFromContext) {}
- // ExitClassClauseFrom is called when production classClauseFrom is exited.
- func (s *BaseCobol85Listener) ExitClassClauseFrom(ctx *ClassClauseFromContext) {}
- // EnterClassClauseTo is called when production classClauseTo is entered.
- func (s *BaseCobol85Listener) EnterClassClauseTo(ctx *ClassClauseToContext) {}
- // ExitClassClauseTo is called when production classClauseTo is exited.
- func (s *BaseCobol85Listener) ExitClassClauseTo(ctx *ClassClauseToContext) {}
- // EnterCurrencySignClause is called when production currencySignClause is entered.
- func (s *BaseCobol85Listener) EnterCurrencySignClause(ctx *CurrencySignClauseContext) {}
- // ExitCurrencySignClause is called when production currencySignClause is exited.
- func (s *BaseCobol85Listener) ExitCurrencySignClause(ctx *CurrencySignClauseContext) {}
- // EnterDecimalPointClause is called when production decimalPointClause is entered.
- func (s *BaseCobol85Listener) EnterDecimalPointClause(ctx *DecimalPointClauseContext) {}
- // ExitDecimalPointClause is called when production decimalPointClause is exited.
- func (s *BaseCobol85Listener) ExitDecimalPointClause(ctx *DecimalPointClauseContext) {}
- // EnterDefaultComputationalSignClause is called when production defaultComputationalSignClause is entered.
- func (s *BaseCobol85Listener) EnterDefaultComputationalSignClause(ctx *DefaultComputationalSignClauseContext) {
- }
- // ExitDefaultComputationalSignClause is called when production defaultComputationalSignClause is exited.
- func (s *BaseCobol85Listener) ExitDefaultComputationalSignClause(ctx *DefaultComputationalSignClauseContext) {
- }
- // EnterDefaultDisplaySignClause is called when production defaultDisplaySignClause is entered.
- func (s *BaseCobol85Listener) EnterDefaultDisplaySignClause(ctx *DefaultDisplaySignClauseContext) {}
- // ExitDefaultDisplaySignClause is called when production defaultDisplaySignClause is exited.
- func (s *BaseCobol85Listener) ExitDefaultDisplaySignClause(ctx *DefaultDisplaySignClauseContext) {}
- // EnterEnvironmentSwitchNameClause is called when production environmentSwitchNameClause is entered.
- func (s *BaseCobol85Listener) EnterEnvironmentSwitchNameClause(ctx *EnvironmentSwitchNameClauseContext) {
- }
- // ExitEnvironmentSwitchNameClause is called when production environmentSwitchNameClause is exited.
- func (s *BaseCobol85Listener) ExitEnvironmentSwitchNameClause(ctx *EnvironmentSwitchNameClauseContext) {
- }
- // EnterEnvironmentSwitchNameSpecialNamesStatusPhrase is called when production environmentSwitchNameSpecialNamesStatusPhrase is entered.
- func (s *BaseCobol85Listener) EnterEnvironmentSwitchNameSpecialNamesStatusPhrase(ctx *EnvironmentSwitchNameSpecialNamesStatusPhraseContext) {
- }
- // ExitEnvironmentSwitchNameSpecialNamesStatusPhrase is called when production environmentSwitchNameSpecialNamesStatusPhrase is exited.
- func (s *BaseCobol85Listener) ExitEnvironmentSwitchNameSpecialNamesStatusPhrase(ctx *EnvironmentSwitchNameSpecialNamesStatusPhraseContext) {
- }
- // EnterOdtClause is called when production odtClause is entered.
- func (s *BaseCobol85Listener) EnterOdtClause(ctx *OdtClauseContext) {}
- // ExitOdtClause is called when production odtClause is exited.
- func (s *BaseCobol85Listener) ExitOdtClause(ctx *OdtClauseContext) {}
- // EnterReserveNetworkClause is called when production reserveNetworkClause is entered.
- func (s *BaseCobol85Listener) EnterReserveNetworkClause(ctx *ReserveNetworkClauseContext) {}
- // ExitReserveNetworkClause is called when production reserveNetworkClause is exited.
- func (s *BaseCobol85Listener) ExitReserveNetworkClause(ctx *ReserveNetworkClauseContext) {}
- // EnterSymbolicCharactersClause is called when production symbolicCharactersClause is entered.
- func (s *BaseCobol85Listener) EnterSymbolicCharactersClause(ctx *SymbolicCharactersClauseContext) {}
- // ExitSymbolicCharactersClause is called when production symbolicCharactersClause is exited.
- func (s *BaseCobol85Listener) ExitSymbolicCharactersClause(ctx *SymbolicCharactersClauseContext) {}
- // EnterSymbolicCharacters is called when production symbolicCharacters is entered.
- func (s *BaseCobol85Listener) EnterSymbolicCharacters(ctx *SymbolicCharactersContext) {}
- // ExitSymbolicCharacters is called when production symbolicCharacters is exited.
- func (s *BaseCobol85Listener) ExitSymbolicCharacters(ctx *SymbolicCharactersContext) {}
- // EnterInputOutputSection is called when production inputOutputSection is entered.
- func (s *BaseCobol85Listener) EnterInputOutputSection(ctx *InputOutputSectionContext) {}
- // ExitInputOutputSection is called when production inputOutputSection is exited.
- func (s *BaseCobol85Listener) ExitInputOutputSection(ctx *InputOutputSectionContext) {}
- // EnterInputOutputSectionParagraph is called when production inputOutputSectionParagraph is entered.
- func (s *BaseCobol85Listener) EnterInputOutputSectionParagraph(ctx *InputOutputSectionParagraphContext) {
- }
- // ExitInputOutputSectionParagraph is called when production inputOutputSectionParagraph is exited.
- func (s *BaseCobol85Listener) ExitInputOutputSectionParagraph(ctx *InputOutputSectionParagraphContext) {
- }
- // EnterFileControlParagraph is called when production fileControlParagraph is entered.
- func (s *BaseCobol85Listener) EnterFileControlParagraph(ctx *FileControlParagraphContext) {}
- // ExitFileControlParagraph is called when production fileControlParagraph is exited.
- func (s *BaseCobol85Listener) ExitFileControlParagraph(ctx *FileControlParagraphContext) {}
- // EnterFileControlEntry is called when production fileControlEntry is entered.
- func (s *BaseCobol85Listener) EnterFileControlEntry(ctx *FileControlEntryContext) {}
- // ExitFileControlEntry is called when production fileControlEntry is exited.
- func (s *BaseCobol85Listener) ExitFileControlEntry(ctx *FileControlEntryContext) {}
- // EnterSelectClause is called when production selectClause is entered.
- func (s *BaseCobol85Listener) EnterSelectClause(ctx *SelectClauseContext) {}
- // ExitSelectClause is called when production selectClause is exited.
- func (s *BaseCobol85Listener) ExitSelectClause(ctx *SelectClauseContext) {}
- // EnterFileControlClause is called when production fileControlClause is entered.
- func (s *BaseCobol85Listener) EnterFileControlClause(ctx *FileControlClauseContext) {}
- // ExitFileControlClause is called when production fileControlClause is exited.
- func (s *BaseCobol85Listener) ExitFileControlClause(ctx *FileControlClauseContext) {}
- // EnterAssignClause is called when production assignClause is entered.
- func (s *BaseCobol85Listener) EnterAssignClause(ctx *AssignClauseContext) {}
- // ExitAssignClause is called when production assignClause is exited.
- func (s *BaseCobol85Listener) ExitAssignClause(ctx *AssignClauseContext) {}
- // EnterReserveClause is called when production reserveClause is entered.
- func (s *BaseCobol85Listener) EnterReserveClause(ctx *ReserveClauseContext) {}
- // ExitReserveClause is called when production reserveClause is exited.
- func (s *BaseCobol85Listener) ExitReserveClause(ctx *ReserveClauseContext) {}
- // EnterOrganizationClause is called when production organizationClause is entered.
- func (s *BaseCobol85Listener) EnterOrganizationClause(ctx *OrganizationClauseContext) {}
- // ExitOrganizationClause is called when production organizationClause is exited.
- func (s *BaseCobol85Listener) ExitOrganizationClause(ctx *OrganizationClauseContext) {}
- // EnterPaddingCharacterClause is called when production paddingCharacterClause is entered.
- func (s *BaseCobol85Listener) EnterPaddingCharacterClause(ctx *PaddingCharacterClauseContext) {}
- // ExitPaddingCharacterClause is called when production paddingCharacterClause is exited.
- func (s *BaseCobol85Listener) ExitPaddingCharacterClause(ctx *PaddingCharacterClauseContext) {}
- // EnterRecordDelimiterClause is called when production recordDelimiterClause is entered.
- func (s *BaseCobol85Listener) EnterRecordDelimiterClause(ctx *RecordDelimiterClauseContext) {}
- // ExitRecordDelimiterClause is called when production recordDelimiterClause is exited.
- func (s *BaseCobol85Listener) ExitRecordDelimiterClause(ctx *RecordDelimiterClauseContext) {}
- // EnterAccessModeClause is called when production accessModeClause is entered.
- func (s *BaseCobol85Listener) EnterAccessModeClause(ctx *AccessModeClauseContext) {}
- // ExitAccessModeClause is called when production accessModeClause is exited.
- func (s *BaseCobol85Listener) ExitAccessModeClause(ctx *AccessModeClauseContext) {}
- // EnterRecordKeyClause is called when production recordKeyClause is entered.
- func (s *BaseCobol85Listener) EnterRecordKeyClause(ctx *RecordKeyClauseContext) {}
- // ExitRecordKeyClause is called when production recordKeyClause is exited.
- func (s *BaseCobol85Listener) ExitRecordKeyClause(ctx *RecordKeyClauseContext) {}
- // EnterAlternateRecordKeyClause is called when production alternateRecordKeyClause is entered.
- func (s *BaseCobol85Listener) EnterAlternateRecordKeyClause(ctx *AlternateRecordKeyClauseContext) {}
- // ExitAlternateRecordKeyClause is called when production alternateRecordKeyClause is exited.
- func (s *BaseCobol85Listener) ExitAlternateRecordKeyClause(ctx *AlternateRecordKeyClauseContext) {}
- // EnterPasswordClause is called when production passwordClause is entered.
- func (s *BaseCobol85Listener) EnterPasswordClause(ctx *PasswordClauseContext) {}
- // ExitPasswordClause is called when production passwordClause is exited.
- func (s *BaseCobol85Listener) ExitPasswordClause(ctx *PasswordClauseContext) {}
- // EnterFileStatusClause is called when production fileStatusClause is entered.
- func (s *BaseCobol85Listener) EnterFileStatusClause(ctx *FileStatusClauseContext) {}
- // ExitFileStatusClause is called when production fileStatusClause is exited.
- func (s *BaseCobol85Listener) ExitFileStatusClause(ctx *FileStatusClauseContext) {}
- // EnterRelativeKeyClause is called when production relativeKeyClause is entered.
- func (s *BaseCobol85Listener) EnterRelativeKeyClause(ctx *RelativeKeyClauseContext) {}
- // ExitRelativeKeyClause is called when production relativeKeyClause is exited.
- func (s *BaseCobol85Listener) ExitRelativeKeyClause(ctx *RelativeKeyClauseContext) {}
- // EnterIoControlParagraph is called when production ioControlParagraph is entered.
- func (s *BaseCobol85Listener) EnterIoControlParagraph(ctx *IoControlParagraphContext) {}
- // ExitIoControlParagraph is called when production ioControlParagraph is exited.
- func (s *BaseCobol85Listener) ExitIoControlParagraph(ctx *IoControlParagraphContext) {}
- // EnterIoControlClause is called when production ioControlClause is entered.
- func (s *BaseCobol85Listener) EnterIoControlClause(ctx *IoControlClauseContext) {}
- // ExitIoControlClause is called when production ioControlClause is exited.
- func (s *BaseCobol85Listener) ExitIoControlClause(ctx *IoControlClauseContext) {}
- // EnterRerunClause is called when production rerunClause is entered.
- func (s *BaseCobol85Listener) EnterRerunClause(ctx *RerunClauseContext) {}
- // ExitRerunClause is called when production rerunClause is exited.
- func (s *BaseCobol85Listener) ExitRerunClause(ctx *RerunClauseContext) {}
- // EnterRerunEveryRecords is called when production rerunEveryRecords is entered.
- func (s *BaseCobol85Listener) EnterRerunEveryRecords(ctx *RerunEveryRecordsContext) {}
- // ExitRerunEveryRecords is called when production rerunEveryRecords is exited.
- func (s *BaseCobol85Listener) ExitRerunEveryRecords(ctx *RerunEveryRecordsContext) {}
- // EnterRerunEveryOf is called when production rerunEveryOf is entered.
- func (s *BaseCobol85Listener) EnterRerunEveryOf(ctx *RerunEveryOfContext) {}
- // ExitRerunEveryOf is called when production rerunEveryOf is exited.
- func (s *BaseCobol85Listener) ExitRerunEveryOf(ctx *RerunEveryOfContext) {}
- // EnterRerunEveryClock is called when production rerunEveryClock is entered.
- func (s *BaseCobol85Listener) EnterRerunEveryClock(ctx *RerunEveryClockContext) {}
- // ExitRerunEveryClock is called when production rerunEveryClock is exited.
- func (s *BaseCobol85Listener) ExitRerunEveryClock(ctx *RerunEveryClockContext) {}
- // EnterSameClause is called when production sameClause is entered.
- func (s *BaseCobol85Listener) EnterSameClause(ctx *SameClauseContext) {}
- // ExitSameClause is called when production sameClause is exited.
- func (s *BaseCobol85Listener) ExitSameClause(ctx *SameClauseContext) {}
- // EnterMultipleFileClause is called when production multipleFileClause is entered.
- func (s *BaseCobol85Listener) EnterMultipleFileClause(ctx *MultipleFileClauseContext) {}
- // ExitMultipleFileClause is called when production multipleFileClause is exited.
- func (s *BaseCobol85Listener) ExitMultipleFileClause(ctx *MultipleFileClauseContext) {}
- // EnterMultipleFilePosition is called when production multipleFilePosition is entered.
- func (s *BaseCobol85Listener) EnterMultipleFilePosition(ctx *MultipleFilePositionContext) {}
- // ExitMultipleFilePosition is called when production multipleFilePosition is exited.
- func (s *BaseCobol85Listener) ExitMultipleFilePosition(ctx *MultipleFilePositionContext) {}
- // EnterCommitmentControlClause is called when production commitmentControlClause is entered.
- func (s *BaseCobol85Listener) EnterCommitmentControlClause(ctx *CommitmentControlClauseContext) {}
- // ExitCommitmentControlClause is called when production commitmentControlClause is exited.
- func (s *BaseCobol85Listener) ExitCommitmentControlClause(ctx *CommitmentControlClauseContext) {}
- // EnterDataDivision is called when production dataDivision is entered.
- func (s *BaseCobol85Listener) EnterDataDivision(ctx *DataDivisionContext) {}
- // ExitDataDivision is called when production dataDivision is exited.
- func (s *BaseCobol85Listener) ExitDataDivision(ctx *DataDivisionContext) {}
- // EnterDataDivisionSection is called when production dataDivisionSection is entered.
- func (s *BaseCobol85Listener) EnterDataDivisionSection(ctx *DataDivisionSectionContext) {}
- // ExitDataDivisionSection is called when production dataDivisionSection is exited.
- func (s *BaseCobol85Listener) ExitDataDivisionSection(ctx *DataDivisionSectionContext) {}
- // EnterFileSection is called when production fileSection is entered.
- func (s *BaseCobol85Listener) EnterFileSection(ctx *FileSectionContext) {}
- // ExitFileSection is called when production fileSection is exited.
- func (s *BaseCobol85Listener) ExitFileSection(ctx *FileSectionContext) {}
- // EnterFileDescriptionEntry is called when production fileDescriptionEntry is entered.
- func (s *BaseCobol85Listener) EnterFileDescriptionEntry(ctx *FileDescriptionEntryContext) {}
- // ExitFileDescriptionEntry is called when production fileDescriptionEntry is exited.
- func (s *BaseCobol85Listener) ExitFileDescriptionEntry(ctx *FileDescriptionEntryContext) {}
- // EnterFileDescriptionEntryClause is called when production fileDescriptionEntryClause is entered.
- func (s *BaseCobol85Listener) EnterFileDescriptionEntryClause(ctx *FileDescriptionEntryClauseContext) {
- }
- // ExitFileDescriptionEntryClause is called when production fileDescriptionEntryClause is exited.
- func (s *BaseCobol85Listener) ExitFileDescriptionEntryClause(ctx *FileDescriptionEntryClauseContext) {}
- // EnterExternalClause is called when production externalClause is entered.
- func (s *BaseCobol85Listener) EnterExternalClause(ctx *ExternalClauseContext) {}
- // ExitExternalClause is called when production externalClause is exited.
- func (s *BaseCobol85Listener) ExitExternalClause(ctx *ExternalClauseContext) {}
- // EnterGlobalClause is called when production globalClause is entered.
- func (s *BaseCobol85Listener) EnterGlobalClause(ctx *GlobalClauseContext) {}
- // ExitGlobalClause is called when production globalClause is exited.
- func (s *BaseCobol85Listener) ExitGlobalClause(ctx *GlobalClauseContext) {}
- // EnterBlockContainsClause is called when production blockContainsClause is entered.
- func (s *BaseCobol85Listener) EnterBlockContainsClause(ctx *BlockContainsClauseContext) {}
- // ExitBlockContainsClause is called when production blockContainsClause is exited.
- func (s *BaseCobol85Listener) ExitBlockContainsClause(ctx *BlockContainsClauseContext) {}
- // EnterBlockContainsTo is called when production blockContainsTo is entered.
- func (s *BaseCobol85Listener) EnterBlockContainsTo(ctx *BlockContainsToContext) {}
- // ExitBlockContainsTo is called when production blockContainsTo is exited.
- func (s *BaseCobol85Listener) ExitBlockContainsTo(ctx *BlockContainsToContext) {}
- // EnterRecordContainsClause is called when production recordContainsClause is entered.
- func (s *BaseCobol85Listener) EnterRecordContainsClause(ctx *RecordContainsClauseContext) {}
- // ExitRecordContainsClause is called when production recordContainsClause is exited.
- func (s *BaseCobol85Listener) ExitRecordContainsClause(ctx *RecordContainsClauseContext) {}
- // EnterRecordContainsClauseFormat1 is called when production recordContainsClauseFormat1 is entered.
- func (s *BaseCobol85Listener) EnterRecordContainsClauseFormat1(ctx *RecordContainsClauseFormat1Context) {
- }
- // ExitRecordContainsClauseFormat1 is called when production recordContainsClauseFormat1 is exited.
- func (s *BaseCobol85Listener) ExitRecordContainsClauseFormat1(ctx *RecordContainsClauseFormat1Context) {
- }
- // EnterRecordContainsClauseFormat2 is called when production recordContainsClauseFormat2 is entered.
- func (s *BaseCobol85Listener) EnterRecordContainsClauseFormat2(ctx *RecordContainsClauseFormat2Context) {
- }
- // ExitRecordContainsClauseFormat2 is called when production recordContainsClauseFormat2 is exited.
- func (s *BaseCobol85Listener) ExitRecordContainsClauseFormat2(ctx *RecordContainsClauseFormat2Context) {
- }
- // EnterRecordContainsClauseFormat3 is called when production recordContainsClauseFormat3 is entered.
- func (s *BaseCobol85Listener) EnterRecordContainsClauseFormat3(ctx *RecordContainsClauseFormat3Context) {
- }
- // ExitRecordContainsClauseFormat3 is called when production recordContainsClauseFormat3 is exited.
- func (s *BaseCobol85Listener) ExitRecordContainsClauseFormat3(ctx *RecordContainsClauseFormat3Context) {
- }
- // EnterRecordContainsTo is called when production recordContainsTo is entered.
- func (s *BaseCobol85Listener) EnterRecordContainsTo(ctx *RecordContainsToContext) {}
- // ExitRecordContainsTo is called when production recordContainsTo is exited.
- func (s *BaseCobol85Listener) ExitRecordContainsTo(ctx *RecordContainsToContext) {}
- // EnterLabelRecordsClause is called when production labelRecordsClause is entered.
- func (s *BaseCobol85Listener) EnterLabelRecordsClause(ctx *LabelRecordsClauseContext) {}
- // ExitLabelRecordsClause is called when production labelRecordsClause is exited.
- func (s *BaseCobol85Listener) ExitLabelRecordsClause(ctx *LabelRecordsClauseContext) {}
- // EnterValueOfClause is called when production valueOfClause is entered.
- func (s *BaseCobol85Listener) EnterValueOfClause(ctx *ValueOfClauseContext) {}
- // ExitValueOfClause is called when production valueOfClause is exited.
- func (s *BaseCobol85Listener) ExitValueOfClause(ctx *ValueOfClauseContext) {}
- // EnterValuePair is called when production valuePair is entered.
- func (s *BaseCobol85Listener) EnterValuePair(ctx *ValuePairContext) {}
- // ExitValuePair is called when production valuePair is exited.
- func (s *BaseCobol85Listener) ExitValuePair(ctx *ValuePairContext) {}
- // EnterDataRecordsClause is called when production dataRecordsClause is entered.
- func (s *BaseCobol85Listener) EnterDataRecordsClause(ctx *DataRecordsClauseContext) {}
- // ExitDataRecordsClause is called when production dataRecordsClause is exited.
- func (s *BaseCobol85Listener) ExitDataRecordsClause(ctx *DataRecordsClauseContext) {}
- // EnterLinageClause is called when production linageClause is entered.
- func (s *BaseCobol85Listener) EnterLinageClause(ctx *LinageClauseContext) {}
- // ExitLinageClause is called when production linageClause is exited.
- func (s *BaseCobol85Listener) ExitLinageClause(ctx *LinageClauseContext) {}
- // EnterLinageAt is called when production linageAt is entered.
- func (s *BaseCobol85Listener) EnterLinageAt(ctx *LinageAtContext) {}
- // ExitLinageAt is called when production linageAt is exited.
- func (s *BaseCobol85Listener) ExitLinageAt(ctx *LinageAtContext) {}
- // EnterLinageFootingAt is called when production linageFootingAt is entered.
- func (s *BaseCobol85Listener) EnterLinageFootingAt(ctx *LinageFootingAtContext) {}
- // ExitLinageFootingAt is called when production linageFootingAt is exited.
- func (s *BaseCobol85Listener) ExitLinageFootingAt(ctx *LinageFootingAtContext) {}
- // EnterLinageLinesAtTop is called when production linageLinesAtTop is entered.
- func (s *BaseCobol85Listener) EnterLinageLinesAtTop(ctx *LinageLinesAtTopContext) {}
- // ExitLinageLinesAtTop is called when production linageLinesAtTop is exited.
- func (s *BaseCobol85Listener) ExitLinageLinesAtTop(ctx *LinageLinesAtTopContext) {}
- // EnterLinageLinesAtBottom is called when production linageLinesAtBottom is entered.
- func (s *BaseCobol85Listener) EnterLinageLinesAtBottom(ctx *LinageLinesAtBottomContext) {}
- // ExitLinageLinesAtBottom is called when production linageLinesAtBottom is exited.
- func (s *BaseCobol85Listener) ExitLinageLinesAtBottom(ctx *LinageLinesAtBottomContext) {}
- // EnterRecordingModeClause is called when production recordingModeClause is entered.
- func (s *BaseCobol85Listener) EnterRecordingModeClause(ctx *RecordingModeClauseContext) {}
- // ExitRecordingModeClause is called when production recordingModeClause is exited.
- func (s *BaseCobol85Listener) ExitRecordingModeClause(ctx *RecordingModeClauseContext) {}
- // EnterModeStatement is called when production modeStatement is entered.
- func (s *BaseCobol85Listener) EnterModeStatement(ctx *ModeStatementContext) {}
- // ExitModeStatement is called when production modeStatement is exited.
- func (s *BaseCobol85Listener) ExitModeStatement(ctx *ModeStatementContext) {}
- // EnterCodeSetClause is called when production codeSetClause is entered.
- func (s *BaseCobol85Listener) EnterCodeSetClause(ctx *CodeSetClauseContext) {}
- // ExitCodeSetClause is called when production codeSetClause is exited.
- func (s *BaseCobol85Listener) ExitCodeSetClause(ctx *CodeSetClauseContext) {}
- // EnterReportClause is called when production reportClause is entered.
- func (s *BaseCobol85Listener) EnterReportClause(ctx *ReportClauseContext) {}
- // ExitReportClause is called when production reportClause is exited.
- func (s *BaseCobol85Listener) ExitReportClause(ctx *ReportClauseContext) {}
- // EnterDataBaseSection is called when production dataBaseSection is entered.
- func (s *BaseCobol85Listener) EnterDataBaseSection(ctx *DataBaseSectionContext) {}
- // ExitDataBaseSection is called when production dataBaseSection is exited.
- func (s *BaseCobol85Listener) ExitDataBaseSection(ctx *DataBaseSectionContext) {}
- // EnterDataBaseSectionEntry is called when production dataBaseSectionEntry is entered.
- func (s *BaseCobol85Listener) EnterDataBaseSectionEntry(ctx *DataBaseSectionEntryContext) {}
- // ExitDataBaseSectionEntry is called when production dataBaseSectionEntry is exited.
- func (s *BaseCobol85Listener) ExitDataBaseSectionEntry(ctx *DataBaseSectionEntryContext) {}
- // EnterWorkingStorageSection is called when production workingStorageSection is entered.
- func (s *BaseCobol85Listener) EnterWorkingStorageSection(ctx *WorkingStorageSectionContext) {}
- // ExitWorkingStorageSection is called when production workingStorageSection is exited.
- func (s *BaseCobol85Listener) ExitWorkingStorageSection(ctx *WorkingStorageSectionContext) {}
- // EnterLinkageSection is called when production linkageSection is entered.
- func (s *BaseCobol85Listener) EnterLinkageSection(ctx *LinkageSectionContext) {}
- // ExitLinkageSection is called when production linkageSection is exited.
- func (s *BaseCobol85Listener) ExitLinkageSection(ctx *LinkageSectionContext) {}
- // EnterCommunicationSection is called when production communicationSection is entered.
- func (s *BaseCobol85Listener) EnterCommunicationSection(ctx *CommunicationSectionContext) {}
- // ExitCommunicationSection is called when production communicationSection is exited.
- func (s *BaseCobol85Listener) ExitCommunicationSection(ctx *CommunicationSectionContext) {}
- // EnterCommunicationDescriptionEntry is called when production communicationDescriptionEntry is entered.
- func (s *BaseCobol85Listener) EnterCommunicationDescriptionEntry(ctx *CommunicationDescriptionEntryContext) {
- }
- // ExitCommunicationDescriptionEntry is called when production communicationDescriptionEntry is exited.
- func (s *BaseCobol85Listener) ExitCommunicationDescriptionEntry(ctx *CommunicationDescriptionEntryContext) {
- }
- // EnterCommunicationDescriptionEntryFormat1 is called when production communicationDescriptionEntryFormat1 is entered.
- func (s *BaseCobol85Listener) EnterCommunicationDescriptionEntryFormat1(ctx *CommunicationDescriptionEntryFormat1Context) {
- }
- // ExitCommunicationDescriptionEntryFormat1 is called when production communicationDescriptionEntryFormat1 is exited.
- func (s *BaseCobol85Listener) ExitCommunicationDescriptionEntryFormat1(ctx *CommunicationDescriptionEntryFormat1Context) {
- }
- // EnterCommunicationDescriptionEntryFormat2 is called when production communicationDescriptionEntryFormat2 is entered.
- func (s *BaseCobol85Listener) EnterCommunicationDescriptionEntryFormat2(ctx *CommunicationDescriptionEntryFormat2Context) {
- }
- // ExitCommunicationDescriptionEntryFormat2 is called when production communicationDescriptionEntryFormat2 is exited.
- func (s *BaseCobol85Listener) ExitCommunicationDescriptionEntryFormat2(ctx *CommunicationDescriptionEntryFormat2Context) {
- }
- // EnterCommunicationDescriptionEntryFormat3 is called when production communicationDescriptionEntryFormat3 is entered.
- func (s *BaseCobol85Listener) EnterCommunicationDescriptionEntryFormat3(ctx *CommunicationDescriptionEntryFormat3Context) {
- }
- // ExitCommunicationDescriptionEntryFormat3 is called when production communicationDescriptionEntryFormat3 is exited.
- func (s *BaseCobol85Listener) ExitCommunicationDescriptionEntryFormat3(ctx *CommunicationDescriptionEntryFormat3Context) {
- }
- // EnterDestinationCountClause is called when production destinationCountClause is entered.
- func (s *BaseCobol85Listener) EnterDestinationCountClause(ctx *DestinationCountClauseContext) {}
- // ExitDestinationCountClause is called when production destinationCountClause is exited.
- func (s *BaseCobol85Listener) ExitDestinationCountClause(ctx *DestinationCountClauseContext) {}
- // EnterDestinationTableClause is called when production destinationTableClause is entered.
- func (s *BaseCobol85Listener) EnterDestinationTableClause(ctx *DestinationTableClauseContext) {}
- // ExitDestinationTableClause is called when production destinationTableClause is exited.
- func (s *BaseCobol85Listener) ExitDestinationTableClause(ctx *DestinationTableClauseContext) {}
- // EnterEndKeyClause is called when production endKeyClause is entered.
- func (s *BaseCobol85Listener) EnterEndKeyClause(ctx *EndKeyClauseContext) {}
- // ExitEndKeyClause is called when production endKeyClause is exited.
- func (s *BaseCobol85Listener) ExitEndKeyClause(ctx *EndKeyClauseContext) {}
- // EnterErrorKeyClause is called when production errorKeyClause is entered.
- func (s *BaseCobol85Listener) EnterErrorKeyClause(ctx *ErrorKeyClauseContext) {}
- // ExitErrorKeyClause is called when production errorKeyClause is exited.
- func (s *BaseCobol85Listener) ExitErrorKeyClause(ctx *ErrorKeyClauseContext) {}
- // EnterMessageCountClause is called when production messageCountClause is entered.
- func (s *BaseCobol85Listener) EnterMessageCountClause(ctx *MessageCountClauseContext) {}
- // ExitMessageCountClause is called when production messageCountClause is exited.
- func (s *BaseCobol85Listener) ExitMessageCountClause(ctx *MessageCountClauseContext) {}
- // EnterMessageDateClause is called when production messageDateClause is entered.
- func (s *BaseCobol85Listener) EnterMessageDateClause(ctx *MessageDateClauseContext) {}
- // ExitMessageDateClause is called when production messageDateClause is exited.
- func (s *BaseCobol85Listener) ExitMessageDateClause(ctx *MessageDateClauseContext) {}
- // EnterMessageTimeClause is called when production messageTimeClause is entered.
- func (s *BaseCobol85Listener) EnterMessageTimeClause(ctx *MessageTimeClauseContext) {}
- // ExitMessageTimeClause is called when production messageTimeClause is exited.
- func (s *BaseCobol85Listener) ExitMessageTimeClause(ctx *MessageTimeClauseContext) {}
- // EnterStatusKeyClause is called when production statusKeyClause is entered.
- func (s *BaseCobol85Listener) EnterStatusKeyClause(ctx *StatusKeyClauseContext) {}
- // ExitStatusKeyClause is called when production statusKeyClause is exited.
- func (s *BaseCobol85Listener) ExitStatusKeyClause(ctx *StatusKeyClauseContext) {}
- // EnterSymbolicDestinationClause is called when production symbolicDestinationClause is entered.
- func (s *BaseCobol85Listener) EnterSymbolicDestinationClause(ctx *SymbolicDestinationClauseContext) {}
- // ExitSymbolicDestinationClause is called when production symbolicDestinationClause is exited.
- func (s *BaseCobol85Listener) ExitSymbolicDestinationClause(ctx *SymbolicDestinationClauseContext) {}
- // EnterSymbolicQueueClause is called when production symbolicQueueClause is entered.
- func (s *BaseCobol85Listener) EnterSymbolicQueueClause(ctx *SymbolicQueueClauseContext) {}
- // ExitSymbolicQueueClause is called when production symbolicQueueClause is exited.
- func (s *BaseCobol85Listener) ExitSymbolicQueueClause(ctx *SymbolicQueueClauseContext) {}
- // EnterSymbolicSourceClause is called when production symbolicSourceClause is entered.
- func (s *BaseCobol85Listener) EnterSymbolicSourceClause(ctx *SymbolicSourceClauseContext) {}
- // ExitSymbolicSourceClause is called when production symbolicSourceClause is exited.
- func (s *BaseCobol85Listener) ExitSymbolicSourceClause(ctx *SymbolicSourceClauseContext) {}
- // EnterSymbolicTerminalClause is called when production symbolicTerminalClause is entered.
- func (s *BaseCobol85Listener) EnterSymbolicTerminalClause(ctx *SymbolicTerminalClauseContext) {}
- // ExitSymbolicTerminalClause is called when production symbolicTerminalClause is exited.
- func (s *BaseCobol85Listener) ExitSymbolicTerminalClause(ctx *SymbolicTerminalClauseContext) {}
- // EnterSymbolicSubQueueClause is called when production symbolicSubQueueClause is entered.
- func (s *BaseCobol85Listener) EnterSymbolicSubQueueClause(ctx *SymbolicSubQueueClauseContext) {}
- // ExitSymbolicSubQueueClause is called when production symbolicSubQueueClause is exited.
- func (s *BaseCobol85Listener) ExitSymbolicSubQueueClause(ctx *SymbolicSubQueueClauseContext) {}
- // EnterTextLengthClause is called when production textLengthClause is entered.
- func (s *BaseCobol85Listener) EnterTextLengthClause(ctx *TextLengthClauseContext) {}
- // ExitTextLengthClause is called when production textLengthClause is exited.
- func (s *BaseCobol85Listener) ExitTextLengthClause(ctx *TextLengthClauseContext) {}
- // EnterLocalStorageSection is called when production localStorageSection is entered.
- func (s *BaseCobol85Listener) EnterLocalStorageSection(ctx *LocalStorageSectionContext) {}
- // ExitLocalStorageSection is called when production localStorageSection is exited.
- func (s *BaseCobol85Listener) ExitLocalStorageSection(ctx *LocalStorageSectionContext) {}
- // EnterScreenSection is called when production screenSection is entered.
- func (s *BaseCobol85Listener) EnterScreenSection(ctx *ScreenSectionContext) {}
- // ExitScreenSection is called when production screenSection is exited.
- func (s *BaseCobol85Listener) ExitScreenSection(ctx *ScreenSectionContext) {}
- // EnterScreenDescriptionEntry is called when production screenDescriptionEntry is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionEntry(ctx *ScreenDescriptionEntryContext) {}
- // ExitScreenDescriptionEntry is called when production screenDescriptionEntry is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionEntry(ctx *ScreenDescriptionEntryContext) {}
- // EnterScreenDescriptionBlankClause is called when production screenDescriptionBlankClause is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionBlankClause(ctx *ScreenDescriptionBlankClauseContext) {
- }
- // ExitScreenDescriptionBlankClause is called when production screenDescriptionBlankClause is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionBlankClause(ctx *ScreenDescriptionBlankClauseContext) {
- }
- // EnterScreenDescriptionBellClause is called when production screenDescriptionBellClause is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionBellClause(ctx *ScreenDescriptionBellClauseContext) {
- }
- // ExitScreenDescriptionBellClause is called when production screenDescriptionBellClause is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionBellClause(ctx *ScreenDescriptionBellClauseContext) {
- }
- // EnterScreenDescriptionBlinkClause is called when production screenDescriptionBlinkClause is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionBlinkClause(ctx *ScreenDescriptionBlinkClauseContext) {
- }
- // ExitScreenDescriptionBlinkClause is called when production screenDescriptionBlinkClause is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionBlinkClause(ctx *ScreenDescriptionBlinkClauseContext) {
- }
- // EnterScreenDescriptionEraseClause is called when production screenDescriptionEraseClause is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionEraseClause(ctx *ScreenDescriptionEraseClauseContext) {
- }
- // ExitScreenDescriptionEraseClause is called when production screenDescriptionEraseClause is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionEraseClause(ctx *ScreenDescriptionEraseClauseContext) {
- }
- // EnterScreenDescriptionLightClause is called when production screenDescriptionLightClause is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionLightClause(ctx *ScreenDescriptionLightClauseContext) {
- }
- // ExitScreenDescriptionLightClause is called when production screenDescriptionLightClause is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionLightClause(ctx *ScreenDescriptionLightClauseContext) {
- }
- // EnterScreenDescriptionGridClause is called when production screenDescriptionGridClause is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionGridClause(ctx *ScreenDescriptionGridClauseContext) {
- }
- // ExitScreenDescriptionGridClause is called when production screenDescriptionGridClause is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionGridClause(ctx *ScreenDescriptionGridClauseContext) {
- }
- // EnterScreenDescriptionReverseVideoClause is called when production screenDescriptionReverseVideoClause is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionReverseVideoClause(ctx *ScreenDescriptionReverseVideoClauseContext) {
- }
- // ExitScreenDescriptionReverseVideoClause is called when production screenDescriptionReverseVideoClause is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionReverseVideoClause(ctx *ScreenDescriptionReverseVideoClauseContext) {
- }
- // EnterScreenDescriptionUnderlineClause is called when production screenDescriptionUnderlineClause is entered.
- func (s *BaseCobol85Listener) EnterScreenDescriptionUnderlineClause(ctx *ScreenDescriptionUnderlineClauseContext) {
- }
- // ExitScreenDescriptionUnderlineClause is called when production screenDescriptionUnderlineClause is exited.
- func (s *BaseCobol85Listener) ExitScreenDescriptionUnderlineClause(ctx *ScreenDescriptionUnderlineClauseContext) {
- }
- // EnterScreenDescriptionSizeClause is called when production screenDescr…