Show / Hide Table of Contents

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 Source

EnterCharData(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX