Show / Hide Table of Contents

Class Cobol85PreprocessorBaseListener

This class provides an empty implementation of ICobol85PreprocessorListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
Cobol85PreprocessorBaseListener
Implements
ICobol85PreprocessorListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Cobol85
Assembly: Cobol85.dll
Syntax
public class Cobol85PreprocessorBaseListener : object, ICobol85PreprocessorListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterCharData(Cobol85PreprocessorParser.CharDataContext)

Enter a parse tree produced by charData().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void EnterEjectStatement(Cobol85PreprocessorParser.EjectStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.EjectStatementContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExecCicsStatement(Cobol85PreprocessorParser.ExecCicsStatementContext)

Enter a parse tree produced by execCicsStatement().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void ExitEjectStatement(Cobol85PreprocessorParser.EjectStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.EjectStatementContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExecCicsStatement(Cobol85PreprocessorParser.ExecCicsStatementContext)

Exit a parse tree produced by execCicsStatement().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void ExitTitleStatement(Cobol85PreprocessorParser.TitleStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.TitleStatementContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

ICobol85PreprocessorListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX