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
Namespace: GCore.Antlr.Grammers.Cobol85
Assembly: Cobol85.dll
Syntax
public class Cobol85PreprocessorBaseListener : object, ICobol85PreprocessorListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterCharData(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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.