Show / Hide Table of Contents

Class Cobol85PreprocessorBaseVisitor<Result>

This class provides an empty implementation of ICobol85PreprocessorVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
Cobol85PreprocessorBaseVisitor<Result>
Implements
ICobol85PreprocessorVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Cobol85
Assembly: Cobol85.dll
Syntax
public class Cobol85PreprocessorBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, ICobol85PreprocessorVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitCharData(Cobol85PreprocessorParser.CharDataContext)

Visit a parse tree produced by charData().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCharData(Cobol85PreprocessorParser.CharDataContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CharDataContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCharDataKeyword(Cobol85PreprocessorParser.CharDataKeywordContext)

Visit a parse tree produced by charDataKeyword().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCharDataKeyword(Cobol85PreprocessorParser.CharDataKeywordContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CharDataKeywordContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCharDataLine(Cobol85PreprocessorParser.CharDataLineContext)

Visit a parse tree produced by charDataLine().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCharDataLine(Cobol85PreprocessorParser.CharDataLineContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CharDataLineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCharDataSql(Cobol85PreprocessorParser.CharDataSqlContext)

Visit a parse tree produced by charDataSql().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCharDataSql(Cobol85PreprocessorParser.CharDataSqlContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CharDataSqlContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCobolWord(Cobol85PreprocessorParser.CobolWordContext)

Visit a parse tree produced by cobolWord().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCobolWord(Cobol85PreprocessorParser.CobolWordContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CobolWordContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCompilerOption(Cobol85PreprocessorParser.CompilerOptionContext)

Visit a parse tree produced by compilerOption().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCompilerOption(Cobol85PreprocessorParser.CompilerOptionContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CompilerOptionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCompilerOptions(Cobol85PreprocessorParser.CompilerOptionsContext)

Visit a parse tree produced by compilerOptions().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCompilerOptions(Cobol85PreprocessorParser.CompilerOptionsContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CompilerOptionsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCompilerXOpts(Cobol85PreprocessorParser.CompilerXOptsContext)

Visit a parse tree produced by compilerXOpts().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCompilerXOpts(Cobol85PreprocessorParser.CompilerXOptsContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CompilerXOptsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCopyLibrary(Cobol85PreprocessorParser.CopyLibraryContext)

Visit a parse tree produced by copyLibrary().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCopyLibrary(Cobol85PreprocessorParser.CopyLibraryContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CopyLibraryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCopySource(Cobol85PreprocessorParser.CopySourceContext)

Visit a parse tree produced by copySource().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCopySource(Cobol85PreprocessorParser.CopySourceContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CopySourceContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCopyStatement(Cobol85PreprocessorParser.CopyStatementContext)

Visit a parse tree produced by copyStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCopyStatement(Cobol85PreprocessorParser.CopyStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.CopyStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDirectoryPhrase(Cobol85PreprocessorParser.DirectoryPhraseContext)

Visit a parse tree produced by directoryPhrase().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDirectoryPhrase(Cobol85PreprocessorParser.DirectoryPhraseContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.DirectoryPhraseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEjectStatement(Cobol85PreprocessorParser.EjectStatementContext)

Visit a parse tree produced by ejectStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEjectStatement(Cobol85PreprocessorParser.EjectStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.EjectStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExecCicsStatement(Cobol85PreprocessorParser.ExecCicsStatementContext)

Visit a parse tree produced by execCicsStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExecCicsStatement(Cobol85PreprocessorParser.ExecCicsStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ExecCicsStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExecSqlImsStatement(Cobol85PreprocessorParser.ExecSqlImsStatementContext)

Visit a parse tree produced by execSqlImsStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExecSqlImsStatement(Cobol85PreprocessorParser.ExecSqlImsStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ExecSqlImsStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExecSqlStatement(Cobol85PreprocessorParser.ExecSqlStatementContext)

Visit a parse tree produced by execSqlStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExecSqlStatement(Cobol85PreprocessorParser.ExecSqlStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ExecSqlStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFamilyPhrase(Cobol85PreprocessorParser.FamilyPhraseContext)

Visit a parse tree produced by familyPhrase().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFamilyPhrase(Cobol85PreprocessorParser.FamilyPhraseContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.FamilyPhraseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFilename(Cobol85PreprocessorParser.FilenameContext)

Visit a parse tree produced by filename().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFilename(Cobol85PreprocessorParser.FilenameContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.FilenameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral(Cobol85PreprocessorParser.LiteralContext)

Visit a parse tree produced by literal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLiteral(Cobol85PreprocessorParser.LiteralContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.LiteralContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPseudoText(Cobol85PreprocessorParser.PseudoTextContext)

Visit a parse tree produced by pseudoText().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPseudoText(Cobol85PreprocessorParser.PseudoTextContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.PseudoTextContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReplaceable(Cobol85PreprocessorParser.ReplaceableContext)

Visit a parse tree produced by replaceable().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReplaceable(Cobol85PreprocessorParser.ReplaceableContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ReplaceableContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReplaceArea(Cobol85PreprocessorParser.ReplaceAreaContext)

Visit a parse tree produced by replaceArea().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReplaceArea(Cobol85PreprocessorParser.ReplaceAreaContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ReplaceAreaContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReplaceByStatement(Cobol85PreprocessorParser.ReplaceByStatementContext)

Visit a parse tree produced by replaceByStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReplaceByStatement(Cobol85PreprocessorParser.ReplaceByStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ReplaceByStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReplaceClause(Cobol85PreprocessorParser.ReplaceClauseContext)

Visit a parse tree produced by replaceClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReplaceClause(Cobol85PreprocessorParser.ReplaceClauseContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ReplaceClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReplacement(Cobol85PreprocessorParser.ReplacementContext)

Visit a parse tree produced by replacement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReplacement(Cobol85PreprocessorParser.ReplacementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ReplacementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReplaceOffStatement(Cobol85PreprocessorParser.ReplaceOffStatementContext)

Visit a parse tree produced by replaceOffStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReplaceOffStatement(Cobol85PreprocessorParser.ReplaceOffStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ReplaceOffStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReplacingPhrase(Cobol85PreprocessorParser.ReplacingPhraseContext)

Visit a parse tree produced by replacingPhrase().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReplacingPhrase(Cobol85PreprocessorParser.ReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.ReplacingPhraseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSkipStatement(Cobol85PreprocessorParser.SkipStatementContext)

Visit a parse tree produced by skipStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSkipStatement(Cobol85PreprocessorParser.SkipStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.SkipStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStartRule(Cobol85PreprocessorParser.StartRuleContext)

Visit a parse tree produced by startRule().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStartRule(Cobol85PreprocessorParser.StartRuleContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.StartRuleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTitleStatement(Cobol85PreprocessorParser.TitleStatementContext)

Visit a parse tree produced by titleStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTitleStatement(Cobol85PreprocessorParser.TitleStatementContext context)
Parameters
Type Name Description
Cobol85PreprocessorParser.TitleStatementContext context

The parse tree.

Returns
Type Description
Result

Implements

ICobol85PreprocessorVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX