Interface ICobol85PreprocessorListener
This interface defines a complete listener for a parse tree produced by Cobol85PreprocessorParser.
Namespace: GCore.Antlr.Grammers.Cobol85
Assembly: Cobol85.dll
Syntax
public interface ICobol85PreprocessorListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterCharData(Cobol85PreprocessorParser.CharDataContext)
Enter a parse tree produced by charData().
Declaration
void EnterCharData(Cobol85PreprocessorParser.CharDataContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CharDataContext | context | The parse tree. |
EnterCharDataKeyword(Cobol85PreprocessorParser.CharDataKeywordContext)
Enter a parse tree produced by charDataKeyword().
Declaration
void EnterCharDataKeyword(Cobol85PreprocessorParser.CharDataKeywordContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CharDataKeywordContext | context | The parse tree. |
EnterCharDataLine(Cobol85PreprocessorParser.CharDataLineContext)
Enter a parse tree produced by charDataLine().
Declaration
void EnterCharDataLine(Cobol85PreprocessorParser.CharDataLineContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CharDataLineContext | context | The parse tree. |
EnterCharDataSql(Cobol85PreprocessorParser.CharDataSqlContext)
Enter a parse tree produced by charDataSql().
Declaration
void EnterCharDataSql(Cobol85PreprocessorParser.CharDataSqlContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CharDataSqlContext | context | The parse tree. |
EnterCobolWord(Cobol85PreprocessorParser.CobolWordContext)
Enter a parse tree produced by cobolWord().
Declaration
void EnterCobolWord(Cobol85PreprocessorParser.CobolWordContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CobolWordContext | context | The parse tree. |
EnterCompilerOption(Cobol85PreprocessorParser.CompilerOptionContext)
Enter a parse tree produced by compilerOption().
Declaration
void EnterCompilerOption(Cobol85PreprocessorParser.CompilerOptionContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CompilerOptionContext | context | The parse tree. |
EnterCompilerOptions(Cobol85PreprocessorParser.CompilerOptionsContext)
Enter a parse tree produced by compilerOptions().
Declaration
void EnterCompilerOptions(Cobol85PreprocessorParser.CompilerOptionsContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CompilerOptionsContext | context | The parse tree. |
EnterCompilerXOpts(Cobol85PreprocessorParser.CompilerXOptsContext)
Enter a parse tree produced by compilerXOpts().
Declaration
void EnterCompilerXOpts(Cobol85PreprocessorParser.CompilerXOptsContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CompilerXOptsContext | context | The parse tree. |
EnterCopyLibrary(Cobol85PreprocessorParser.CopyLibraryContext)
Enter a parse tree produced by copyLibrary().
Declaration
void EnterCopyLibrary(Cobol85PreprocessorParser.CopyLibraryContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CopyLibraryContext | context | The parse tree. |
EnterCopySource(Cobol85PreprocessorParser.CopySourceContext)
Enter a parse tree produced by copySource().
Declaration
void EnterCopySource(Cobol85PreprocessorParser.CopySourceContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CopySourceContext | context | The parse tree. |
EnterCopyStatement(Cobol85PreprocessorParser.CopyStatementContext)
Enter a parse tree produced by copyStatement().
Declaration
void EnterCopyStatement(Cobol85PreprocessorParser.CopyStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CopyStatementContext | context | The parse tree. |
EnterDirectoryPhrase(Cobol85PreprocessorParser.DirectoryPhraseContext)
Enter a parse tree produced by directoryPhrase().
Declaration
void EnterDirectoryPhrase(Cobol85PreprocessorParser.DirectoryPhraseContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.DirectoryPhraseContext | context | The parse tree. |
EnterEjectStatement(Cobol85PreprocessorParser.EjectStatementContext)
Enter a parse tree produced by ejectStatement().
Declaration
void EnterEjectStatement(Cobol85PreprocessorParser.EjectStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.EjectStatementContext | context | The parse tree. |
EnterExecCicsStatement(Cobol85PreprocessorParser.ExecCicsStatementContext)
Enter a parse tree produced by execCicsStatement().
Declaration
void EnterExecCicsStatement(Cobol85PreprocessorParser.ExecCicsStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ExecCicsStatementContext | context | The parse tree. |
EnterExecSqlImsStatement(Cobol85PreprocessorParser.ExecSqlImsStatementContext)
Enter a parse tree produced by execSqlImsStatement().
Declaration
void EnterExecSqlImsStatement(Cobol85PreprocessorParser.ExecSqlImsStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ExecSqlImsStatementContext | context | The parse tree. |
EnterExecSqlStatement(Cobol85PreprocessorParser.ExecSqlStatementContext)
Enter a parse tree produced by execSqlStatement().
Declaration
void EnterExecSqlStatement(Cobol85PreprocessorParser.ExecSqlStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ExecSqlStatementContext | context | The parse tree. |
EnterFamilyPhrase(Cobol85PreprocessorParser.FamilyPhraseContext)
Enter a parse tree produced by familyPhrase().
Declaration
void EnterFamilyPhrase(Cobol85PreprocessorParser.FamilyPhraseContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.FamilyPhraseContext | context | The parse tree. |
EnterFilename(Cobol85PreprocessorParser.FilenameContext)
Enter a parse tree produced by filename().
Declaration
void EnterFilename(Cobol85PreprocessorParser.FilenameContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.FilenameContext | context | The parse tree. |
EnterLiteral(Cobol85PreprocessorParser.LiteralContext)
Enter a parse tree produced by literal().
Declaration
void EnterLiteral(Cobol85PreprocessorParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.LiteralContext | context | The parse tree. |
EnterPseudoText(Cobol85PreprocessorParser.PseudoTextContext)
Enter a parse tree produced by pseudoText().
Declaration
void EnterPseudoText(Cobol85PreprocessorParser.PseudoTextContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.PseudoTextContext | context | The parse tree. |
EnterReplaceable(Cobol85PreprocessorParser.ReplaceableContext)
Enter a parse tree produced by replaceable().
Declaration
void EnterReplaceable(Cobol85PreprocessorParser.ReplaceableContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceableContext | context | The parse tree. |
EnterReplaceArea(Cobol85PreprocessorParser.ReplaceAreaContext)
Enter a parse tree produced by replaceArea().
Declaration
void EnterReplaceArea(Cobol85PreprocessorParser.ReplaceAreaContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceAreaContext | context | The parse tree. |
EnterReplaceByStatement(Cobol85PreprocessorParser.ReplaceByStatementContext)
Enter a parse tree produced by replaceByStatement().
Declaration
void EnterReplaceByStatement(Cobol85PreprocessorParser.ReplaceByStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceByStatementContext | context | The parse tree. |
EnterReplaceClause(Cobol85PreprocessorParser.ReplaceClauseContext)
Enter a parse tree produced by replaceClause().
Declaration
void EnterReplaceClause(Cobol85PreprocessorParser.ReplaceClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceClauseContext | context | The parse tree. |
EnterReplacement(Cobol85PreprocessorParser.ReplacementContext)
Enter a parse tree produced by replacement().
Declaration
void EnterReplacement(Cobol85PreprocessorParser.ReplacementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplacementContext | context | The parse tree. |
EnterReplaceOffStatement(Cobol85PreprocessorParser.ReplaceOffStatementContext)
Enter a parse tree produced by replaceOffStatement().
Declaration
void EnterReplaceOffStatement(Cobol85PreprocessorParser.ReplaceOffStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceOffStatementContext | context | The parse tree. |
EnterReplacingPhrase(Cobol85PreprocessorParser.ReplacingPhraseContext)
Enter a parse tree produced by replacingPhrase().
Declaration
void EnterReplacingPhrase(Cobol85PreprocessorParser.ReplacingPhraseContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplacingPhraseContext | context | The parse tree. |
EnterSkipStatement(Cobol85PreprocessorParser.SkipStatementContext)
Enter a parse tree produced by skipStatement().
Declaration
void EnterSkipStatement(Cobol85PreprocessorParser.SkipStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.SkipStatementContext | context | The parse tree. |
EnterStartRule(Cobol85PreprocessorParser.StartRuleContext)
Enter a parse tree produced by startRule().
Declaration
void EnterStartRule(Cobol85PreprocessorParser.StartRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.StartRuleContext | context | The parse tree. |
EnterTitleStatement(Cobol85PreprocessorParser.TitleStatementContext)
Enter a parse tree produced by titleStatement().
Declaration
void EnterTitleStatement(Cobol85PreprocessorParser.TitleStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.TitleStatementContext | context | The parse tree. |
ExitCharData(Cobol85PreprocessorParser.CharDataContext)
Exit a parse tree produced by charData().
Declaration
void ExitCharData(Cobol85PreprocessorParser.CharDataContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CharDataContext | context | The parse tree. |
ExitCharDataKeyword(Cobol85PreprocessorParser.CharDataKeywordContext)
Exit a parse tree produced by charDataKeyword().
Declaration
void ExitCharDataKeyword(Cobol85PreprocessorParser.CharDataKeywordContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CharDataKeywordContext | context | The parse tree. |
ExitCharDataLine(Cobol85PreprocessorParser.CharDataLineContext)
Exit a parse tree produced by charDataLine().
Declaration
void ExitCharDataLine(Cobol85PreprocessorParser.CharDataLineContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CharDataLineContext | context | The parse tree. |
ExitCharDataSql(Cobol85PreprocessorParser.CharDataSqlContext)
Exit a parse tree produced by charDataSql().
Declaration
void ExitCharDataSql(Cobol85PreprocessorParser.CharDataSqlContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CharDataSqlContext | context | The parse tree. |
ExitCobolWord(Cobol85PreprocessorParser.CobolWordContext)
Exit a parse tree produced by cobolWord().
Declaration
void ExitCobolWord(Cobol85PreprocessorParser.CobolWordContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CobolWordContext | context | The parse tree. |
ExitCompilerOption(Cobol85PreprocessorParser.CompilerOptionContext)
Exit a parse tree produced by compilerOption().
Declaration
void ExitCompilerOption(Cobol85PreprocessorParser.CompilerOptionContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CompilerOptionContext | context | The parse tree. |
ExitCompilerOptions(Cobol85PreprocessorParser.CompilerOptionsContext)
Exit a parse tree produced by compilerOptions().
Declaration
void ExitCompilerOptions(Cobol85PreprocessorParser.CompilerOptionsContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CompilerOptionsContext | context | The parse tree. |
ExitCompilerXOpts(Cobol85PreprocessorParser.CompilerXOptsContext)
Exit a parse tree produced by compilerXOpts().
Declaration
void ExitCompilerXOpts(Cobol85PreprocessorParser.CompilerXOptsContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CompilerXOptsContext | context | The parse tree. |
ExitCopyLibrary(Cobol85PreprocessorParser.CopyLibraryContext)
Exit a parse tree produced by copyLibrary().
Declaration
void ExitCopyLibrary(Cobol85PreprocessorParser.CopyLibraryContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CopyLibraryContext | context | The parse tree. |
ExitCopySource(Cobol85PreprocessorParser.CopySourceContext)
Exit a parse tree produced by copySource().
Declaration
void ExitCopySource(Cobol85PreprocessorParser.CopySourceContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CopySourceContext | context | The parse tree. |
ExitCopyStatement(Cobol85PreprocessorParser.CopyStatementContext)
Exit a parse tree produced by copyStatement().
Declaration
void ExitCopyStatement(Cobol85PreprocessorParser.CopyStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.CopyStatementContext | context | The parse tree. |
ExitDirectoryPhrase(Cobol85PreprocessorParser.DirectoryPhraseContext)
Exit a parse tree produced by directoryPhrase().
Declaration
void ExitDirectoryPhrase(Cobol85PreprocessorParser.DirectoryPhraseContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.DirectoryPhraseContext | context | The parse tree. |
ExitEjectStatement(Cobol85PreprocessorParser.EjectStatementContext)
Exit a parse tree produced by ejectStatement().
Declaration
void ExitEjectStatement(Cobol85PreprocessorParser.EjectStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.EjectStatementContext | context | The parse tree. |
ExitExecCicsStatement(Cobol85PreprocessorParser.ExecCicsStatementContext)
Exit a parse tree produced by execCicsStatement().
Declaration
void ExitExecCicsStatement(Cobol85PreprocessorParser.ExecCicsStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ExecCicsStatementContext | context | The parse tree. |
ExitExecSqlImsStatement(Cobol85PreprocessorParser.ExecSqlImsStatementContext)
Exit a parse tree produced by execSqlImsStatement().
Declaration
void ExitExecSqlImsStatement(Cobol85PreprocessorParser.ExecSqlImsStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ExecSqlImsStatementContext | context | The parse tree. |
ExitExecSqlStatement(Cobol85PreprocessorParser.ExecSqlStatementContext)
Exit a parse tree produced by execSqlStatement().
Declaration
void ExitExecSqlStatement(Cobol85PreprocessorParser.ExecSqlStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ExecSqlStatementContext | context | The parse tree. |
ExitFamilyPhrase(Cobol85PreprocessorParser.FamilyPhraseContext)
Exit a parse tree produced by familyPhrase().
Declaration
void ExitFamilyPhrase(Cobol85PreprocessorParser.FamilyPhraseContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.FamilyPhraseContext | context | The parse tree. |
ExitFilename(Cobol85PreprocessorParser.FilenameContext)
Exit a parse tree produced by filename().
Declaration
void ExitFilename(Cobol85PreprocessorParser.FilenameContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.FilenameContext | context | The parse tree. |
ExitLiteral(Cobol85PreprocessorParser.LiteralContext)
Exit a parse tree produced by literal().
Declaration
void ExitLiteral(Cobol85PreprocessorParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.LiteralContext | context | The parse tree. |
ExitPseudoText(Cobol85PreprocessorParser.PseudoTextContext)
Exit a parse tree produced by pseudoText().
Declaration
void ExitPseudoText(Cobol85PreprocessorParser.PseudoTextContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.PseudoTextContext | context | The parse tree. |
ExitReplaceable(Cobol85PreprocessorParser.ReplaceableContext)
Exit a parse tree produced by replaceable().
Declaration
void ExitReplaceable(Cobol85PreprocessorParser.ReplaceableContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceableContext | context | The parse tree. |
ExitReplaceArea(Cobol85PreprocessorParser.ReplaceAreaContext)
Exit a parse tree produced by replaceArea().
Declaration
void ExitReplaceArea(Cobol85PreprocessorParser.ReplaceAreaContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceAreaContext | context | The parse tree. |
ExitReplaceByStatement(Cobol85PreprocessorParser.ReplaceByStatementContext)
Exit a parse tree produced by replaceByStatement().
Declaration
void ExitReplaceByStatement(Cobol85PreprocessorParser.ReplaceByStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceByStatementContext | context | The parse tree. |
ExitReplaceClause(Cobol85PreprocessorParser.ReplaceClauseContext)
Exit a parse tree produced by replaceClause().
Declaration
void ExitReplaceClause(Cobol85PreprocessorParser.ReplaceClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceClauseContext | context | The parse tree. |
ExitReplacement(Cobol85PreprocessorParser.ReplacementContext)
Exit a parse tree produced by replacement().
Declaration
void ExitReplacement(Cobol85PreprocessorParser.ReplacementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplacementContext | context | The parse tree. |
ExitReplaceOffStatement(Cobol85PreprocessorParser.ReplaceOffStatementContext)
Exit a parse tree produced by replaceOffStatement().
Declaration
void ExitReplaceOffStatement(Cobol85PreprocessorParser.ReplaceOffStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplaceOffStatementContext | context | The parse tree. |
ExitReplacingPhrase(Cobol85PreprocessorParser.ReplacingPhraseContext)
Exit a parse tree produced by replacingPhrase().
Declaration
void ExitReplacingPhrase(Cobol85PreprocessorParser.ReplacingPhraseContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.ReplacingPhraseContext | context | The parse tree. |
ExitSkipStatement(Cobol85PreprocessorParser.SkipStatementContext)
Exit a parse tree produced by skipStatement().
Declaration
void ExitSkipStatement(Cobol85PreprocessorParser.SkipStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.SkipStatementContext | context | The parse tree. |
ExitStartRule(Cobol85PreprocessorParser.StartRuleContext)
Exit a parse tree produced by startRule().
Declaration
void ExitStartRule(Cobol85PreprocessorParser.StartRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.StartRuleContext | context | The parse tree. |
ExitTitleStatement(Cobol85PreprocessorParser.TitleStatementContext)
Exit a parse tree produced by titleStatement().
Declaration
void ExitTitleStatement(Cobol85PreprocessorParser.TitleStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Cobol85PreprocessorParser.TitleStatementContext | context | The parse tree. |