Show / Hide Table of Contents

Interface ICobol85PreprocessorVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by Cobol85PreprocessorParser.

Namespace: GCore.Antlr.Grammers.Cobol85
Assembly: Cobol85.dll
Syntax
public interface 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().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX