Show / Hide Table of Contents

Class Cobol85Parser.MergeStatementContext

Inheritance
System.Object
Cobol85Parser.MergeStatementContext
Namespace: GCore.Antlr.Grammers.Cobol85
Assembly: Cobol85.dll
Syntax
public class MergeStatementContext : ParserRuleContext

Constructors

| Improve this Doc View Source

MergeStatementContext(ParserRuleContext, Int32)

Declaration
public MergeStatementContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

fileName()

Declaration
public Cobol85Parser.FileNameContext fileName()
Returns
Type Description
Cobol85Parser.FileNameContext
| Improve this Doc View Source

MERGE()

Declaration
public ITerminalNode MERGE()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

mergeCollatingSequencePhrase()

Declaration
public Cobol85Parser.MergeCollatingSequencePhraseContext mergeCollatingSequencePhrase()
Returns
Type Description
Cobol85Parser.MergeCollatingSequencePhraseContext
| Improve this Doc View Source

mergeGivingPhrase()

Declaration
public Cobol85Parser.MergeGivingPhraseContext[] mergeGivingPhrase()
Returns
Type Description
Cobol85Parser.MergeGivingPhraseContext[]
| Improve this Doc View Source

mergeGivingPhrase(Int32)

Declaration
public Cobol85Parser.MergeGivingPhraseContext mergeGivingPhrase(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Cobol85Parser.MergeGivingPhraseContext
| Improve this Doc View Source

mergeOnKeyClause()

Declaration
public Cobol85Parser.MergeOnKeyClauseContext[] mergeOnKeyClause()
Returns
Type Description
Cobol85Parser.MergeOnKeyClauseContext[]
| Improve this Doc View Source

mergeOnKeyClause(Int32)

Declaration
public Cobol85Parser.MergeOnKeyClauseContext mergeOnKeyClause(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Cobol85Parser.MergeOnKeyClauseContext
| Improve this Doc View Source

mergeOutputProcedurePhrase()

Declaration
public Cobol85Parser.MergeOutputProcedurePhraseContext mergeOutputProcedurePhrase()
Returns
Type Description
Cobol85Parser.MergeOutputProcedurePhraseContext
| Improve this Doc View Source

mergeUsing()

Declaration
public Cobol85Parser.MergeUsingContext[] mergeUsing()
Returns
Type Description
Cobol85Parser.MergeUsingContext[]
| Improve this Doc View Source

mergeUsing(Int32)

Declaration
public Cobol85Parser.MergeUsingContext mergeUsing(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Cobol85Parser.MergeUsingContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX