Show / Hide Table of Contents

Class Cobol85BaseListener

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

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

Methods

| Improve this Doc View Source

EnterAbbreviation(Cobol85Parser.AbbreviationContext)

Enter a parse tree produced by abbreviation().

The default implementation does nothing.

Declaration
public virtual void EnterAbbreviation(Cobol85Parser.AbbreviationContext context)
Parameters
Type Name Description
Cobol85Parser.AbbreviationContext context

The parse tree.

| Improve this Doc View Source

EnterAcceptFromDateStatement(Cobol85Parser.AcceptFromDateStatementContext)

Enter a parse tree produced by acceptFromDateStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAcceptFromDateStatement(Cobol85Parser.AcceptFromDateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptFromDateStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAcceptFromEscapeKeyStatement(Cobol85Parser.AcceptFromEscapeKeyStatementContext)

Enter a parse tree produced by acceptFromEscapeKeyStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAcceptFromEscapeKeyStatement(Cobol85Parser.AcceptFromEscapeKeyStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptFromEscapeKeyStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAcceptFromMnemonicStatement(Cobol85Parser.AcceptFromMnemonicStatementContext)

Enter a parse tree produced by acceptFromMnemonicStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAcceptFromMnemonicStatement(Cobol85Parser.AcceptFromMnemonicStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptFromMnemonicStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAcceptMessageCountStatement(Cobol85Parser.AcceptMessageCountStatementContext)

Enter a parse tree produced by acceptMessageCountStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAcceptMessageCountStatement(Cobol85Parser.AcceptMessageCountStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptMessageCountStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAcceptStatement(Cobol85Parser.AcceptStatementContext)

Enter a parse tree produced by acceptStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAcceptStatement(Cobol85Parser.AcceptStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAccessModeClause(Cobol85Parser.AccessModeClauseContext)

Enter a parse tree produced by accessModeClause().

The default implementation does nothing.

Declaration
public virtual void EnterAccessModeClause(Cobol85Parser.AccessModeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.AccessModeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterAddCorrespondingStatement(Cobol85Parser.AddCorrespondingStatementContext)

Enter a parse tree produced by addCorrespondingStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAddCorrespondingStatement(Cobol85Parser.AddCorrespondingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AddCorrespondingStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAddFrom(Cobol85Parser.AddFromContext)

Enter a parse tree produced by addFrom().

The default implementation does nothing.

Declaration
public virtual void EnterAddFrom(Cobol85Parser.AddFromContext context)
Parameters
Type Name Description
Cobol85Parser.AddFromContext context

The parse tree.

| Improve this Doc View Source

EnterAddGiving(Cobol85Parser.AddGivingContext)

Enter a parse tree produced by addGiving().

The default implementation does nothing.

Declaration
public virtual void EnterAddGiving(Cobol85Parser.AddGivingContext context)
Parameters
Type Name Description
Cobol85Parser.AddGivingContext context

The parse tree.

| Improve this Doc View Source

EnterAddStatement(Cobol85Parser.AddStatementContext)

Enter a parse tree produced by addStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAddStatement(Cobol85Parser.AddStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AddStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAddTo(Cobol85Parser.AddToContext)

Enter a parse tree produced by addTo().

The default implementation does nothing.

Declaration
public virtual void EnterAddTo(Cobol85Parser.AddToContext context)
Parameters
Type Name Description
Cobol85Parser.AddToContext context

The parse tree.

| Improve this Doc View Source

EnterAddToGiving(Cobol85Parser.AddToGivingContext)

Enter a parse tree produced by addToGiving().

The default implementation does nothing.

Declaration
public virtual void EnterAddToGiving(Cobol85Parser.AddToGivingContext context)
Parameters
Type Name Description
Cobol85Parser.AddToGivingContext context

The parse tree.

| Improve this Doc View Source

EnterAddToGivingStatement(Cobol85Parser.AddToGivingStatementContext)

Enter a parse tree produced by addToGivingStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAddToGivingStatement(Cobol85Parser.AddToGivingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AddToGivingStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAddToStatement(Cobol85Parser.AddToStatementContext)

Enter a parse tree produced by addToStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAddToStatement(Cobol85Parser.AddToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AddToStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAlphabetAlso(Cobol85Parser.AlphabetAlsoContext)

Enter a parse tree produced by alphabetAlso().

The default implementation does nothing.

Declaration
public virtual void EnterAlphabetAlso(Cobol85Parser.AlphabetAlsoContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetAlsoContext context

The parse tree.

| Improve this Doc View Source

EnterAlphabetClause(Cobol85Parser.AlphabetClauseContext)

Enter a parse tree produced by alphabetClause().

The default implementation does nothing.

Declaration
public virtual void EnterAlphabetClause(Cobol85Parser.AlphabetClauseContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetClauseContext context

The parse tree.

| Improve this Doc View Source

EnterAlphabetClauseFormat1(Cobol85Parser.AlphabetClauseFormat1Context)

Enter a parse tree produced by alphabetClauseFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterAlphabetClauseFormat1(Cobol85Parser.AlphabetClauseFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.AlphabetClauseFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterAlphabetClauseFormat2(Cobol85Parser.AlphabetClauseFormat2Context)

Enter a parse tree produced by alphabetClauseFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterAlphabetClauseFormat2(Cobol85Parser.AlphabetClauseFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.AlphabetClauseFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterAlphabetLiterals(Cobol85Parser.AlphabetLiteralsContext)

Enter a parse tree produced by alphabetLiterals().

The default implementation does nothing.

Declaration
public virtual void EnterAlphabetLiterals(Cobol85Parser.AlphabetLiteralsContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetLiteralsContext context

The parse tree.

| Improve this Doc View Source

EnterAlphabetName(Cobol85Parser.AlphabetNameContext)

Enter a parse tree produced by alphabetName().

The default implementation does nothing.

Declaration
public virtual void EnterAlphabetName(Cobol85Parser.AlphabetNameContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetNameContext context

The parse tree.

| Improve this Doc View Source

EnterAlphabetThrough(Cobol85Parser.AlphabetThroughContext)

Enter a parse tree produced by alphabetThrough().

The default implementation does nothing.

Declaration
public virtual void EnterAlphabetThrough(Cobol85Parser.AlphabetThroughContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetThroughContext context

The parse tree.

| Improve this Doc View Source

EnterAlteredGoTo(Cobol85Parser.AlteredGoToContext)

Enter a parse tree produced by alteredGoTo().

The default implementation does nothing.

Declaration
public virtual void EnterAlteredGoTo(Cobol85Parser.AlteredGoToContext context)
Parameters
Type Name Description
Cobol85Parser.AlteredGoToContext context

The parse tree.

| Improve this Doc View Source

EnterAlternateRecordKeyClause(Cobol85Parser.AlternateRecordKeyClauseContext)

Enter a parse tree produced by alternateRecordKeyClause().

The default implementation does nothing.

Declaration
public virtual void EnterAlternateRecordKeyClause(Cobol85Parser.AlternateRecordKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.AlternateRecordKeyClauseContext context

The parse tree.

| Improve this Doc View Source

EnterAlterProceedTo(Cobol85Parser.AlterProceedToContext)

Enter a parse tree produced by alterProceedTo().

The default implementation does nothing.

Declaration
public virtual void EnterAlterProceedTo(Cobol85Parser.AlterProceedToContext context)
Parameters
Type Name Description
Cobol85Parser.AlterProceedToContext context

The parse tree.

| Improve this Doc View Source

EnterAlterStatement(Cobol85Parser.AlterStatementContext)

Enter a parse tree produced by alterStatement().

The default implementation does nothing.

Declaration
public virtual void EnterAlterStatement(Cobol85Parser.AlterStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AlterStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAndOrCondition(Cobol85Parser.AndOrConditionContext)

Enter a parse tree produced by andOrCondition().

The default implementation does nothing.

Declaration
public virtual void EnterAndOrCondition(Cobol85Parser.AndOrConditionContext context)
Parameters
Type Name Description
Cobol85Parser.AndOrConditionContext context

The parse tree.

| Improve this Doc View Source

EnterArgument(Cobol85Parser.ArgumentContext)

Enter a parse tree produced by argument().

The default implementation does nothing.

Declaration
public virtual void EnterArgument(Cobol85Parser.ArgumentContext context)
Parameters
Type Name Description
Cobol85Parser.ArgumentContext context

The parse tree.

| Improve this Doc View Source

EnterArithmeticExpression(Cobol85Parser.ArithmeticExpressionContext)

Enter a parse tree produced by arithmeticExpression().

The default implementation does nothing.

Declaration
public virtual void EnterArithmeticExpression(Cobol85Parser.ArithmeticExpressionContext context)
Parameters
Type Name Description
Cobol85Parser.ArithmeticExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterAssignClause(Cobol85Parser.AssignClauseContext)

Enter a parse tree produced by assignClause().

The default implementation does nothing.

Declaration
public virtual void EnterAssignClause(Cobol85Parser.AssignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.AssignClauseContext context

The parse tree.

| Improve this Doc View Source

EnterAssignmentName(Cobol85Parser.AssignmentNameContext)

Enter a parse tree produced by assignmentName().

The default implementation does nothing.

Declaration
public virtual void EnterAssignmentName(Cobol85Parser.AssignmentNameContext context)
Parameters
Type Name Description
Cobol85Parser.AssignmentNameContext context

The parse tree.

| Improve this Doc View Source

EnterAtEndPhrase(Cobol85Parser.AtEndPhraseContext)

Enter a parse tree produced by atEndPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterAtEndPhrase(Cobol85Parser.AtEndPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.AtEndPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterAuthorParagraph(Cobol85Parser.AuthorParagraphContext)

Enter a parse tree produced by authorParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterAuthorParagraph(Cobol85Parser.AuthorParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.AuthorParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterBasis(Cobol85Parser.BasisContext)

Enter a parse tree produced by basis().

The default implementation does nothing.

Declaration
public virtual void EnterBasis(Cobol85Parser.BasisContext context)
Parameters
Type Name Description
Cobol85Parser.BasisContext context

The parse tree.

| Improve this Doc View Source

EnterBasisName(Cobol85Parser.BasisNameContext)

Enter a parse tree produced by basisName().

The default implementation does nothing.

Declaration
public virtual void EnterBasisName(Cobol85Parser.BasisNameContext context)
Parameters
Type Name Description
Cobol85Parser.BasisNameContext context

The parse tree.

| Improve this Doc View Source

EnterBlockContainsClause(Cobol85Parser.BlockContainsClauseContext)

Enter a parse tree produced by blockContainsClause().

The default implementation does nothing.

Declaration
public virtual void EnterBlockContainsClause(Cobol85Parser.BlockContainsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.BlockContainsClauseContext context

The parse tree.

| Improve this Doc View Source

EnterBlockContainsTo(Cobol85Parser.BlockContainsToContext)

Enter a parse tree produced by blockContainsTo().

The default implementation does nothing.

Declaration
public virtual void EnterBlockContainsTo(Cobol85Parser.BlockContainsToContext context)
Parameters
Type Name Description
Cobol85Parser.BlockContainsToContext context

The parse tree.

| Improve this Doc View Source

EnterBooleanLiteral(Cobol85Parser.BooleanLiteralContext)

Enter a parse tree produced by booleanLiteral().

The default implementation does nothing.

Declaration
public virtual void EnterBooleanLiteral(Cobol85Parser.BooleanLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.BooleanLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterCallByContent(Cobol85Parser.CallByContentContext)

Enter a parse tree produced by callByContent().

The default implementation does nothing.

Declaration
public virtual void EnterCallByContent(Cobol85Parser.CallByContentContext context)
Parameters
Type Name Description
Cobol85Parser.CallByContentContext context

The parse tree.

| Improve this Doc View Source

EnterCallByContentPhrase(Cobol85Parser.CallByContentPhraseContext)

Enter a parse tree produced by callByContentPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterCallByContentPhrase(Cobol85Parser.CallByContentPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallByContentPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterCallByReference(Cobol85Parser.CallByReferenceContext)

Enter a parse tree produced by callByReference().

The default implementation does nothing.

Declaration
public virtual void EnterCallByReference(Cobol85Parser.CallByReferenceContext context)
Parameters
Type Name Description
Cobol85Parser.CallByReferenceContext context

The parse tree.

| Improve this Doc View Source

EnterCallByReferencePhrase(Cobol85Parser.CallByReferencePhraseContext)

Enter a parse tree produced by callByReferencePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterCallByReferencePhrase(Cobol85Parser.CallByReferencePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallByReferencePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterCallByValue(Cobol85Parser.CallByValueContext)

Enter a parse tree produced by callByValue().

The default implementation does nothing.

Declaration
public virtual void EnterCallByValue(Cobol85Parser.CallByValueContext context)
Parameters
Type Name Description
Cobol85Parser.CallByValueContext context

The parse tree.

| Improve this Doc View Source

EnterCallByValuePhrase(Cobol85Parser.CallByValuePhraseContext)

Enter a parse tree produced by callByValuePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterCallByValuePhrase(Cobol85Parser.CallByValuePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallByValuePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterCallGivingPhrase(Cobol85Parser.CallGivingPhraseContext)

Enter a parse tree produced by callGivingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterCallGivingPhrase(Cobol85Parser.CallGivingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallGivingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterCallStatement(Cobol85Parser.CallStatementContext)

Enter a parse tree produced by callStatement().

The default implementation does nothing.

Declaration
public virtual void EnterCallStatement(Cobol85Parser.CallStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CallStatementContext context

The parse tree.

| Improve this Doc View Source

EnterCallUsingParameter(Cobol85Parser.CallUsingParameterContext)

Enter a parse tree produced by callUsingParameter().

The default implementation does nothing.

Declaration
public virtual void EnterCallUsingParameter(Cobol85Parser.CallUsingParameterContext context)
Parameters
Type Name Description
Cobol85Parser.CallUsingParameterContext context

The parse tree.

| Improve this Doc View Source

EnterCallUsingPhrase(Cobol85Parser.CallUsingPhraseContext)

Enter a parse tree produced by callUsingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterCallUsingPhrase(Cobol85Parser.CallUsingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallUsingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterCancelCall(Cobol85Parser.CancelCallContext)

Enter a parse tree produced by cancelCall().

The default implementation does nothing.

Declaration
public virtual void EnterCancelCall(Cobol85Parser.CancelCallContext context)
Parameters
Type Name Description
Cobol85Parser.CancelCallContext context

The parse tree.

| Improve this Doc View Source

EnterCancelStatement(Cobol85Parser.CancelStatementContext)

Enter a parse tree produced by cancelStatement().

The default implementation does nothing.

Declaration
public virtual void EnterCancelStatement(Cobol85Parser.CancelStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CancelStatementContext context

The parse tree.

| Improve this Doc View Source

EnterCdName(Cobol85Parser.CdNameContext)

Enter a parse tree produced by cdName().

The default implementation does nothing.

Declaration
public virtual void EnterCdName(Cobol85Parser.CdNameContext context)
Parameters
Type Name Description
Cobol85Parser.CdNameContext context

The parse tree.

| Improve this Doc View Source

EnterChannelClause(Cobol85Parser.ChannelClauseContext)

Enter a parse tree produced by channelClause().

The default implementation does nothing.

Declaration
public virtual void EnterChannelClause(Cobol85Parser.ChannelClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ChannelClauseContext context

The parse tree.

| Improve this Doc View Source

EnterCharacterPosition(Cobol85Parser.CharacterPositionContext)

Enter a parse tree produced by characterPosition().

The default implementation does nothing.

Declaration
public virtual void EnterCharacterPosition(Cobol85Parser.CharacterPositionContext context)
Parameters
Type Name Description
Cobol85Parser.CharacterPositionContext context

The parse tree.

| Improve this Doc View Source

EnterCharacterSetClause(Cobol85Parser.CharacterSetClauseContext)

Enter a parse tree produced by characterSetClause().

The default implementation does nothing.

Declaration
public virtual void EnterCharacterSetClause(Cobol85Parser.CharacterSetClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CharacterSetClauseContext context

The parse tree.

| Improve this Doc View Source

EnterCicsDfhRespLiteral(Cobol85Parser.CicsDfhRespLiteralContext)

Enter a parse tree produced by cicsDfhRespLiteral().

The default implementation does nothing.

Declaration
public virtual void EnterCicsDfhRespLiteral(Cobol85Parser.CicsDfhRespLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.CicsDfhRespLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterCicsDfhValueLiteral(Cobol85Parser.CicsDfhValueLiteralContext)

Enter a parse tree produced by cicsDfhValueLiteral().

The default implementation does nothing.

Declaration
public virtual void EnterCicsDfhValueLiteral(Cobol85Parser.CicsDfhValueLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.CicsDfhValueLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterClassClause(Cobol85Parser.ClassClauseContext)

Enter a parse tree produced by classClause().

The default implementation does nothing.

Declaration
public virtual void EnterClassClause(Cobol85Parser.ClassClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ClassClauseContext context

The parse tree.

| Improve this Doc View Source

EnterClassClauseFrom(Cobol85Parser.ClassClauseFromContext)

Enter a parse tree produced by classClauseFrom().

The default implementation does nothing.

Declaration
public virtual void EnterClassClauseFrom(Cobol85Parser.ClassClauseFromContext context)
Parameters
Type Name Description
Cobol85Parser.ClassClauseFromContext context

The parse tree.

| Improve this Doc View Source

EnterClassClauseThrough(Cobol85Parser.ClassClauseThroughContext)

Enter a parse tree produced by classClauseThrough().

The default implementation does nothing.

Declaration
public virtual void EnterClassClauseThrough(Cobol85Parser.ClassClauseThroughContext context)
Parameters
Type Name Description
Cobol85Parser.ClassClauseThroughContext context

The parse tree.

| Improve this Doc View Source

EnterClassClauseTo(Cobol85Parser.ClassClauseToContext)

Enter a parse tree produced by classClauseTo().

The default implementation does nothing.

Declaration
public virtual void EnterClassClauseTo(Cobol85Parser.ClassClauseToContext context)
Parameters
Type Name Description
Cobol85Parser.ClassClauseToContext context

The parse tree.

| Improve this Doc View Source

EnterClassCondition(Cobol85Parser.ClassConditionContext)

Enter a parse tree produced by classCondition().

The default implementation does nothing.

Declaration
public virtual void EnterClassCondition(Cobol85Parser.ClassConditionContext context)
Parameters
Type Name Description
Cobol85Parser.ClassConditionContext context

The parse tree.

| Improve this Doc View Source

EnterClassName(Cobol85Parser.ClassNameContext)

Enter a parse tree produced by className().

The default implementation does nothing.

Declaration
public virtual void EnterClassName(Cobol85Parser.ClassNameContext context)
Parameters
Type Name Description
Cobol85Parser.ClassNameContext context

The parse tree.

| Improve this Doc View Source

EnterCloseFile(Cobol85Parser.CloseFileContext)

Enter a parse tree produced by closeFile().

The default implementation does nothing.

Declaration
public virtual void EnterCloseFile(Cobol85Parser.CloseFileContext context)
Parameters
Type Name Description
Cobol85Parser.CloseFileContext context

The parse tree.

| Improve this Doc View Source

EnterClosePortFileIOStatement(Cobol85Parser.ClosePortFileIOStatementContext)

Enter a parse tree produced by closePortFileIOStatement().

The default implementation does nothing.

Declaration
public virtual void EnterClosePortFileIOStatement(Cobol85Parser.ClosePortFileIOStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOStatementContext context

The parse tree.

| Improve this Doc View Source

EnterClosePortFileIOUsing(Cobol85Parser.ClosePortFileIOUsingContext)

Enter a parse tree produced by closePortFileIOUsing().

The default implementation does nothing.

Declaration
public virtual void EnterClosePortFileIOUsing(Cobol85Parser.ClosePortFileIOUsingContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOUsingContext context

The parse tree.

| Improve this Doc View Source

EnterClosePortFileIOUsingAssociatedData(Cobol85Parser.ClosePortFileIOUsingAssociatedDataContext)

Enter a parse tree produced by closePortFileIOUsingAssociatedData().

The default implementation does nothing.

Declaration
public virtual void EnterClosePortFileIOUsingAssociatedData(Cobol85Parser.ClosePortFileIOUsingAssociatedDataContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOUsingAssociatedDataContext context

The parse tree.

| Improve this Doc View Source

EnterClosePortFileIOUsingAssociatedDataLength(Cobol85Parser.ClosePortFileIOUsingAssociatedDataLengthContext)

Enter a parse tree produced by closePortFileIOUsingAssociatedDataLength().

The default implementation does nothing.

Declaration
public virtual void EnterClosePortFileIOUsingAssociatedDataLength(Cobol85Parser.ClosePortFileIOUsingAssociatedDataLengthContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOUsingAssociatedDataLengthContext context

The parse tree.

| Improve this Doc View Source

EnterClosePortFileIOUsingCloseDisposition(Cobol85Parser.ClosePortFileIOUsingCloseDispositionContext)

Enter a parse tree produced by closePortFileIOUsingCloseDisposition().

The default implementation does nothing.

Declaration
public virtual void EnterClosePortFileIOUsingCloseDisposition(Cobol85Parser.ClosePortFileIOUsingCloseDispositionContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOUsingCloseDispositionContext context

The parse tree.

| Improve this Doc View Source

EnterCloseReelUnitStatement(Cobol85Parser.CloseReelUnitStatementContext)

Enter a parse tree produced by closeReelUnitStatement().

The default implementation does nothing.

Declaration
public virtual void EnterCloseReelUnitStatement(Cobol85Parser.CloseReelUnitStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CloseReelUnitStatementContext context

The parse tree.

| Improve this Doc View Source

EnterCloseRelativeStatement(Cobol85Parser.CloseRelativeStatementContext)

Enter a parse tree produced by closeRelativeStatement().

The default implementation does nothing.

Declaration
public virtual void EnterCloseRelativeStatement(Cobol85Parser.CloseRelativeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CloseRelativeStatementContext context

The parse tree.

| Improve this Doc View Source

EnterCloseStatement(Cobol85Parser.CloseStatementContext)

Enter a parse tree produced by closeStatement().

The default implementation does nothing.

Declaration
public virtual void EnterCloseStatement(Cobol85Parser.CloseStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CloseStatementContext context

The parse tree.

| Improve this Doc View Source

EnterCobolWord(Cobol85Parser.CobolWordContext)

Enter a parse tree produced by cobolWord().

The default implementation does nothing.

Declaration
public virtual void EnterCobolWord(Cobol85Parser.CobolWordContext context)
Parameters
Type Name Description
Cobol85Parser.CobolWordContext context

The parse tree.

| Improve this Doc View Source

EnterCodeSetClause(Cobol85Parser.CodeSetClauseContext)

Enter a parse tree produced by codeSetClause().

The default implementation does nothing.

Declaration
public virtual void EnterCodeSetClause(Cobol85Parser.CodeSetClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CodeSetClauseContext context

The parse tree.

| Improve this Doc View Source

EnterCollatingSequenceClause(Cobol85Parser.CollatingSequenceClauseContext)

Enter a parse tree produced by collatingSequenceClause().

The default implementation does nothing.

Declaration
public virtual void EnterCollatingSequenceClause(Cobol85Parser.CollatingSequenceClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CollatingSequenceClauseContext context

The parse tree.

| Improve this Doc View Source

EnterCollatingSequenceClauseAlphanumeric(Cobol85Parser.CollatingSequenceClauseAlphanumericContext)

Enter a parse tree produced by collatingSequenceClauseAlphanumeric().

The default implementation does nothing.

Declaration
public virtual void EnterCollatingSequenceClauseAlphanumeric(Cobol85Parser.CollatingSequenceClauseAlphanumericContext context)
Parameters
Type Name Description
Cobol85Parser.CollatingSequenceClauseAlphanumericContext context

The parse tree.

| Improve this Doc View Source

EnterCollatingSequenceClauseNational(Cobol85Parser.CollatingSequenceClauseNationalContext)

Enter a parse tree produced by collatingSequenceClauseNational().

The default implementation does nothing.

Declaration
public virtual void EnterCollatingSequenceClauseNational(Cobol85Parser.CollatingSequenceClauseNationalContext context)
Parameters
Type Name Description
Cobol85Parser.CollatingSequenceClauseNationalContext context

The parse tree.

| Improve this Doc View Source

EnterCombinableCondition(Cobol85Parser.CombinableConditionContext)

Enter a parse tree produced by combinableCondition().

The default implementation does nothing.

Declaration
public virtual void EnterCombinableCondition(Cobol85Parser.CombinableConditionContext context)
Parameters
Type Name Description
Cobol85Parser.CombinableConditionContext context

The parse tree.

| Improve this Doc View Source

EnterCommentEntry(Cobol85Parser.CommentEntryContext)

Enter a parse tree produced by commentEntry().

The default implementation does nothing.

Declaration
public virtual void EnterCommentEntry(Cobol85Parser.CommentEntryContext context)
Parameters
Type Name Description
Cobol85Parser.CommentEntryContext context

The parse tree.

| Improve this Doc View Source

EnterCommitmentControlClause(Cobol85Parser.CommitmentControlClauseContext)

Enter a parse tree produced by commitmentControlClause().

The default implementation does nothing.

Declaration
public virtual void EnterCommitmentControlClause(Cobol85Parser.CommitmentControlClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CommitmentControlClauseContext context

The parse tree.

| Improve this Doc View Source

EnterCommunicationDescriptionEntry(Cobol85Parser.CommunicationDescriptionEntryContext)

Enter a parse tree produced by communicationDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void EnterCommunicationDescriptionEntry(Cobol85Parser.CommunicationDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.CommunicationDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

EnterCommunicationDescriptionEntryFormat1(Cobol85Parser.CommunicationDescriptionEntryFormat1Context)

Enter a parse tree produced by communicationDescriptionEntryFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterCommunicationDescriptionEntryFormat1(Cobol85Parser.CommunicationDescriptionEntryFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.CommunicationDescriptionEntryFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterCommunicationDescriptionEntryFormat2(Cobol85Parser.CommunicationDescriptionEntryFormat2Context)

Enter a parse tree produced by communicationDescriptionEntryFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterCommunicationDescriptionEntryFormat2(Cobol85Parser.CommunicationDescriptionEntryFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.CommunicationDescriptionEntryFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterCommunicationDescriptionEntryFormat3(Cobol85Parser.CommunicationDescriptionEntryFormat3Context)

Enter a parse tree produced by communicationDescriptionEntryFormat3().

The default implementation does nothing.

Declaration
public virtual void EnterCommunicationDescriptionEntryFormat3(Cobol85Parser.CommunicationDescriptionEntryFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.CommunicationDescriptionEntryFormat3Context context

The parse tree.

| Improve this Doc View Source

EnterCommunicationSection(Cobol85Parser.CommunicationSectionContext)

Enter a parse tree produced by communicationSection().

The default implementation does nothing.

Declaration
public virtual void EnterCommunicationSection(Cobol85Parser.CommunicationSectionContext context)
Parameters
Type Name Description
Cobol85Parser.CommunicationSectionContext context

The parse tree.

| Improve this Doc View Source

EnterCompilationUnit(Cobol85Parser.CompilationUnitContext)

Enter a parse tree produced by compilationUnit().

The default implementation does nothing.

Declaration
public virtual void EnterCompilationUnit(Cobol85Parser.CompilationUnitContext context)
Parameters
Type Name Description
Cobol85Parser.CompilationUnitContext context

The parse tree.

| Improve this Doc View Source

EnterComputerName(Cobol85Parser.ComputerNameContext)

Enter a parse tree produced by computerName().

The default implementation does nothing.

Declaration
public virtual void EnterComputerName(Cobol85Parser.ComputerNameContext context)
Parameters
Type Name Description
Cobol85Parser.ComputerNameContext context

The parse tree.

| Improve this Doc View Source

EnterComputeStatement(Cobol85Parser.ComputeStatementContext)

Enter a parse tree produced by computeStatement().

The default implementation does nothing.

Declaration
public virtual void EnterComputeStatement(Cobol85Parser.ComputeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ComputeStatementContext context

The parse tree.

| Improve this Doc View Source

EnterComputeStore(Cobol85Parser.ComputeStoreContext)

Enter a parse tree produced by computeStore().

The default implementation does nothing.

Declaration
public virtual void EnterComputeStore(Cobol85Parser.ComputeStoreContext context)
Parameters
Type Name Description
Cobol85Parser.ComputeStoreContext context

The parse tree.

| Improve this Doc View Source

EnterCondition(Cobol85Parser.ConditionContext)

Enter a parse tree produced by condition().

The default implementation does nothing.

Declaration
public virtual void EnterCondition(Cobol85Parser.ConditionContext context)
Parameters
Type Name Description
Cobol85Parser.ConditionContext context

The parse tree.

| Improve this Doc View Source

EnterConditionName(Cobol85Parser.ConditionNameContext)

Enter a parse tree produced by conditionName().

The default implementation does nothing.

Declaration
public virtual void EnterConditionName(Cobol85Parser.ConditionNameContext context)
Parameters
Type Name Description
Cobol85Parser.ConditionNameContext context

The parse tree.

| Improve this Doc View Source

EnterConditionNameReference(Cobol85Parser.ConditionNameReferenceContext)

Enter a parse tree produced by conditionNameReference().

The default implementation does nothing.

Declaration
public virtual void EnterConditionNameReference(Cobol85Parser.ConditionNameReferenceContext context)
Parameters
Type Name Description
Cobol85Parser.ConditionNameReferenceContext context

The parse tree.

| Improve this Doc View Source

EnterConditionNameSubscriptReference(Cobol85Parser.ConditionNameSubscriptReferenceContext)

Enter a parse tree produced by conditionNameSubscriptReference().

The default implementation does nothing.

Declaration
public virtual void EnterConditionNameSubscriptReference(Cobol85Parser.ConditionNameSubscriptReferenceContext context)
Parameters
Type Name Description
Cobol85Parser.ConditionNameSubscriptReferenceContext context

The parse tree.

| Improve this Doc View Source

EnterConfigurationSection(Cobol85Parser.ConfigurationSectionContext)

Enter a parse tree produced by configurationSection().

The default implementation does nothing.

Declaration
public virtual void EnterConfigurationSection(Cobol85Parser.ConfigurationSectionContext context)
Parameters
Type Name Description
Cobol85Parser.ConfigurationSectionContext context

The parse tree.

| Improve this Doc View Source

EnterConfigurationSectionParagraph(Cobol85Parser.ConfigurationSectionParagraphContext)

Enter a parse tree produced by configurationSectionParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterConfigurationSectionParagraph(Cobol85Parser.ConfigurationSectionParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.ConfigurationSectionParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterContinueStatement(Cobol85Parser.ContinueStatementContext)

Enter a parse tree produced by continueStatement().

The default implementation does nothing.

Declaration
public virtual void EnterContinueStatement(Cobol85Parser.ContinueStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ContinueStatementContext context

The parse tree.

| Improve this Doc View Source

EnterCurrencySignClause(Cobol85Parser.CurrencySignClauseContext)

Enter a parse tree produced by currencySignClause().

The default implementation does nothing.

Declaration
public virtual void EnterCurrencySignClause(Cobol85Parser.CurrencySignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CurrencySignClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataAlignedClause(Cobol85Parser.DataAlignedClauseContext)

Enter a parse tree produced by dataAlignedClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataAlignedClause(Cobol85Parser.DataAlignedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataAlignedClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataBaseSection(Cobol85Parser.DataBaseSectionContext)

Enter a parse tree produced by dataBaseSection().

The default implementation does nothing.

Declaration
public virtual void EnterDataBaseSection(Cobol85Parser.DataBaseSectionContext context)
Parameters
Type Name Description
Cobol85Parser.DataBaseSectionContext context

The parse tree.

| Improve this Doc View Source

EnterDataBaseSectionEntry(Cobol85Parser.DataBaseSectionEntryContext)

Enter a parse tree produced by dataBaseSectionEntry().

The default implementation does nothing.

Declaration
public virtual void EnterDataBaseSectionEntry(Cobol85Parser.DataBaseSectionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.DataBaseSectionEntryContext context

The parse tree.

| Improve this Doc View Source

EnterDataBlankWhenZeroClause(Cobol85Parser.DataBlankWhenZeroClauseContext)

Enter a parse tree produced by dataBlankWhenZeroClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataBlankWhenZeroClause(Cobol85Parser.DataBlankWhenZeroClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataBlankWhenZeroClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataCommonOwnLocalClause(Cobol85Parser.DataCommonOwnLocalClauseContext)

Enter a parse tree produced by dataCommonOwnLocalClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataCommonOwnLocalClause(Cobol85Parser.DataCommonOwnLocalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataCommonOwnLocalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataDescName(Cobol85Parser.DataDescNameContext)

Enter a parse tree produced by dataDescName().

The default implementation does nothing.

Declaration
public virtual void EnterDataDescName(Cobol85Parser.DataDescNameContext context)
Parameters
Type Name Description
Cobol85Parser.DataDescNameContext context

The parse tree.

| Improve this Doc View Source

EnterDataDescriptionEntry(Cobol85Parser.DataDescriptionEntryContext)

Enter a parse tree produced by dataDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void EnterDataDescriptionEntry(Cobol85Parser.DataDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

EnterDataDescriptionEntryExecSql(Cobol85Parser.DataDescriptionEntryExecSqlContext)

Enter a parse tree produced by dataDescriptionEntryExecSql().

The default implementation does nothing.

Declaration
public virtual void EnterDataDescriptionEntryExecSql(Cobol85Parser.DataDescriptionEntryExecSqlContext context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryExecSqlContext context

The parse tree.

| Improve this Doc View Source

EnterDataDescriptionEntryFormat1(Cobol85Parser.DataDescriptionEntryFormat1Context)

Enter a parse tree produced by dataDescriptionEntryFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterDataDescriptionEntryFormat1(Cobol85Parser.DataDescriptionEntryFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterDataDescriptionEntryFormat2(Cobol85Parser.DataDescriptionEntryFormat2Context)

Enter a parse tree produced by dataDescriptionEntryFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterDataDescriptionEntryFormat2(Cobol85Parser.DataDescriptionEntryFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterDataDescriptionEntryFormat3(Cobol85Parser.DataDescriptionEntryFormat3Context)

Enter a parse tree produced by dataDescriptionEntryFormat3().

The default implementation does nothing.

Declaration
public virtual void EnterDataDescriptionEntryFormat3(Cobol85Parser.DataDescriptionEntryFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryFormat3Context context

The parse tree.

| Improve this Doc View Source

EnterDataDivision(Cobol85Parser.DataDivisionContext)

Enter a parse tree produced by dataDivision().

The default implementation does nothing.

Declaration
public virtual void EnterDataDivision(Cobol85Parser.DataDivisionContext context)
Parameters
Type Name Description
Cobol85Parser.DataDivisionContext context

The parse tree.

| Improve this Doc View Source

EnterDataDivisionSection(Cobol85Parser.DataDivisionSectionContext)

Enter a parse tree produced by dataDivisionSection().

The default implementation does nothing.

Declaration
public virtual void EnterDataDivisionSection(Cobol85Parser.DataDivisionSectionContext context)
Parameters
Type Name Description
Cobol85Parser.DataDivisionSectionContext context

The parse tree.

| Improve this Doc View Source

EnterDataExternalClause(Cobol85Parser.DataExternalClauseContext)

Enter a parse tree produced by dataExternalClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataExternalClause(Cobol85Parser.DataExternalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataExternalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataGlobalClause(Cobol85Parser.DataGlobalClauseContext)

Enter a parse tree produced by dataGlobalClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataGlobalClause(Cobol85Parser.DataGlobalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataGlobalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataIntegerStringClause(Cobol85Parser.DataIntegerStringClauseContext)

Enter a parse tree produced by dataIntegerStringClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataIntegerStringClause(Cobol85Parser.DataIntegerStringClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataIntegerStringClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataJustifiedClause(Cobol85Parser.DataJustifiedClauseContext)

Enter a parse tree produced by dataJustifiedClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataJustifiedClause(Cobol85Parser.DataJustifiedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataJustifiedClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataName(Cobol85Parser.DataNameContext)

Enter a parse tree produced by dataName().

The default implementation does nothing.

Declaration
public virtual void EnterDataName(Cobol85Parser.DataNameContext context)
Parameters
Type Name Description
Cobol85Parser.DataNameContext context

The parse tree.

| Improve this Doc View Source

EnterDataOccursClause(Cobol85Parser.DataOccursClauseContext)

Enter a parse tree produced by dataOccursClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataOccursClause(Cobol85Parser.DataOccursClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataOccursClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataOccursSort(Cobol85Parser.DataOccursSortContext)

Enter a parse tree produced by dataOccursSort().

The default implementation does nothing.

Declaration
public virtual void EnterDataOccursSort(Cobol85Parser.DataOccursSortContext context)
Parameters
Type Name Description
Cobol85Parser.DataOccursSortContext context

The parse tree.

| Improve this Doc View Source

EnterDataOccursTo(Cobol85Parser.DataOccursToContext)

Enter a parse tree produced by dataOccursTo().

The default implementation does nothing.

Declaration
public virtual void EnterDataOccursTo(Cobol85Parser.DataOccursToContext context)
Parameters
Type Name Description
Cobol85Parser.DataOccursToContext context

The parse tree.

| Improve this Doc View Source

EnterDataPictureClause(Cobol85Parser.DataPictureClauseContext)

Enter a parse tree produced by dataPictureClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataPictureClause(Cobol85Parser.DataPictureClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataPictureClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataReceivedByClause(Cobol85Parser.DataReceivedByClauseContext)

Enter a parse tree produced by dataReceivedByClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataReceivedByClause(Cobol85Parser.DataReceivedByClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataReceivedByClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataRecordAreaClause(Cobol85Parser.DataRecordAreaClauseContext)

Enter a parse tree produced by dataRecordAreaClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataRecordAreaClause(Cobol85Parser.DataRecordAreaClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataRecordAreaClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataRecordsClause(Cobol85Parser.DataRecordsClauseContext)

Enter a parse tree produced by dataRecordsClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataRecordsClause(Cobol85Parser.DataRecordsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataRecordsClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataRedefinesClause(Cobol85Parser.DataRedefinesClauseContext)

Enter a parse tree produced by dataRedefinesClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataRedefinesClause(Cobol85Parser.DataRedefinesClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataRedefinesClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataRenamesClause(Cobol85Parser.DataRenamesClauseContext)

Enter a parse tree produced by dataRenamesClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataRenamesClause(Cobol85Parser.DataRenamesClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataRenamesClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataSignClause(Cobol85Parser.DataSignClauseContext)

Enter a parse tree produced by dataSignClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataSignClause(Cobol85Parser.DataSignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataSignClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataSynchronizedClause(Cobol85Parser.DataSynchronizedClauseContext)

Enter a parse tree produced by dataSynchronizedClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataSynchronizedClause(Cobol85Parser.DataSynchronizedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataSynchronizedClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataThreadLocalClause(Cobol85Parser.DataThreadLocalClauseContext)

Enter a parse tree produced by dataThreadLocalClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataThreadLocalClause(Cobol85Parser.DataThreadLocalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataThreadLocalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataTypeClause(Cobol85Parser.DataTypeClauseContext)

Enter a parse tree produced by dataTypeClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataTypeClause(Cobol85Parser.DataTypeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataTypeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataTypeDefClause(Cobol85Parser.DataTypeDefClauseContext)

Enter a parse tree produced by dataTypeDefClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataTypeDefClause(Cobol85Parser.DataTypeDefClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataTypeDefClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataUsageClause(Cobol85Parser.DataUsageClauseContext)

Enter a parse tree produced by dataUsageClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataUsageClause(Cobol85Parser.DataUsageClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataUsageClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataUsingClause(Cobol85Parser.DataUsingClauseContext)

Enter a parse tree produced by dataUsingClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataUsingClause(Cobol85Parser.DataUsingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataUsingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataValueClause(Cobol85Parser.DataValueClauseContext)

Enter a parse tree produced by dataValueClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataValueClause(Cobol85Parser.DataValueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataValueClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDataValueInterval(Cobol85Parser.DataValueIntervalContext)

Enter a parse tree produced by dataValueInterval().

The default implementation does nothing.

Declaration
public virtual void EnterDataValueInterval(Cobol85Parser.DataValueIntervalContext context)
Parameters
Type Name Description
Cobol85Parser.DataValueIntervalContext context

The parse tree.

| Improve this Doc View Source

EnterDataValueIntervalFrom(Cobol85Parser.DataValueIntervalFromContext)

Enter a parse tree produced by dataValueIntervalFrom().

The default implementation does nothing.

Declaration
public virtual void EnterDataValueIntervalFrom(Cobol85Parser.DataValueIntervalFromContext context)
Parameters
Type Name Description
Cobol85Parser.DataValueIntervalFromContext context

The parse tree.

| Improve this Doc View Source

EnterDataValueIntervalTo(Cobol85Parser.DataValueIntervalToContext)

Enter a parse tree produced by dataValueIntervalTo().

The default implementation does nothing.

Declaration
public virtual void EnterDataValueIntervalTo(Cobol85Parser.DataValueIntervalToContext context)
Parameters
Type Name Description
Cobol85Parser.DataValueIntervalToContext context

The parse tree.

| Improve this Doc View Source

EnterDataWithLowerBoundsClause(Cobol85Parser.DataWithLowerBoundsClauseContext)

Enter a parse tree produced by dataWithLowerBoundsClause().

The default implementation does nothing.

Declaration
public virtual void EnterDataWithLowerBoundsClause(Cobol85Parser.DataWithLowerBoundsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataWithLowerBoundsClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDateCompiledParagraph(Cobol85Parser.DateCompiledParagraphContext)

Enter a parse tree produced by dateCompiledParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterDateCompiledParagraph(Cobol85Parser.DateCompiledParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.DateCompiledParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterDateWrittenParagraph(Cobol85Parser.DateWrittenParagraphContext)

Enter a parse tree produced by dateWrittenParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterDateWrittenParagraph(Cobol85Parser.DateWrittenParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.DateWrittenParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterDecimalPointClause(Cobol85Parser.DecimalPointClauseContext)

Enter a parse tree produced by decimalPointClause().

The default implementation does nothing.

Declaration
public virtual void EnterDecimalPointClause(Cobol85Parser.DecimalPointClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DecimalPointClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDefaultComputationalSignClause(Cobol85Parser.DefaultComputationalSignClauseContext)

Enter a parse tree produced by defaultComputationalSignClause().

The default implementation does nothing.

Declaration
public virtual void EnterDefaultComputationalSignClause(Cobol85Parser.DefaultComputationalSignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DefaultComputationalSignClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDefaultDisplaySignClause(Cobol85Parser.DefaultDisplaySignClauseContext)

Enter a parse tree produced by defaultDisplaySignClause().

The default implementation does nothing.

Declaration
public virtual void EnterDefaultDisplaySignClause(Cobol85Parser.DefaultDisplaySignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DefaultDisplaySignClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDeleteStatement(Cobol85Parser.DeleteStatementContext)

Enter a parse tree produced by deleteStatement().

The default implementation does nothing.

Declaration
public virtual void EnterDeleteStatement(Cobol85Parser.DeleteStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DeleteStatementContext context

The parse tree.

| Improve this Doc View Source

EnterDestinationCountClause(Cobol85Parser.DestinationCountClauseContext)

Enter a parse tree produced by destinationCountClause().

The default implementation does nothing.

Declaration
public virtual void EnterDestinationCountClause(Cobol85Parser.DestinationCountClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DestinationCountClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDestinationTableClause(Cobol85Parser.DestinationTableClauseContext)

Enter a parse tree produced by destinationTableClause().

The default implementation does nothing.

Declaration
public virtual void EnterDestinationTableClause(Cobol85Parser.DestinationTableClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DestinationTableClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDisableStatement(Cobol85Parser.DisableStatementContext)

Enter a parse tree produced by disableStatement().

The default implementation does nothing.

Declaration
public virtual void EnterDisableStatement(Cobol85Parser.DisableStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DisableStatementContext context

The parse tree.

| Improve this Doc View Source

EnterDiskSizeClause(Cobol85Parser.DiskSizeClauseContext)

Enter a parse tree produced by diskSizeClause().

The default implementation does nothing.

Declaration
public virtual void EnterDiskSizeClause(Cobol85Parser.DiskSizeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DiskSizeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDisplayAt(Cobol85Parser.DisplayAtContext)

Enter a parse tree produced by displayAt().

The default implementation does nothing.

Declaration
public virtual void EnterDisplayAt(Cobol85Parser.DisplayAtContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayAtContext context

The parse tree.

| Improve this Doc View Source

EnterDisplayOperand(Cobol85Parser.DisplayOperandContext)

Enter a parse tree produced by displayOperand().

The default implementation does nothing.

Declaration
public virtual void EnterDisplayOperand(Cobol85Parser.DisplayOperandContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayOperandContext context

The parse tree.

| Improve this Doc View Source

EnterDisplayStatement(Cobol85Parser.DisplayStatementContext)

Enter a parse tree produced by displayStatement().

The default implementation does nothing.

Declaration
public virtual void EnterDisplayStatement(Cobol85Parser.DisplayStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayStatementContext context

The parse tree.

| Improve this Doc View Source

EnterDisplayUpon(Cobol85Parser.DisplayUponContext)

Enter a parse tree produced by displayUpon().

The default implementation does nothing.

Declaration
public virtual void EnterDisplayUpon(Cobol85Parser.DisplayUponContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayUponContext context

The parse tree.

| Improve this Doc View Source

EnterDisplayWith(Cobol85Parser.DisplayWithContext)

Enter a parse tree produced by displayWith().

The default implementation does nothing.

Declaration
public virtual void EnterDisplayWith(Cobol85Parser.DisplayWithContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayWithContext context

The parse tree.

| Improve this Doc View Source

EnterDivideByGivingStatement(Cobol85Parser.DivideByGivingStatementContext)

Enter a parse tree produced by divideByGivingStatement().

The default implementation does nothing.

Declaration
public virtual void EnterDivideByGivingStatement(Cobol85Parser.DivideByGivingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DivideByGivingStatementContext context

The parse tree.

| Improve this Doc View Source

EnterDivideGiving(Cobol85Parser.DivideGivingContext)

Enter a parse tree produced by divideGiving().

The default implementation does nothing.

Declaration
public virtual void EnterDivideGiving(Cobol85Parser.DivideGivingContext context)
Parameters
Type Name Description
Cobol85Parser.DivideGivingContext context

The parse tree.

| Improve this Doc View Source

EnterDivideGivingPhrase(Cobol85Parser.DivideGivingPhraseContext)

Enter a parse tree produced by divideGivingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterDivideGivingPhrase(Cobol85Parser.DivideGivingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.DivideGivingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterDivideInto(Cobol85Parser.DivideIntoContext)

Enter a parse tree produced by divideInto().

The default implementation does nothing.

Declaration
public virtual void EnterDivideInto(Cobol85Parser.DivideIntoContext context)
Parameters
Type Name Description
Cobol85Parser.DivideIntoContext context

The parse tree.

| Improve this Doc View Source

EnterDivideIntoGivingStatement(Cobol85Parser.DivideIntoGivingStatementContext)

Enter a parse tree produced by divideIntoGivingStatement().

The default implementation does nothing.

Declaration
public virtual void EnterDivideIntoGivingStatement(Cobol85Parser.DivideIntoGivingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DivideIntoGivingStatementContext context

The parse tree.

| Improve this Doc View Source

EnterDivideIntoStatement(Cobol85Parser.DivideIntoStatementContext)

Enter a parse tree produced by divideIntoStatement().

The default implementation does nothing.

Declaration
public virtual void EnterDivideIntoStatement(Cobol85Parser.DivideIntoStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DivideIntoStatementContext context

The parse tree.

| Improve this Doc View Source

EnterDivideRemainder(Cobol85Parser.DivideRemainderContext)

Enter a parse tree produced by divideRemainder().

The default implementation does nothing.

Declaration
public virtual void EnterDivideRemainder(Cobol85Parser.DivideRemainderContext context)
Parameters
Type Name Description
Cobol85Parser.DivideRemainderContext context

The parse tree.

| Improve this Doc View Source

EnterDivideStatement(Cobol85Parser.DivideStatementContext)

Enter a parse tree produced by divideStatement().

The default implementation does nothing.

Declaration
public virtual void EnterDivideStatement(Cobol85Parser.DivideStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DivideStatementContext context

The parse tree.

| Improve this Doc View Source

EnterEnableStatement(Cobol85Parser.EnableStatementContext)

Enter a parse tree produced by enableStatement().

The default implementation does nothing.

Declaration
public virtual void EnterEnableStatement(Cobol85Parser.EnableStatementContext context)
Parameters
Type Name Description
Cobol85Parser.EnableStatementContext context

The parse tree.

| Improve this Doc View Source

EnterEndKeyClause(Cobol85Parser.EndKeyClauseContext)

Enter a parse tree produced by endKeyClause().

The default implementation does nothing.

Declaration
public virtual void EnterEndKeyClause(Cobol85Parser.EndKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.EndKeyClauseContext context

The parse tree.

| Improve this Doc View Source

EnterEndProgramStatement(Cobol85Parser.EndProgramStatementContext)

Enter a parse tree produced by endProgramStatement().

The default implementation does nothing.

Declaration
public virtual void EnterEndProgramStatement(Cobol85Parser.EndProgramStatementContext context)
Parameters
Type Name Description
Cobol85Parser.EndProgramStatementContext context

The parse tree.

| Improve this Doc View Source

EnterEntryStatement(Cobol85Parser.EntryStatementContext)

Enter a parse tree produced by entryStatement().

The default implementation does nothing.

Declaration
public virtual void EnterEntryStatement(Cobol85Parser.EntryStatementContext context)
Parameters
Type Name Description
Cobol85Parser.EntryStatementContext context

The parse tree.

| Improve this Doc View Source

EnterEnvironmentDivision(Cobol85Parser.EnvironmentDivisionContext)

Enter a parse tree produced by environmentDivision().

The default implementation does nothing.

Declaration
public virtual void EnterEnvironmentDivision(Cobol85Parser.EnvironmentDivisionContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentDivisionContext context

The parse tree.

| Improve this Doc View Source

EnterEnvironmentDivisionBody(Cobol85Parser.EnvironmentDivisionBodyContext)

Enter a parse tree produced by environmentDivisionBody().

The default implementation does nothing.

Declaration
public virtual void EnterEnvironmentDivisionBody(Cobol85Parser.EnvironmentDivisionBodyContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentDivisionBodyContext context

The parse tree.

| Improve this Doc View Source

EnterEnvironmentName(Cobol85Parser.EnvironmentNameContext)

Enter a parse tree produced by environmentName().

The default implementation does nothing.

Declaration
public virtual void EnterEnvironmentName(Cobol85Parser.EnvironmentNameContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentNameContext context

The parse tree.

| Improve this Doc View Source

EnterEnvironmentSwitchNameClause(Cobol85Parser.EnvironmentSwitchNameClauseContext)

Enter a parse tree produced by environmentSwitchNameClause().

The default implementation does nothing.

Declaration
public virtual void EnterEnvironmentSwitchNameClause(Cobol85Parser.EnvironmentSwitchNameClauseContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentSwitchNameClauseContext context

The parse tree.

| Improve this Doc View Source

EnterEnvironmentSwitchNameSpecialNamesStatusPhrase(Cobol85Parser.EnvironmentSwitchNameSpecialNamesStatusPhraseContext)

Enter a parse tree produced by environmentSwitchNameSpecialNamesStatusPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterEnvironmentSwitchNameSpecialNamesStatusPhrase(Cobol85Parser.EnvironmentSwitchNameSpecialNamesStatusPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentSwitchNameSpecialNamesStatusPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterErrorKeyClause(Cobol85Parser.ErrorKeyClauseContext)

Enter a parse tree produced by errorKeyClause().

The default implementation does nothing.

Declaration
public virtual void EnterErrorKeyClause(Cobol85Parser.ErrorKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ErrorKeyClauseContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateAlsoCondition(Cobol85Parser.EvaluateAlsoConditionContext)

Enter a parse tree produced by evaluateAlsoCondition().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateAlsoCondition(Cobol85Parser.EvaluateAlsoConditionContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateAlsoConditionContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateAlsoSelect(Cobol85Parser.EvaluateAlsoSelectContext)

Enter a parse tree produced by evaluateAlsoSelect().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateAlsoSelect(Cobol85Parser.EvaluateAlsoSelectContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateAlsoSelectContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateCondition(Cobol85Parser.EvaluateConditionContext)

Enter a parse tree produced by evaluateCondition().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateCondition(Cobol85Parser.EvaluateConditionContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateConditionContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateSelect(Cobol85Parser.EvaluateSelectContext)

Enter a parse tree produced by evaluateSelect().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateSelect(Cobol85Parser.EvaluateSelectContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateSelectContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateStatement(Cobol85Parser.EvaluateStatementContext)

Enter a parse tree produced by evaluateStatement().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateStatement(Cobol85Parser.EvaluateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateStatementContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateThrough(Cobol85Parser.EvaluateThroughContext)

Enter a parse tree produced by evaluateThrough().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateThrough(Cobol85Parser.EvaluateThroughContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateThroughContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateValue(Cobol85Parser.EvaluateValueContext)

Enter a parse tree produced by evaluateValue().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateValue(Cobol85Parser.EvaluateValueContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateValueContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateWhen(Cobol85Parser.EvaluateWhenContext)

Enter a parse tree produced by evaluateWhen().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateWhen(Cobol85Parser.EvaluateWhenContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateWhenContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateWhenOther(Cobol85Parser.EvaluateWhenOtherContext)

Enter a parse tree produced by evaluateWhenOther().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateWhenOther(Cobol85Parser.EvaluateWhenOtherContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateWhenOtherContext context

The parse tree.

| Improve this Doc View Source

EnterEvaluateWhenPhrase(Cobol85Parser.EvaluateWhenPhraseContext)

Enter a parse tree produced by evaluateWhenPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterEvaluateWhenPhrase(Cobol85Parser.EvaluateWhenPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateWhenPhraseContext 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(Cobol85Parser.ExecCicsStatementContext)

Enter a parse tree produced by execCicsStatement().

The default implementation does nothing.

Declaration
public virtual void EnterExecCicsStatement(Cobol85Parser.ExecCicsStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExecCicsStatementContext context

The parse tree.

| Improve this Doc View Source

EnterExecSqlImsStatement(Cobol85Parser.ExecSqlImsStatementContext)

Enter a parse tree produced by execSqlImsStatement().

The default implementation does nothing.

Declaration
public virtual void EnterExecSqlImsStatement(Cobol85Parser.ExecSqlImsStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExecSqlImsStatementContext context

The parse tree.

| Improve this Doc View Source

EnterExecSqlStatement(Cobol85Parser.ExecSqlStatementContext)

Enter a parse tree produced by execSqlStatement().

The default implementation does nothing.

Declaration
public virtual void EnterExecSqlStatement(Cobol85Parser.ExecSqlStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExecSqlStatementContext context

The parse tree.

| Improve this Doc View Source

EnterExhibitOperand(Cobol85Parser.ExhibitOperandContext)

Enter a parse tree produced by exhibitOperand().

The default implementation does nothing.

Declaration
public virtual void EnterExhibitOperand(Cobol85Parser.ExhibitOperandContext context)
Parameters
Type Name Description
Cobol85Parser.ExhibitOperandContext context

The parse tree.

| Improve this Doc View Source

EnterExhibitStatement(Cobol85Parser.ExhibitStatementContext)

Enter a parse tree produced by exhibitStatement().

The default implementation does nothing.

Declaration
public virtual void EnterExhibitStatement(Cobol85Parser.ExhibitStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExhibitStatementContext context

The parse tree.

| Improve this Doc View Source

EnterExitStatement(Cobol85Parser.ExitStatementContext)

Enter a parse tree produced by exitStatement().

The default implementation does nothing.

Declaration
public virtual void EnterExitStatement(Cobol85Parser.ExitStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExitStatementContext context

The parse tree.

| Improve this Doc View Source

EnterExternalClause(Cobol85Parser.ExternalClauseContext)

Enter a parse tree produced by externalClause().

The default implementation does nothing.

Declaration
public virtual void EnterExternalClause(Cobol85Parser.ExternalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ExternalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterFigurativeConstant(Cobol85Parser.FigurativeConstantContext)

Enter a parse tree produced by figurativeConstant().

The default implementation does nothing.

Declaration
public virtual void EnterFigurativeConstant(Cobol85Parser.FigurativeConstantContext context)
Parameters
Type Name Description
Cobol85Parser.FigurativeConstantContext context

The parse tree.

| Improve this Doc View Source

EnterFileControlClause(Cobol85Parser.FileControlClauseContext)

Enter a parse tree produced by fileControlClause().

The default implementation does nothing.

Declaration
public virtual void EnterFileControlClause(Cobol85Parser.FileControlClauseContext context)
Parameters
Type Name Description
Cobol85Parser.FileControlClauseContext context

The parse tree.

| Improve this Doc View Source

EnterFileControlEntry(Cobol85Parser.FileControlEntryContext)

Enter a parse tree produced by fileControlEntry().

The default implementation does nothing.

Declaration
public virtual void EnterFileControlEntry(Cobol85Parser.FileControlEntryContext context)
Parameters
Type Name Description
Cobol85Parser.FileControlEntryContext context

The parse tree.

| Improve this Doc View Source

EnterFileControlParagraph(Cobol85Parser.FileControlParagraphContext)

Enter a parse tree produced by fileControlParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterFileControlParagraph(Cobol85Parser.FileControlParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.FileControlParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterFileDescriptionEntry(Cobol85Parser.FileDescriptionEntryContext)

Enter a parse tree produced by fileDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void EnterFileDescriptionEntry(Cobol85Parser.FileDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.FileDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

EnterFileDescriptionEntryClause(Cobol85Parser.FileDescriptionEntryClauseContext)

Enter a parse tree produced by fileDescriptionEntryClause().

The default implementation does nothing.

Declaration
public virtual void EnterFileDescriptionEntryClause(Cobol85Parser.FileDescriptionEntryClauseContext context)
Parameters
Type Name Description
Cobol85Parser.FileDescriptionEntryClauseContext context

The parse tree.

| Improve this Doc View Source

EnterFileName(Cobol85Parser.FileNameContext)

Enter a parse tree produced by fileName().

The default implementation does nothing.

Declaration
public virtual void EnterFileName(Cobol85Parser.FileNameContext context)
Parameters
Type Name Description
Cobol85Parser.FileNameContext context

The parse tree.

| Improve this Doc View Source

EnterFileSection(Cobol85Parser.FileSectionContext)

Enter a parse tree produced by fileSection().

The default implementation does nothing.

Declaration
public virtual void EnterFileSection(Cobol85Parser.FileSectionContext context)
Parameters
Type Name Description
Cobol85Parser.FileSectionContext context

The parse tree.

| Improve this Doc View Source

EnterFileStatusClause(Cobol85Parser.FileStatusClauseContext)

Enter a parse tree produced by fileStatusClause().

The default implementation does nothing.

Declaration
public virtual void EnterFileStatusClause(Cobol85Parser.FileStatusClauseContext context)
Parameters
Type Name Description
Cobol85Parser.FileStatusClauseContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionCall(Cobol85Parser.FunctionCallContext)

Enter a parse tree produced by functionCall().

The default implementation does nothing.

Declaration
public virtual void EnterFunctionCall(Cobol85Parser.FunctionCallContext context)
Parameters
Type Name Description
Cobol85Parser.FunctionCallContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionName(Cobol85Parser.FunctionNameContext)

Enter a parse tree produced by functionName().

The default implementation does nothing.

Declaration
public virtual void EnterFunctionName(Cobol85Parser.FunctionNameContext context)
Parameters
Type Name Description
Cobol85Parser.FunctionNameContext context

The parse tree.

| Improve this Doc View Source

EnterGenerateStatement(Cobol85Parser.GenerateStatementContext)

Enter a parse tree produced by generateStatement().

The default implementation does nothing.

Declaration
public virtual void EnterGenerateStatement(Cobol85Parser.GenerateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.GenerateStatementContext context

The parse tree.

| Improve this Doc View Source

EnterGlobalClause(Cobol85Parser.GlobalClauseContext)

Enter a parse tree produced by globalClause().

The default implementation does nothing.

Declaration
public virtual void EnterGlobalClause(Cobol85Parser.GlobalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.GlobalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterGobackStatement(Cobol85Parser.GobackStatementContext)

Enter a parse tree produced by gobackStatement().

The default implementation does nothing.

Declaration
public virtual void EnterGobackStatement(Cobol85Parser.GobackStatementContext context)
Parameters
Type Name Description
Cobol85Parser.GobackStatementContext context

The parse tree.

| Improve this Doc View Source

EnterGoToDependingOnStatement(Cobol85Parser.GoToDependingOnStatementContext)

Enter a parse tree produced by goToDependingOnStatement().

The default implementation does nothing.

Declaration
public virtual void EnterGoToDependingOnStatement(Cobol85Parser.GoToDependingOnStatementContext context)
Parameters
Type Name Description
Cobol85Parser.GoToDependingOnStatementContext context

The parse tree.

| Improve this Doc View Source

EnterGoToStatement(Cobol85Parser.GoToStatementContext)

Enter a parse tree produced by goToStatement().

The default implementation does nothing.

Declaration
public virtual void EnterGoToStatement(Cobol85Parser.GoToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.GoToStatementContext context

The parse tree.

| Improve this Doc View Source

EnterGoToStatementSimple(Cobol85Parser.GoToStatementSimpleContext)

Enter a parse tree produced by goToStatementSimple().

The default implementation does nothing.

Declaration
public virtual void EnterGoToStatementSimple(Cobol85Parser.GoToStatementSimpleContext context)
Parameters
Type Name Description
Cobol85Parser.GoToStatementSimpleContext context

The parse tree.

| Improve this Doc View Source

EnterIdentificationDivision(Cobol85Parser.IdentificationDivisionContext)

Enter a parse tree produced by identificationDivision().

The default implementation does nothing.

Declaration
public virtual void EnterIdentificationDivision(Cobol85Parser.IdentificationDivisionContext context)
Parameters
Type Name Description
Cobol85Parser.IdentificationDivisionContext context

The parse tree.

| Improve this Doc View Source

EnterIdentificationDivisionBody(Cobol85Parser.IdentificationDivisionBodyContext)

Enter a parse tree produced by identificationDivisionBody().

The default implementation does nothing.

Declaration
public virtual void EnterIdentificationDivisionBody(Cobol85Parser.IdentificationDivisionBodyContext context)
Parameters
Type Name Description
Cobol85Parser.IdentificationDivisionBodyContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(Cobol85Parser.IdentifierContext)

Enter a parse tree produced by identifier().

The default implementation does nothing.

Declaration
public virtual void EnterIdentifier(Cobol85Parser.IdentifierContext context)
Parameters
Type Name Description
Cobol85Parser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterIfElse(Cobol85Parser.IfElseContext)

Enter a parse tree produced by ifElse().

The default implementation does nothing.

Declaration
public virtual void EnterIfElse(Cobol85Parser.IfElseContext context)
Parameters
Type Name Description
Cobol85Parser.IfElseContext context

The parse tree.

| Improve this Doc View Source

EnterIfStatement(Cobol85Parser.IfStatementContext)

Enter a parse tree produced by ifStatement().

The default implementation does nothing.

Declaration
public virtual void EnterIfStatement(Cobol85Parser.IfStatementContext context)
Parameters
Type Name Description
Cobol85Parser.IfStatementContext context

The parse tree.

| Improve this Doc View Source

EnterIfThen(Cobol85Parser.IfThenContext)

Enter a parse tree produced by ifThen().

The default implementation does nothing.

Declaration
public virtual void EnterIfThen(Cobol85Parser.IfThenContext context)
Parameters
Type Name Description
Cobol85Parser.IfThenContext context

The parse tree.

| Improve this Doc View Source

EnterInData(Cobol85Parser.InDataContext)

Enter a parse tree produced by inData().

The default implementation does nothing.

Declaration
public virtual void EnterInData(Cobol85Parser.InDataContext context)
Parameters
Type Name Description
Cobol85Parser.InDataContext context

The parse tree.

| Improve this Doc View Source

EnterIndexName(Cobol85Parser.IndexNameContext)

Enter a parse tree produced by indexName().

The default implementation does nothing.

Declaration
public virtual void EnterIndexName(Cobol85Parser.IndexNameContext context)
Parameters
Type Name Description
Cobol85Parser.IndexNameContext context

The parse tree.

| Improve this Doc View Source

EnterInFile(Cobol85Parser.InFileContext)

Enter a parse tree produced by inFile().

The default implementation does nothing.

Declaration
public virtual void EnterInFile(Cobol85Parser.InFileContext context)
Parameters
Type Name Description
Cobol85Parser.InFileContext context

The parse tree.

| Improve this Doc View Source

EnterInitializeReplacingBy(Cobol85Parser.InitializeReplacingByContext)

Enter a parse tree produced by initializeReplacingBy().

The default implementation does nothing.

Declaration
public virtual void EnterInitializeReplacingBy(Cobol85Parser.InitializeReplacingByContext context)
Parameters
Type Name Description
Cobol85Parser.InitializeReplacingByContext context

The parse tree.

| Improve this Doc View Source

EnterInitializeReplacingPhrase(Cobol85Parser.InitializeReplacingPhraseContext)

Enter a parse tree produced by initializeReplacingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterInitializeReplacingPhrase(Cobol85Parser.InitializeReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InitializeReplacingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterInitializeStatement(Cobol85Parser.InitializeStatementContext)

Enter a parse tree produced by initializeStatement().

The default implementation does nothing.

Declaration
public virtual void EnterInitializeStatement(Cobol85Parser.InitializeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.InitializeStatementContext context

The parse tree.

| Improve this Doc View Source

EnterInitiateStatement(Cobol85Parser.InitiateStatementContext)

Enter a parse tree produced by initiateStatement().

The default implementation does nothing.

Declaration
public virtual void EnterInitiateStatement(Cobol85Parser.InitiateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.InitiateStatementContext context

The parse tree.

| Improve this Doc View Source

EnterInLibrary(Cobol85Parser.InLibraryContext)

Enter a parse tree produced by inLibrary().

The default implementation does nothing.

Declaration
public virtual void EnterInLibrary(Cobol85Parser.InLibraryContext context)
Parameters
Type Name Description
Cobol85Parser.InLibraryContext context

The parse tree.

| Improve this Doc View Source

EnterInMnemonic(Cobol85Parser.InMnemonicContext)

Enter a parse tree produced by inMnemonic().

The default implementation does nothing.

Declaration
public virtual void EnterInMnemonic(Cobol85Parser.InMnemonicContext context)
Parameters
Type Name Description
Cobol85Parser.InMnemonicContext context

The parse tree.

| Improve this Doc View Source

EnterInputOutputSection(Cobol85Parser.InputOutputSectionContext)

Enter a parse tree produced by inputOutputSection().

The default implementation does nothing.

Declaration
public virtual void EnterInputOutputSection(Cobol85Parser.InputOutputSectionContext context)
Parameters
Type Name Description
Cobol85Parser.InputOutputSectionContext context

The parse tree.

| Improve this Doc View Source

EnterInputOutputSectionParagraph(Cobol85Parser.InputOutputSectionParagraphContext)

Enter a parse tree produced by inputOutputSectionParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterInputOutputSectionParagraph(Cobol85Parser.InputOutputSectionParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.InputOutputSectionParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterInSection(Cobol85Parser.InSectionContext)

Enter a parse tree produced by inSection().

The default implementation does nothing.

Declaration
public virtual void EnterInSection(Cobol85Parser.InSectionContext context)
Parameters
Type Name Description
Cobol85Parser.InSectionContext context

The parse tree.

| Improve this Doc View Source

EnterInspectAllLeading(Cobol85Parser.InspectAllLeadingContext)

Enter a parse tree produced by inspectAllLeading().

The default implementation does nothing.

Declaration
public virtual void EnterInspectAllLeading(Cobol85Parser.InspectAllLeadingContext context)
Parameters
Type Name Description
Cobol85Parser.InspectAllLeadingContext context

The parse tree.

| Improve this Doc View Source

EnterInspectAllLeadings(Cobol85Parser.InspectAllLeadingsContext)

Enter a parse tree produced by inspectAllLeadings().

The default implementation does nothing.

Declaration
public virtual void EnterInspectAllLeadings(Cobol85Parser.InspectAllLeadingsContext context)
Parameters
Type Name Description
Cobol85Parser.InspectAllLeadingsContext context

The parse tree.

| Improve this Doc View Source

EnterInspectBeforeAfter(Cobol85Parser.InspectBeforeAfterContext)

Enter a parse tree produced by inspectBeforeAfter().

The default implementation does nothing.

Declaration
public virtual void EnterInspectBeforeAfter(Cobol85Parser.InspectBeforeAfterContext context)
Parameters
Type Name Description
Cobol85Parser.InspectBeforeAfterContext context

The parse tree.

| Improve this Doc View Source

EnterInspectBy(Cobol85Parser.InspectByContext)

Enter a parse tree produced by inspectBy().

The default implementation does nothing.

Declaration
public virtual void EnterInspectBy(Cobol85Parser.InspectByContext context)
Parameters
Type Name Description
Cobol85Parser.InspectByContext context

The parse tree.

| Improve this Doc View Source

EnterInspectCharacters(Cobol85Parser.InspectCharactersContext)

Enter a parse tree produced by inspectCharacters().

The default implementation does nothing.

Declaration
public virtual void EnterInspectCharacters(Cobol85Parser.InspectCharactersContext context)
Parameters
Type Name Description
Cobol85Parser.InspectCharactersContext context

The parse tree.

| Improve this Doc View Source

EnterInspectConvertingPhrase(Cobol85Parser.InspectConvertingPhraseContext)

Enter a parse tree produced by inspectConvertingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterInspectConvertingPhrase(Cobol85Parser.InspectConvertingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InspectConvertingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterInspectFor(Cobol85Parser.InspectForContext)

Enter a parse tree produced by inspectFor().

The default implementation does nothing.

Declaration
public virtual void EnterInspectFor(Cobol85Parser.InspectForContext context)
Parameters
Type Name Description
Cobol85Parser.InspectForContext context

The parse tree.

| Improve this Doc View Source

EnterInspectReplacingAllLeading(Cobol85Parser.InspectReplacingAllLeadingContext)

Enter a parse tree produced by inspectReplacingAllLeading().

The default implementation does nothing.

Declaration
public virtual void EnterInspectReplacingAllLeading(Cobol85Parser.InspectReplacingAllLeadingContext context)
Parameters
Type Name Description
Cobol85Parser.InspectReplacingAllLeadingContext context

The parse tree.

| Improve this Doc View Source

EnterInspectReplacingAllLeadings(Cobol85Parser.InspectReplacingAllLeadingsContext)

Enter a parse tree produced by inspectReplacingAllLeadings().

The default implementation does nothing.

Declaration
public virtual void EnterInspectReplacingAllLeadings(Cobol85Parser.InspectReplacingAllLeadingsContext context)
Parameters
Type Name Description
Cobol85Parser.InspectReplacingAllLeadingsContext context

The parse tree.

| Improve this Doc View Source

EnterInspectReplacingCharacters(Cobol85Parser.InspectReplacingCharactersContext)

Enter a parse tree produced by inspectReplacingCharacters().

The default implementation does nothing.

Declaration
public virtual void EnterInspectReplacingCharacters(Cobol85Parser.InspectReplacingCharactersContext context)
Parameters
Type Name Description
Cobol85Parser.InspectReplacingCharactersContext context

The parse tree.

| Improve this Doc View Source

EnterInspectReplacingPhrase(Cobol85Parser.InspectReplacingPhraseContext)

Enter a parse tree produced by inspectReplacingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterInspectReplacingPhrase(Cobol85Parser.InspectReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InspectReplacingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterInspectStatement(Cobol85Parser.InspectStatementContext)

Enter a parse tree produced by inspectStatement().

The default implementation does nothing.

Declaration
public virtual void EnterInspectStatement(Cobol85Parser.InspectStatementContext context)
Parameters
Type Name Description
Cobol85Parser.InspectStatementContext context

The parse tree.

| Improve this Doc View Source

EnterInspectTallyingPhrase(Cobol85Parser.InspectTallyingPhraseContext)

Enter a parse tree produced by inspectTallyingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterInspectTallyingPhrase(Cobol85Parser.InspectTallyingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InspectTallyingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterInspectTallyingReplacingPhrase(Cobol85Parser.InspectTallyingReplacingPhraseContext)

Enter a parse tree produced by inspectTallyingReplacingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterInspectTallyingReplacingPhrase(Cobol85Parser.InspectTallyingReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InspectTallyingReplacingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterInspectTo(Cobol85Parser.InspectToContext)

Enter a parse tree produced by inspectTo().

The default implementation does nothing.

Declaration
public virtual void EnterInspectTo(Cobol85Parser.InspectToContext context)
Parameters
Type Name Description
Cobol85Parser.InspectToContext context

The parse tree.

| Improve this Doc View Source

EnterInstallationParagraph(Cobol85Parser.InstallationParagraphContext)

Enter a parse tree produced by installationParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterInstallationParagraph(Cobol85Parser.InstallationParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.InstallationParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterInTable(Cobol85Parser.InTableContext)

Enter a parse tree produced by inTable().

The default implementation does nothing.

Declaration
public virtual void EnterInTable(Cobol85Parser.InTableContext context)
Parameters
Type Name Description
Cobol85Parser.InTableContext context

The parse tree.

| Improve this Doc View Source

EnterIntegerLiteral(Cobol85Parser.IntegerLiteralContext)

Enter a parse tree produced by integerLiteral().

The default implementation does nothing.

Declaration
public virtual void EnterIntegerLiteral(Cobol85Parser.IntegerLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.IntegerLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterInvalidKeyPhrase(Cobol85Parser.InvalidKeyPhraseContext)

Enter a parse tree produced by invalidKeyPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterInvalidKeyPhrase(Cobol85Parser.InvalidKeyPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InvalidKeyPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterIoControlClause(Cobol85Parser.IoControlClauseContext)

Enter a parse tree produced by ioControlClause().

The default implementation does nothing.

Declaration
public virtual void EnterIoControlClause(Cobol85Parser.IoControlClauseContext context)
Parameters
Type Name Description
Cobol85Parser.IoControlClauseContext context

The parse tree.

| Improve this Doc View Source

EnterIoControlParagraph(Cobol85Parser.IoControlParagraphContext)

Enter a parse tree produced by ioControlParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterIoControlParagraph(Cobol85Parser.IoControlParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.IoControlParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterLabelRecordsClause(Cobol85Parser.LabelRecordsClauseContext)

Enter a parse tree produced by labelRecordsClause().

The default implementation does nothing.

Declaration
public virtual void EnterLabelRecordsClause(Cobol85Parser.LabelRecordsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LabelRecordsClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLanguageName(Cobol85Parser.LanguageNameContext)

Enter a parse tree produced by languageName().

The default implementation does nothing.

Declaration
public virtual void EnterLanguageName(Cobol85Parser.LanguageNameContext context)
Parameters
Type Name Description
Cobol85Parser.LanguageNameContext context

The parse tree.

| Improve this Doc View Source

EnterLength(Cobol85Parser.LengthContext)

Enter a parse tree produced by length().

The default implementation does nothing.

Declaration
public virtual void EnterLength(Cobol85Parser.LengthContext context)
Parameters
Type Name Description
Cobol85Parser.LengthContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryAttributeClauseFormat1(Cobol85Parser.LibraryAttributeClauseFormat1Context)

Enter a parse tree produced by libraryAttributeClauseFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryAttributeClauseFormat1(Cobol85Parser.LibraryAttributeClauseFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeClauseFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterLibraryAttributeClauseFormat2(Cobol85Parser.LibraryAttributeClauseFormat2Context)

Enter a parse tree produced by libraryAttributeClauseFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryAttributeClauseFormat2(Cobol85Parser.LibraryAttributeClauseFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeClauseFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterLibraryAttributeFunction(Cobol85Parser.LibraryAttributeFunctionContext)

Enter a parse tree produced by libraryAttributeFunction().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryAttributeFunction(Cobol85Parser.LibraryAttributeFunctionContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeFunctionContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryAttributeParameter(Cobol85Parser.LibraryAttributeParameterContext)

Enter a parse tree produced by libraryAttributeParameter().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryAttributeParameter(Cobol85Parser.LibraryAttributeParameterContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeParameterContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryAttributeTitle(Cobol85Parser.LibraryAttributeTitleContext)

Enter a parse tree produced by libraryAttributeTitle().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryAttributeTitle(Cobol85Parser.LibraryAttributeTitleContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeTitleContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryDescriptionEntry(Cobol85Parser.LibraryDescriptionEntryContext)

Enter a parse tree produced by libraryDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryDescriptionEntry(Cobol85Parser.LibraryDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryDescriptionEntryFormat1(Cobol85Parser.LibraryDescriptionEntryFormat1Context)

Enter a parse tree produced by libraryDescriptionEntryFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryDescriptionEntryFormat1(Cobol85Parser.LibraryDescriptionEntryFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryDescriptionEntryFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterLibraryDescriptionEntryFormat2(Cobol85Parser.LibraryDescriptionEntryFormat2Context)

Enter a parse tree produced by libraryDescriptionEntryFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryDescriptionEntryFormat2(Cobol85Parser.LibraryDescriptionEntryFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryDescriptionEntryFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterLibraryEntryProcedureClauseFormat1(Cobol85Parser.LibraryEntryProcedureClauseFormat1Context)

Enter a parse tree produced by libraryEntryProcedureClauseFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryEntryProcedureClauseFormat1(Cobol85Parser.LibraryEntryProcedureClauseFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureClauseFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterLibraryEntryProcedureClauseFormat2(Cobol85Parser.LibraryEntryProcedureClauseFormat2Context)

Enter a parse tree produced by libraryEntryProcedureClauseFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryEntryProcedureClauseFormat2(Cobol85Parser.LibraryEntryProcedureClauseFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureClauseFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterLibraryEntryProcedureForClause(Cobol85Parser.LibraryEntryProcedureForClauseContext)

Enter a parse tree produced by libraryEntryProcedureForClause().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryEntryProcedureForClause(Cobol85Parser.LibraryEntryProcedureForClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureForClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryEntryProcedureGivingClause(Cobol85Parser.LibraryEntryProcedureGivingClauseContext)

Enter a parse tree produced by libraryEntryProcedureGivingClause().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryEntryProcedureGivingClause(Cobol85Parser.LibraryEntryProcedureGivingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureGivingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryEntryProcedureUsingClause(Cobol85Parser.LibraryEntryProcedureUsingClauseContext)

Enter a parse tree produced by libraryEntryProcedureUsingClause().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryEntryProcedureUsingClause(Cobol85Parser.LibraryEntryProcedureUsingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureUsingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryEntryProcedureUsingName(Cobol85Parser.LibraryEntryProcedureUsingNameContext)

Enter a parse tree produced by libraryEntryProcedureUsingName().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryEntryProcedureUsingName(Cobol85Parser.LibraryEntryProcedureUsingNameContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureUsingNameContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryEntryProcedureWithClause(Cobol85Parser.LibraryEntryProcedureWithClauseContext)

Enter a parse tree produced by libraryEntryProcedureWithClause().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryEntryProcedureWithClause(Cobol85Parser.LibraryEntryProcedureWithClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureWithClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryEntryProcedureWithName(Cobol85Parser.LibraryEntryProcedureWithNameContext)

Enter a parse tree produced by libraryEntryProcedureWithName().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryEntryProcedureWithName(Cobol85Parser.LibraryEntryProcedureWithNameContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureWithNameContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryIsCommonClause(Cobol85Parser.LibraryIsCommonClauseContext)

Enter a parse tree produced by libraryIsCommonClause().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryIsCommonClause(Cobol85Parser.LibraryIsCommonClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryIsCommonClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryIsGlobalClause(Cobol85Parser.LibraryIsGlobalClauseContext)

Enter a parse tree produced by libraryIsGlobalClause().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryIsGlobalClause(Cobol85Parser.LibraryIsGlobalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryIsGlobalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryName(Cobol85Parser.LibraryNameContext)

Enter a parse tree produced by libraryName().

The default implementation does nothing.

Declaration
public virtual void EnterLibraryName(Cobol85Parser.LibraryNameContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryNameContext context

The parse tree.

| Improve this Doc View Source

EnterLinageAt(Cobol85Parser.LinageAtContext)

Enter a parse tree produced by linageAt().

The default implementation does nothing.

Declaration
public virtual void EnterLinageAt(Cobol85Parser.LinageAtContext context)
Parameters
Type Name Description
Cobol85Parser.LinageAtContext context

The parse tree.

| Improve this Doc View Source

EnterLinageClause(Cobol85Parser.LinageClauseContext)

Enter a parse tree produced by linageClause().

The default implementation does nothing.

Declaration
public virtual void EnterLinageClause(Cobol85Parser.LinageClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LinageClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLinageFootingAt(Cobol85Parser.LinageFootingAtContext)

Enter a parse tree produced by linageFootingAt().

The default implementation does nothing.

Declaration
public virtual void EnterLinageFootingAt(Cobol85Parser.LinageFootingAtContext context)
Parameters
Type Name Description
Cobol85Parser.LinageFootingAtContext context

The parse tree.

| Improve this Doc View Source

EnterLinageLinesAtBottom(Cobol85Parser.LinageLinesAtBottomContext)

Enter a parse tree produced by linageLinesAtBottom().

The default implementation does nothing.

Declaration
public virtual void EnterLinageLinesAtBottom(Cobol85Parser.LinageLinesAtBottomContext context)
Parameters
Type Name Description
Cobol85Parser.LinageLinesAtBottomContext context

The parse tree.

| Improve this Doc View Source

EnterLinageLinesAtTop(Cobol85Parser.LinageLinesAtTopContext)

Enter a parse tree produced by linageLinesAtTop().

The default implementation does nothing.

Declaration
public virtual void EnterLinageLinesAtTop(Cobol85Parser.LinageLinesAtTopContext context)
Parameters
Type Name Description
Cobol85Parser.LinageLinesAtTopContext context

The parse tree.

| Improve this Doc View Source

EnterLinkageSection(Cobol85Parser.LinkageSectionContext)

Enter a parse tree produced by linkageSection().

The default implementation does nothing.

Declaration
public virtual void EnterLinkageSection(Cobol85Parser.LinkageSectionContext context)
Parameters
Type Name Description
Cobol85Parser.LinkageSectionContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(Cobol85Parser.LiteralContext)

Enter a parse tree produced by literal().

The default implementation does nothing.

Declaration
public virtual void EnterLiteral(Cobol85Parser.LiteralContext context)
Parameters
Type Name Description
Cobol85Parser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterLocalName(Cobol85Parser.LocalNameContext)

Enter a parse tree produced by localName().

The default implementation does nothing.

Declaration
public virtual void EnterLocalName(Cobol85Parser.LocalNameContext context)
Parameters
Type Name Description
Cobol85Parser.LocalNameContext context

The parse tree.

| Improve this Doc View Source

EnterLocalStorageSection(Cobol85Parser.LocalStorageSectionContext)

Enter a parse tree produced by localStorageSection().

The default implementation does nothing.

Declaration
public virtual void EnterLocalStorageSection(Cobol85Parser.LocalStorageSectionContext context)
Parameters
Type Name Description
Cobol85Parser.LocalStorageSectionContext context

The parse tree.

| Improve this Doc View Source

EnterMemorySizeClause(Cobol85Parser.MemorySizeClauseContext)

Enter a parse tree produced by memorySizeClause().

The default implementation does nothing.

Declaration
public virtual void EnterMemorySizeClause(Cobol85Parser.MemorySizeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MemorySizeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterMergeCollatingAlphanumeric(Cobol85Parser.MergeCollatingAlphanumericContext)

Enter a parse tree produced by mergeCollatingAlphanumeric().

The default implementation does nothing.

Declaration
public virtual void EnterMergeCollatingAlphanumeric(Cobol85Parser.MergeCollatingAlphanumericContext context)
Parameters
Type Name Description
Cobol85Parser.MergeCollatingAlphanumericContext context

The parse tree.

| Improve this Doc View Source

EnterMergeCollatingNational(Cobol85Parser.MergeCollatingNationalContext)

Enter a parse tree produced by mergeCollatingNational().

The default implementation does nothing.

Declaration
public virtual void EnterMergeCollatingNational(Cobol85Parser.MergeCollatingNationalContext context)
Parameters
Type Name Description
Cobol85Parser.MergeCollatingNationalContext context

The parse tree.

| Improve this Doc View Source

EnterMergeCollatingSequencePhrase(Cobol85Parser.MergeCollatingSequencePhraseContext)

Enter a parse tree produced by mergeCollatingSequencePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterMergeCollatingSequencePhrase(Cobol85Parser.MergeCollatingSequencePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.MergeCollatingSequencePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterMergeGiving(Cobol85Parser.MergeGivingContext)

Enter a parse tree produced by mergeGiving().

The default implementation does nothing.

Declaration
public virtual void EnterMergeGiving(Cobol85Parser.MergeGivingContext context)
Parameters
Type Name Description
Cobol85Parser.MergeGivingContext context

The parse tree.

| Improve this Doc View Source

EnterMergeGivingPhrase(Cobol85Parser.MergeGivingPhraseContext)

Enter a parse tree produced by mergeGivingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterMergeGivingPhrase(Cobol85Parser.MergeGivingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.MergeGivingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterMergeOnKeyClause(Cobol85Parser.MergeOnKeyClauseContext)

Enter a parse tree produced by mergeOnKeyClause().

The default implementation does nothing.

Declaration
public virtual void EnterMergeOnKeyClause(Cobol85Parser.MergeOnKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MergeOnKeyClauseContext context

The parse tree.

| Improve this Doc View Source

EnterMergeOutputProcedurePhrase(Cobol85Parser.MergeOutputProcedurePhraseContext)

Enter a parse tree produced by mergeOutputProcedurePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterMergeOutputProcedurePhrase(Cobol85Parser.MergeOutputProcedurePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.MergeOutputProcedurePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterMergeOutputThrough(Cobol85Parser.MergeOutputThroughContext)

Enter a parse tree produced by mergeOutputThrough().

The default implementation does nothing.

Declaration
public virtual void EnterMergeOutputThrough(Cobol85Parser.MergeOutputThroughContext context)
Parameters
Type Name Description
Cobol85Parser.MergeOutputThroughContext context

The parse tree.

| Improve this Doc View Source

EnterMergeStatement(Cobol85Parser.MergeStatementContext)

Enter a parse tree produced by mergeStatement().

The default implementation does nothing.

Declaration
public virtual void EnterMergeStatement(Cobol85Parser.MergeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MergeStatementContext context

The parse tree.

| Improve this Doc View Source

EnterMergeUsing(Cobol85Parser.MergeUsingContext)

Enter a parse tree produced by mergeUsing().

The default implementation does nothing.

Declaration
public virtual void EnterMergeUsing(Cobol85Parser.MergeUsingContext context)
Parameters
Type Name Description
Cobol85Parser.MergeUsingContext context

The parse tree.

| Improve this Doc View Source

EnterMessageCountClause(Cobol85Parser.MessageCountClauseContext)

Enter a parse tree produced by messageCountClause().

The default implementation does nothing.

Declaration
public virtual void EnterMessageCountClause(Cobol85Parser.MessageCountClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MessageCountClauseContext context

The parse tree.

| Improve this Doc View Source

EnterMessageDateClause(Cobol85Parser.MessageDateClauseContext)

Enter a parse tree produced by messageDateClause().

The default implementation does nothing.

Declaration
public virtual void EnterMessageDateClause(Cobol85Parser.MessageDateClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MessageDateClauseContext context

The parse tree.

| Improve this Doc View Source

EnterMessageTimeClause(Cobol85Parser.MessageTimeClauseContext)

Enter a parse tree produced by messageTimeClause().

The default implementation does nothing.

Declaration
public virtual void EnterMessageTimeClause(Cobol85Parser.MessageTimeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MessageTimeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterMnemonicName(Cobol85Parser.MnemonicNameContext)

Enter a parse tree produced by mnemonicName().

The default implementation does nothing.

Declaration
public virtual void EnterMnemonicName(Cobol85Parser.MnemonicNameContext context)
Parameters
Type Name Description
Cobol85Parser.MnemonicNameContext context

The parse tree.

| Improve this Doc View Source

EnterModeStatement(Cobol85Parser.ModeStatementContext)

Enter a parse tree produced by modeStatement().

The default implementation does nothing.

Declaration
public virtual void EnterModeStatement(Cobol85Parser.ModeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ModeStatementContext context

The parse tree.

| Improve this Doc View Source

EnterMoveCorrespondingToSendingArea(Cobol85Parser.MoveCorrespondingToSendingAreaContext)

Enter a parse tree produced by moveCorrespondingToSendingArea().

The default implementation does nothing.

Declaration
public virtual void EnterMoveCorrespondingToSendingArea(Cobol85Parser.MoveCorrespondingToSendingAreaContext context)
Parameters
Type Name Description
Cobol85Parser.MoveCorrespondingToSendingAreaContext context

The parse tree.

| Improve this Doc View Source

EnterMoveCorrespondingToStatement(Cobol85Parser.MoveCorrespondingToStatementContext)

Enter a parse tree produced by moveCorrespondingToStatement().

The default implementation does nothing.

Declaration
public virtual void EnterMoveCorrespondingToStatement(Cobol85Parser.MoveCorrespondingToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MoveCorrespondingToStatementContext context

The parse tree.

| Improve this Doc View Source

EnterMoveStatement(Cobol85Parser.MoveStatementContext)

Enter a parse tree produced by moveStatement().

The default implementation does nothing.

Declaration
public virtual void EnterMoveStatement(Cobol85Parser.MoveStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MoveStatementContext context

The parse tree.

| Improve this Doc View Source

EnterMoveToSendingArea(Cobol85Parser.MoveToSendingAreaContext)

Enter a parse tree produced by moveToSendingArea().

The default implementation does nothing.

Declaration
public virtual void EnterMoveToSendingArea(Cobol85Parser.MoveToSendingAreaContext context)
Parameters
Type Name Description
Cobol85Parser.MoveToSendingAreaContext context

The parse tree.

| Improve this Doc View Source

EnterMoveToStatement(Cobol85Parser.MoveToStatementContext)

Enter a parse tree produced by moveToStatement().

The default implementation does nothing.

Declaration
public virtual void EnterMoveToStatement(Cobol85Parser.MoveToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MoveToStatementContext context

The parse tree.

| Improve this Doc View Source

EnterMultDiv(Cobol85Parser.MultDivContext)

Enter a parse tree produced by multDiv().

The default implementation does nothing.

Declaration
public virtual void EnterMultDiv(Cobol85Parser.MultDivContext context)
Parameters
Type Name Description
Cobol85Parser.MultDivContext context

The parse tree.

| Improve this Doc View Source

EnterMultDivs(Cobol85Parser.MultDivsContext)

Enter a parse tree produced by multDivs().

The default implementation does nothing.

Declaration
public virtual void EnterMultDivs(Cobol85Parser.MultDivsContext context)
Parameters
Type Name Description
Cobol85Parser.MultDivsContext context

The parse tree.

| Improve this Doc View Source

EnterMultipleFileClause(Cobol85Parser.MultipleFileClauseContext)

Enter a parse tree produced by multipleFileClause().

The default implementation does nothing.

Declaration
public virtual void EnterMultipleFileClause(Cobol85Parser.MultipleFileClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MultipleFileClauseContext context

The parse tree.

| Improve this Doc View Source

EnterMultipleFilePosition(Cobol85Parser.MultipleFilePositionContext)

Enter a parse tree produced by multipleFilePosition().

The default implementation does nothing.

Declaration
public virtual void EnterMultipleFilePosition(Cobol85Parser.MultipleFilePositionContext context)
Parameters
Type Name Description
Cobol85Parser.MultipleFilePositionContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplyGiving(Cobol85Parser.MultiplyGivingContext)

Enter a parse tree produced by multiplyGiving().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplyGiving(Cobol85Parser.MultiplyGivingContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyGivingContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplyGivingOperand(Cobol85Parser.MultiplyGivingOperandContext)

Enter a parse tree produced by multiplyGivingOperand().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplyGivingOperand(Cobol85Parser.MultiplyGivingOperandContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyGivingOperandContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplyGivingResult(Cobol85Parser.MultiplyGivingResultContext)

Enter a parse tree produced by multiplyGivingResult().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplyGivingResult(Cobol85Parser.MultiplyGivingResultContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyGivingResultContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplyRegular(Cobol85Parser.MultiplyRegularContext)

Enter a parse tree produced by multiplyRegular().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplyRegular(Cobol85Parser.MultiplyRegularContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyRegularContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplyRegularOperand(Cobol85Parser.MultiplyRegularOperandContext)

Enter a parse tree produced by multiplyRegularOperand().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplyRegularOperand(Cobol85Parser.MultiplyRegularOperandContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyRegularOperandContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplyStatement(Cobol85Parser.MultiplyStatementContext)

Enter a parse tree produced by multiplyStatement().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplyStatement(Cobol85Parser.MultiplyStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyStatementContext context

The parse tree.

| Improve this Doc View Source

EnterNotAtEndPhrase(Cobol85Parser.NotAtEndPhraseContext)

Enter a parse tree produced by notAtEndPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterNotAtEndPhrase(Cobol85Parser.NotAtEndPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.NotAtEndPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterNotInvalidKeyPhrase(Cobol85Parser.NotInvalidKeyPhraseContext)

Enter a parse tree produced by notInvalidKeyPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterNotInvalidKeyPhrase(Cobol85Parser.NotInvalidKeyPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.NotInvalidKeyPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterNotOnExceptionClause(Cobol85Parser.NotOnExceptionClauseContext)

Enter a parse tree produced by notOnExceptionClause().

The default implementation does nothing.

Declaration
public virtual void EnterNotOnExceptionClause(Cobol85Parser.NotOnExceptionClauseContext context)
Parameters
Type Name Description
Cobol85Parser.NotOnExceptionClauseContext context

The parse tree.

| Improve this Doc View Source

EnterNotOnOverflowPhrase(Cobol85Parser.NotOnOverflowPhraseContext)

Enter a parse tree produced by notOnOverflowPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterNotOnOverflowPhrase(Cobol85Parser.NotOnOverflowPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.NotOnOverflowPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterNotOnSizeErrorPhrase(Cobol85Parser.NotOnSizeErrorPhraseContext)

Enter a parse tree produced by notOnSizeErrorPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterNotOnSizeErrorPhrase(Cobol85Parser.NotOnSizeErrorPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.NotOnSizeErrorPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterNumericLiteral(Cobol85Parser.NumericLiteralContext)

Enter a parse tree produced by numericLiteral().

The default implementation does nothing.

Declaration
public virtual void EnterNumericLiteral(Cobol85Parser.NumericLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.NumericLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterObjectComputerClause(Cobol85Parser.ObjectComputerClauseContext)

Enter a parse tree produced by objectComputerClause().

The default implementation does nothing.

Declaration
public virtual void EnterObjectComputerClause(Cobol85Parser.ObjectComputerClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ObjectComputerClauseContext context

The parse tree.

| Improve this Doc View Source

EnterObjectComputerParagraph(Cobol85Parser.ObjectComputerParagraphContext)

Enter a parse tree produced by objectComputerParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterObjectComputerParagraph(Cobol85Parser.ObjectComputerParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.ObjectComputerParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterOdtClause(Cobol85Parser.OdtClauseContext)

Enter a parse tree produced by odtClause().

The default implementation does nothing.

Declaration
public virtual void EnterOdtClause(Cobol85Parser.OdtClauseContext context)
Parameters
Type Name Description
Cobol85Parser.OdtClauseContext context

The parse tree.

| Improve this Doc View Source

EnterOnExceptionClause(Cobol85Parser.OnExceptionClauseContext)

Enter a parse tree produced by onExceptionClause().

The default implementation does nothing.

Declaration
public virtual void EnterOnExceptionClause(Cobol85Parser.OnExceptionClauseContext context)
Parameters
Type Name Description
Cobol85Parser.OnExceptionClauseContext context

The parse tree.

| Improve this Doc View Source

EnterOnOverflowPhrase(Cobol85Parser.OnOverflowPhraseContext)

Enter a parse tree produced by onOverflowPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterOnOverflowPhrase(Cobol85Parser.OnOverflowPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.OnOverflowPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterOnSizeErrorPhrase(Cobol85Parser.OnSizeErrorPhraseContext)

Enter a parse tree produced by onSizeErrorPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterOnSizeErrorPhrase(Cobol85Parser.OnSizeErrorPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.OnSizeErrorPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterOpenExtendStatement(Cobol85Parser.OpenExtendStatementContext)

Enter a parse tree produced by openExtendStatement().

The default implementation does nothing.

Declaration
public virtual void EnterOpenExtendStatement(Cobol85Parser.OpenExtendStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenExtendStatementContext context

The parse tree.

| Improve this Doc View Source

EnterOpenInput(Cobol85Parser.OpenInputContext)

Enter a parse tree produced by openInput().

The default implementation does nothing.

Declaration
public virtual void EnterOpenInput(Cobol85Parser.OpenInputContext context)
Parameters
Type Name Description
Cobol85Parser.OpenInputContext context

The parse tree.

| Improve this Doc View Source

EnterOpenInputStatement(Cobol85Parser.OpenInputStatementContext)

Enter a parse tree produced by openInputStatement().

The default implementation does nothing.

Declaration
public virtual void EnterOpenInputStatement(Cobol85Parser.OpenInputStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenInputStatementContext context

The parse tree.

| Improve this Doc View Source

EnterOpenIOStatement(Cobol85Parser.OpenIOStatementContext)

Enter a parse tree produced by openIOStatement().

The default implementation does nothing.

Declaration
public virtual void EnterOpenIOStatement(Cobol85Parser.OpenIOStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenIOStatementContext context

The parse tree.

| Improve this Doc View Source

EnterOpenOutput(Cobol85Parser.OpenOutputContext)

Enter a parse tree produced by openOutput().

The default implementation does nothing.

Declaration
public virtual void EnterOpenOutput(Cobol85Parser.OpenOutputContext context)
Parameters
Type Name Description
Cobol85Parser.OpenOutputContext context

The parse tree.

| Improve this Doc View Source

EnterOpenOutputStatement(Cobol85Parser.OpenOutputStatementContext)

Enter a parse tree produced by openOutputStatement().

The default implementation does nothing.

Declaration
public virtual void EnterOpenOutputStatement(Cobol85Parser.OpenOutputStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenOutputStatementContext context

The parse tree.

| Improve this Doc View Source

EnterOpenStatement(Cobol85Parser.OpenStatementContext)

Enter a parse tree produced by openStatement().

The default implementation does nothing.

Declaration
public virtual void EnterOpenStatement(Cobol85Parser.OpenStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenStatementContext context

The parse tree.

| Improve this Doc View Source

EnterOrganizationClause(Cobol85Parser.OrganizationClauseContext)

Enter a parse tree produced by organizationClause().

The default implementation does nothing.

Declaration
public virtual void EnterOrganizationClause(Cobol85Parser.OrganizationClauseContext context)
Parameters
Type Name Description
Cobol85Parser.OrganizationClauseContext context

The parse tree.

| Improve this Doc View Source

EnterPaddingCharacterClause(Cobol85Parser.PaddingCharacterClauseContext)

Enter a parse tree produced by paddingCharacterClause().

The default implementation does nothing.

Declaration
public virtual void EnterPaddingCharacterClause(Cobol85Parser.PaddingCharacterClauseContext context)
Parameters
Type Name Description
Cobol85Parser.PaddingCharacterClauseContext context

The parse tree.

| Improve this Doc View Source

EnterParagraph(Cobol85Parser.ParagraphContext)

Enter a parse tree produced by paragraph().

The default implementation does nothing.

Declaration
public virtual void EnterParagraph(Cobol85Parser.ParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.ParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterParagraphName(Cobol85Parser.ParagraphNameContext)

Enter a parse tree produced by paragraphName().

The default implementation does nothing.

Declaration
public virtual void EnterParagraphName(Cobol85Parser.ParagraphNameContext context)
Parameters
Type Name Description
Cobol85Parser.ParagraphNameContext context

The parse tree.

| Improve this Doc View Source

EnterParagraphs(Cobol85Parser.ParagraphsContext)

Enter a parse tree produced by paragraphs().

The default implementation does nothing.

Declaration
public virtual void EnterParagraphs(Cobol85Parser.ParagraphsContext context)
Parameters
Type Name Description
Cobol85Parser.ParagraphsContext context

The parse tree.

| Improve this Doc View Source

EnterPasswordClause(Cobol85Parser.PasswordClauseContext)

Enter a parse tree produced by passwordClause().

The default implementation does nothing.

Declaration
public virtual void EnterPasswordClause(Cobol85Parser.PasswordClauseContext context)
Parameters
Type Name Description
Cobol85Parser.PasswordClauseContext context

The parse tree.

| Improve this Doc View Source

EnterPerformAfter(Cobol85Parser.PerformAfterContext)

Enter a parse tree produced by performAfter().

The default implementation does nothing.

Declaration
public virtual void EnterPerformAfter(Cobol85Parser.PerformAfterContext context)
Parameters
Type Name Description
Cobol85Parser.PerformAfterContext context

The parse tree.

| Improve this Doc View Source

EnterPerformBy(Cobol85Parser.PerformByContext)

Enter a parse tree produced by performBy().

The default implementation does nothing.

Declaration
public virtual void EnterPerformBy(Cobol85Parser.PerformByContext context)
Parameters
Type Name Description
Cobol85Parser.PerformByContext context

The parse tree.

| Improve this Doc View Source

EnterPerformFrom(Cobol85Parser.PerformFromContext)

Enter a parse tree produced by performFrom().

The default implementation does nothing.

Declaration
public virtual void EnterPerformFrom(Cobol85Parser.PerformFromContext context)
Parameters
Type Name Description
Cobol85Parser.PerformFromContext context

The parse tree.

| Improve this Doc View Source

EnterPerformInlineStatement(Cobol85Parser.PerformInlineStatementContext)

Enter a parse tree produced by performInlineStatement().

The default implementation does nothing.

Declaration
public virtual void EnterPerformInlineStatement(Cobol85Parser.PerformInlineStatementContext context)
Parameters
Type Name Description
Cobol85Parser.PerformInlineStatementContext context

The parse tree.

| Improve this Doc View Source

EnterPerformProcedureStatement(Cobol85Parser.PerformProcedureStatementContext)

Enter a parse tree produced by performProcedureStatement().

The default implementation does nothing.

Declaration
public virtual void EnterPerformProcedureStatement(Cobol85Parser.PerformProcedureStatementContext context)
Parameters
Type Name Description
Cobol85Parser.PerformProcedureStatementContext context

The parse tree.

| Improve this Doc View Source

EnterPerformStatement(Cobol85Parser.PerformStatementContext)

Enter a parse tree produced by performStatement().

The default implementation does nothing.

Declaration
public virtual void EnterPerformStatement(Cobol85Parser.PerformStatementContext context)
Parameters
Type Name Description
Cobol85Parser.PerformStatementContext context

The parse tree.

| Improve this Doc View Source

EnterPerformTestClause(Cobol85Parser.PerformTestClauseContext)

Enter a parse tree produced by performTestClause().

The default implementation does nothing.

Declaration
public virtual void EnterPerformTestClause(Cobol85Parser.PerformTestClauseContext context)
Parameters
Type Name Description
Cobol85Parser.PerformTestClauseContext context

The parse tree.

| Improve this Doc View Source

EnterPerformTimes(Cobol85Parser.PerformTimesContext)

Enter a parse tree produced by performTimes().

The default implementation does nothing.

Declaration
public virtual void EnterPerformTimes(Cobol85Parser.PerformTimesContext context)
Parameters
Type Name Description
Cobol85Parser.PerformTimesContext context

The parse tree.

| Improve this Doc View Source

EnterPerformType(Cobol85Parser.PerformTypeContext)

Enter a parse tree produced by performType().

The default implementation does nothing.

Declaration
public virtual void EnterPerformType(Cobol85Parser.PerformTypeContext context)
Parameters
Type Name Description
Cobol85Parser.PerformTypeContext context

The parse tree.

| Improve this Doc View Source

EnterPerformUntil(Cobol85Parser.PerformUntilContext)

Enter a parse tree produced by performUntil().

The default implementation does nothing.

Declaration
public virtual void EnterPerformUntil(Cobol85Parser.PerformUntilContext context)
Parameters
Type Name Description
Cobol85Parser.PerformUntilContext context

The parse tree.

| Improve this Doc View Source

EnterPerformVarying(Cobol85Parser.PerformVaryingContext)

Enter a parse tree produced by performVarying().

The default implementation does nothing.

Declaration
public virtual void EnterPerformVarying(Cobol85Parser.PerformVaryingContext context)
Parameters
Type Name Description
Cobol85Parser.PerformVaryingContext context

The parse tree.

| Improve this Doc View Source

EnterPerformVaryingClause(Cobol85Parser.PerformVaryingClauseContext)

Enter a parse tree produced by performVaryingClause().

The default implementation does nothing.

Declaration
public virtual void EnterPerformVaryingClause(Cobol85Parser.PerformVaryingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.PerformVaryingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterPerformVaryingPhrase(Cobol85Parser.PerformVaryingPhraseContext)

Enter a parse tree produced by performVaryingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterPerformVaryingPhrase(Cobol85Parser.PerformVaryingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.PerformVaryingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterPictureCardinality(Cobol85Parser.PictureCardinalityContext)

Enter a parse tree produced by pictureCardinality().

The default implementation does nothing.

Declaration
public virtual void EnterPictureCardinality(Cobol85Parser.PictureCardinalityContext context)
Parameters
Type Name Description
Cobol85Parser.PictureCardinalityContext context

The parse tree.

| Improve this Doc View Source

EnterPictureChars(Cobol85Parser.PictureCharsContext)

Enter a parse tree produced by pictureChars().

The default implementation does nothing.

Declaration
public virtual void EnterPictureChars(Cobol85Parser.PictureCharsContext context)
Parameters
Type Name Description
Cobol85Parser.PictureCharsContext context

The parse tree.

| Improve this Doc View Source

EnterPictureString(Cobol85Parser.PictureStringContext)

Enter a parse tree produced by pictureString().

The default implementation does nothing.

Declaration
public virtual void EnterPictureString(Cobol85Parser.PictureStringContext context)
Parameters
Type Name Description
Cobol85Parser.PictureStringContext context

The parse tree.

| Improve this Doc View Source

EnterPlusMinus(Cobol85Parser.PlusMinusContext)

Enter a parse tree produced by plusMinus().

The default implementation does nothing.

Declaration
public virtual void EnterPlusMinus(Cobol85Parser.PlusMinusContext context)
Parameters
Type Name Description
Cobol85Parser.PlusMinusContext context

The parse tree.

| Improve this Doc View Source

EnterPower(Cobol85Parser.PowerContext)

Enter a parse tree produced by power().

The default implementation does nothing.

Declaration
public virtual void EnterPower(Cobol85Parser.PowerContext context)
Parameters
Type Name Description
Cobol85Parser.PowerContext context

The parse tree.

| Improve this Doc View Source

EnterPowers(Cobol85Parser.PowersContext)

Enter a parse tree produced by powers().

The default implementation does nothing.

Declaration
public virtual void EnterPowers(Cobol85Parser.PowersContext context)
Parameters
Type Name Description
Cobol85Parser.PowersContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDeclarative(Cobol85Parser.ProcedureDeclarativeContext)

Enter a parse tree produced by procedureDeclarative().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDeclarative(Cobol85Parser.ProcedureDeclarativeContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDeclarativeContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDeclaratives(Cobol85Parser.ProcedureDeclarativesContext)

Enter a parse tree produced by procedureDeclaratives().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDeclaratives(Cobol85Parser.ProcedureDeclarativesContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDeclarativesContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivision(Cobol85Parser.ProcedureDivisionContext)

Enter a parse tree produced by procedureDivision().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivision(Cobol85Parser.ProcedureDivisionContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivisionBody(Cobol85Parser.ProcedureDivisionBodyContext)

Enter a parse tree produced by procedureDivisionBody().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivisionBody(Cobol85Parser.ProcedureDivisionBodyContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionBodyContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivisionByReference(Cobol85Parser.ProcedureDivisionByReferenceContext)

Enter a parse tree produced by procedureDivisionByReference().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivisionByReference(Cobol85Parser.ProcedureDivisionByReferenceContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionByReferenceContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivisionByReferencePhrase(Cobol85Parser.ProcedureDivisionByReferencePhraseContext)

Enter a parse tree produced by procedureDivisionByReferencePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivisionByReferencePhrase(Cobol85Parser.ProcedureDivisionByReferencePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionByReferencePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivisionByValue(Cobol85Parser.ProcedureDivisionByValueContext)

Enter a parse tree produced by procedureDivisionByValue().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivisionByValue(Cobol85Parser.ProcedureDivisionByValueContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionByValueContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivisionByValuePhrase(Cobol85Parser.ProcedureDivisionByValuePhraseContext)

Enter a parse tree produced by procedureDivisionByValuePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivisionByValuePhrase(Cobol85Parser.ProcedureDivisionByValuePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionByValuePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivisionGivingClause(Cobol85Parser.ProcedureDivisionGivingClauseContext)

Enter a parse tree produced by procedureDivisionGivingClause().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivisionGivingClause(Cobol85Parser.ProcedureDivisionGivingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionGivingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivisionUsingClause(Cobol85Parser.ProcedureDivisionUsingClauseContext)

Enter a parse tree produced by procedureDivisionUsingClause().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivisionUsingClause(Cobol85Parser.ProcedureDivisionUsingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionUsingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureDivisionUsingParameter(Cobol85Parser.ProcedureDivisionUsingParameterContext)

Enter a parse tree produced by procedureDivisionUsingParameter().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureDivisionUsingParameter(Cobol85Parser.ProcedureDivisionUsingParameterContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionUsingParameterContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureName(Cobol85Parser.ProcedureNameContext)

Enter a parse tree produced by procedureName().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureName(Cobol85Parser.ProcedureNameContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureNameContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureSection(Cobol85Parser.ProcedureSectionContext)

Enter a parse tree produced by procedureSection().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureSection(Cobol85Parser.ProcedureSectionContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureSectionContext context

The parse tree.

| Improve this Doc View Source

EnterProcedureSectionHeader(Cobol85Parser.ProcedureSectionHeaderContext)

Enter a parse tree produced by procedureSectionHeader().

The default implementation does nothing.

Declaration
public virtual void EnterProcedureSectionHeader(Cobol85Parser.ProcedureSectionHeaderContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureSectionHeaderContext context

The parse tree.

| Improve this Doc View Source

EnterProgramIdParagraph(Cobol85Parser.ProgramIdParagraphContext)

Enter a parse tree produced by programIdParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterProgramIdParagraph(Cobol85Parser.ProgramIdParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.ProgramIdParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterProgramLibrarySection(Cobol85Parser.ProgramLibrarySectionContext)

Enter a parse tree produced by programLibrarySection().

The default implementation does nothing.

Declaration
public virtual void EnterProgramLibrarySection(Cobol85Parser.ProgramLibrarySectionContext context)
Parameters
Type Name Description
Cobol85Parser.ProgramLibrarySectionContext context

The parse tree.

| Improve this Doc View Source

EnterProgramName(Cobol85Parser.ProgramNameContext)

Enter a parse tree produced by programName().

The default implementation does nothing.

Declaration
public virtual void EnterProgramName(Cobol85Parser.ProgramNameContext context)
Parameters
Type Name Description
Cobol85Parser.ProgramNameContext context

The parse tree.

| Improve this Doc View Source

EnterProgramUnit(Cobol85Parser.ProgramUnitContext)

Enter a parse tree produced by programUnit().

The default implementation does nothing.

Declaration
public virtual void EnterProgramUnit(Cobol85Parser.ProgramUnitContext context)
Parameters
Type Name Description
Cobol85Parser.ProgramUnitContext context

The parse tree.

| Improve this Doc View Source

EnterPurgeStatement(Cobol85Parser.PurgeStatementContext)

Enter a parse tree produced by purgeStatement().

The default implementation does nothing.

Declaration
public virtual void EnterPurgeStatement(Cobol85Parser.PurgeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.PurgeStatementContext context

The parse tree.

| Improve this Doc View Source

EnterQualifiedDataName(Cobol85Parser.QualifiedDataNameContext)

Enter a parse tree produced by qualifiedDataName().

The default implementation does nothing.

Declaration
public virtual void EnterQualifiedDataName(Cobol85Parser.QualifiedDataNameContext context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameContext context

The parse tree.

| Improve this Doc View Source

EnterQualifiedDataNameFormat1(Cobol85Parser.QualifiedDataNameFormat1Context)

Enter a parse tree produced by qualifiedDataNameFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterQualifiedDataNameFormat1(Cobol85Parser.QualifiedDataNameFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterQualifiedDataNameFormat2(Cobol85Parser.QualifiedDataNameFormat2Context)

Enter a parse tree produced by qualifiedDataNameFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterQualifiedDataNameFormat2(Cobol85Parser.QualifiedDataNameFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterQualifiedDataNameFormat3(Cobol85Parser.QualifiedDataNameFormat3Context)

Enter a parse tree produced by qualifiedDataNameFormat3().

The default implementation does nothing.

Declaration
public virtual void EnterQualifiedDataNameFormat3(Cobol85Parser.QualifiedDataNameFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameFormat3Context context

The parse tree.

| Improve this Doc View Source

EnterQualifiedDataNameFormat4(Cobol85Parser.QualifiedDataNameFormat4Context)

Enter a parse tree produced by qualifiedDataNameFormat4().

The default implementation does nothing.

Declaration
public virtual void EnterQualifiedDataNameFormat4(Cobol85Parser.QualifiedDataNameFormat4Context context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameFormat4Context context

The parse tree.

| Improve this Doc View Source

EnterQualifiedInData(Cobol85Parser.QualifiedInDataContext)

Enter a parse tree produced by qualifiedInData().

The default implementation does nothing.

Declaration
public virtual void EnterQualifiedInData(Cobol85Parser.QualifiedInDataContext context)
Parameters
Type Name Description
Cobol85Parser.QualifiedInDataContext context

The parse tree.

| Improve this Doc View Source

EnterReadInto(Cobol85Parser.ReadIntoContext)

Enter a parse tree produced by readInto().

The default implementation does nothing.

Declaration
public virtual void EnterReadInto(Cobol85Parser.ReadIntoContext context)
Parameters
Type Name Description
Cobol85Parser.ReadIntoContext context

The parse tree.

| Improve this Doc View Source

EnterReadKey(Cobol85Parser.ReadKeyContext)

Enter a parse tree produced by readKey().

The default implementation does nothing.

Declaration
public virtual void EnterReadKey(Cobol85Parser.ReadKeyContext context)
Parameters
Type Name Description
Cobol85Parser.ReadKeyContext context

The parse tree.

| Improve this Doc View Source

EnterReadStatement(Cobol85Parser.ReadStatementContext)

Enter a parse tree produced by readStatement().

The default implementation does nothing.

Declaration
public virtual void EnterReadStatement(Cobol85Parser.ReadStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReadStatementContext context

The parse tree.

| Improve this Doc View Source

EnterReadWith(Cobol85Parser.ReadWithContext)

Enter a parse tree produced by readWith().

The default implementation does nothing.

Declaration
public virtual void EnterReadWith(Cobol85Parser.ReadWithContext context)
Parameters
Type Name Description
Cobol85Parser.ReadWithContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveBefore(Cobol85Parser.ReceiveBeforeContext)

Enter a parse tree produced by receiveBefore().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveBefore(Cobol85Parser.ReceiveBeforeContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveBeforeContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveFrom(Cobol85Parser.ReceiveFromContext)

Enter a parse tree produced by receiveFrom().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveFrom(Cobol85Parser.ReceiveFromContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveFromContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveFromStatement(Cobol85Parser.ReceiveFromStatementContext)

Enter a parse tree produced by receiveFromStatement().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveFromStatement(Cobol85Parser.ReceiveFromStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveFromStatementContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveIntoStatement(Cobol85Parser.ReceiveIntoStatementContext)

Enter a parse tree produced by receiveIntoStatement().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveIntoStatement(Cobol85Parser.ReceiveIntoStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveIntoStatementContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveNoData(Cobol85Parser.ReceiveNoDataContext)

Enter a parse tree produced by receiveNoData().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveNoData(Cobol85Parser.ReceiveNoDataContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveNoDataContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveSize(Cobol85Parser.ReceiveSizeContext)

Enter a parse tree produced by receiveSize().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveSize(Cobol85Parser.ReceiveSizeContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveSizeContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveStatement(Cobol85Parser.ReceiveStatementContext)

Enter a parse tree produced by receiveStatement().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveStatement(Cobol85Parser.ReceiveStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveStatementContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveStatus(Cobol85Parser.ReceiveStatusContext)

Enter a parse tree produced by receiveStatus().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveStatus(Cobol85Parser.ReceiveStatusContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveStatusContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveThread(Cobol85Parser.ReceiveThreadContext)

Enter a parse tree produced by receiveThread().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveThread(Cobol85Parser.ReceiveThreadContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveThreadContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveWith(Cobol85Parser.ReceiveWithContext)

Enter a parse tree produced by receiveWith().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveWith(Cobol85Parser.ReceiveWithContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveWithContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveWithData(Cobol85Parser.ReceiveWithDataContext)

Enter a parse tree produced by receiveWithData().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveWithData(Cobol85Parser.ReceiveWithDataContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveWithDataContext context

The parse tree.

| Improve this Doc View Source

EnterRecordContainsClause(Cobol85Parser.RecordContainsClauseContext)

Enter a parse tree produced by recordContainsClause().

The default implementation does nothing.

Declaration
public virtual void EnterRecordContainsClause(Cobol85Parser.RecordContainsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsClauseContext context

The parse tree.

| Improve this Doc View Source

EnterRecordContainsClauseFormat1(Cobol85Parser.RecordContainsClauseFormat1Context)

Enter a parse tree produced by recordContainsClauseFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterRecordContainsClauseFormat1(Cobol85Parser.RecordContainsClauseFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsClauseFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterRecordContainsClauseFormat2(Cobol85Parser.RecordContainsClauseFormat2Context)

Enter a parse tree produced by recordContainsClauseFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterRecordContainsClauseFormat2(Cobol85Parser.RecordContainsClauseFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsClauseFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterRecordContainsClauseFormat3(Cobol85Parser.RecordContainsClauseFormat3Context)

Enter a parse tree produced by recordContainsClauseFormat3().

The default implementation does nothing.

Declaration
public virtual void EnterRecordContainsClauseFormat3(Cobol85Parser.RecordContainsClauseFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsClauseFormat3Context context

The parse tree.

| Improve this Doc View Source

EnterRecordContainsTo(Cobol85Parser.RecordContainsToContext)

Enter a parse tree produced by recordContainsTo().

The default implementation does nothing.

Declaration
public virtual void EnterRecordContainsTo(Cobol85Parser.RecordContainsToContext context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsToContext context

The parse tree.

| Improve this Doc View Source

EnterRecordDelimiterClause(Cobol85Parser.RecordDelimiterClauseContext)

Enter a parse tree produced by recordDelimiterClause().

The default implementation does nothing.

Declaration
public virtual void EnterRecordDelimiterClause(Cobol85Parser.RecordDelimiterClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RecordDelimiterClauseContext context

The parse tree.

| Improve this Doc View Source

EnterRecordingModeClause(Cobol85Parser.RecordingModeClauseContext)

Enter a parse tree produced by recordingModeClause().

The default implementation does nothing.

Declaration
public virtual void EnterRecordingModeClause(Cobol85Parser.RecordingModeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RecordingModeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterRecordKeyClause(Cobol85Parser.RecordKeyClauseContext)

Enter a parse tree produced by recordKeyClause().

The default implementation does nothing.

Declaration
public virtual void EnterRecordKeyClause(Cobol85Parser.RecordKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RecordKeyClauseContext context

The parse tree.

| Improve this Doc View Source

EnterRecordName(Cobol85Parser.RecordNameContext)

Enter a parse tree produced by recordName().

The default implementation does nothing.

Declaration
public virtual void EnterRecordName(Cobol85Parser.RecordNameContext context)
Parameters
Type Name Description
Cobol85Parser.RecordNameContext context

The parse tree.

| Improve this Doc View Source

EnterReferenceModifier(Cobol85Parser.ReferenceModifierContext)

Enter a parse tree produced by referenceModifier().

The default implementation does nothing.

Declaration
public virtual void EnterReferenceModifier(Cobol85Parser.ReferenceModifierContext context)
Parameters
Type Name Description
Cobol85Parser.ReferenceModifierContext context

The parse tree.

| Improve this Doc View Source

EnterRelationalOperator(Cobol85Parser.RelationalOperatorContext)

Enter a parse tree produced by relationalOperator().

The default implementation does nothing.

Declaration
public virtual void EnterRelationalOperator(Cobol85Parser.RelationalOperatorContext context)
Parameters
Type Name Description
Cobol85Parser.RelationalOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterRelationArithmeticComparison(Cobol85Parser.RelationArithmeticComparisonContext)

Enter a parse tree produced by relationArithmeticComparison().

The default implementation does nothing.

Declaration
public virtual void EnterRelationArithmeticComparison(Cobol85Parser.RelationArithmeticComparisonContext context)
Parameters
Type Name Description
Cobol85Parser.RelationArithmeticComparisonContext context

The parse tree.

| Improve this Doc View Source

EnterRelationCombinedComparison(Cobol85Parser.RelationCombinedComparisonContext)

Enter a parse tree produced by relationCombinedComparison().

The default implementation does nothing.

Declaration
public virtual void EnterRelationCombinedComparison(Cobol85Parser.RelationCombinedComparisonContext context)
Parameters
Type Name Description
Cobol85Parser.RelationCombinedComparisonContext context

The parse tree.

| Improve this Doc View Source

EnterRelationCombinedCondition(Cobol85Parser.RelationCombinedConditionContext)

Enter a parse tree produced by relationCombinedCondition().

The default implementation does nothing.

Declaration
public virtual void EnterRelationCombinedCondition(Cobol85Parser.RelationCombinedConditionContext context)
Parameters
Type Name Description
Cobol85Parser.RelationCombinedConditionContext context

The parse tree.

| Improve this Doc View Source

EnterRelationCondition(Cobol85Parser.RelationConditionContext)

Enter a parse tree produced by relationCondition().

The default implementation does nothing.

Declaration
public virtual void EnterRelationCondition(Cobol85Parser.RelationConditionContext context)
Parameters
Type Name Description
Cobol85Parser.RelationConditionContext context

The parse tree.

| Improve this Doc View Source

EnterRelationSignCondition(Cobol85Parser.RelationSignConditionContext)

Enter a parse tree produced by relationSignCondition().

The default implementation does nothing.

Declaration
public virtual void EnterRelationSignCondition(Cobol85Parser.RelationSignConditionContext context)
Parameters
Type Name Description
Cobol85Parser.RelationSignConditionContext context

The parse tree.

| Improve this Doc View Source

EnterRelativeKeyClause(Cobol85Parser.RelativeKeyClauseContext)

Enter a parse tree produced by relativeKeyClause().

The default implementation does nothing.

Declaration
public virtual void EnterRelativeKeyClause(Cobol85Parser.RelativeKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RelativeKeyClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReleaseStatement(Cobol85Parser.ReleaseStatementContext)

Enter a parse tree produced by releaseStatement().

The default implementation does nothing.

Declaration
public virtual void EnterReleaseStatement(Cobol85Parser.ReleaseStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReleaseStatementContext context

The parse tree.

| Improve this Doc View Source

EnterRemarksParagraph(Cobol85Parser.RemarksParagraphContext)

Enter a parse tree produced by remarksParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterRemarksParagraph(Cobol85Parser.RemarksParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.RemarksParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterReportClause(Cobol85Parser.ReportClauseContext)

Enter a parse tree produced by reportClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportClause(Cobol85Parser.ReportClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportDescription(Cobol85Parser.ReportDescriptionContext)

Enter a parse tree produced by reportDescription().

The default implementation does nothing.

Declaration
public virtual void EnterReportDescription(Cobol85Parser.ReportDescriptionContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionContext context

The parse tree.

| Improve this Doc View Source

EnterReportDescriptionEntry(Cobol85Parser.ReportDescriptionEntryContext)

Enter a parse tree produced by reportDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void EnterReportDescriptionEntry(Cobol85Parser.ReportDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

EnterReportDescriptionFirstDetailClause(Cobol85Parser.ReportDescriptionFirstDetailClauseContext)

Enter a parse tree produced by reportDescriptionFirstDetailClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportDescriptionFirstDetailClause(Cobol85Parser.ReportDescriptionFirstDetailClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionFirstDetailClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportDescriptionFootingClause(Cobol85Parser.ReportDescriptionFootingClauseContext)

Enter a parse tree produced by reportDescriptionFootingClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportDescriptionFootingClause(Cobol85Parser.ReportDescriptionFootingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionFootingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportDescriptionGlobalClause(Cobol85Parser.ReportDescriptionGlobalClauseContext)

Enter a parse tree produced by reportDescriptionGlobalClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportDescriptionGlobalClause(Cobol85Parser.ReportDescriptionGlobalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionGlobalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportDescriptionHeadingClause(Cobol85Parser.ReportDescriptionHeadingClauseContext)

Enter a parse tree produced by reportDescriptionHeadingClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportDescriptionHeadingClause(Cobol85Parser.ReportDescriptionHeadingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionHeadingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportDescriptionLastDetailClause(Cobol85Parser.ReportDescriptionLastDetailClauseContext)

Enter a parse tree produced by reportDescriptionLastDetailClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportDescriptionLastDetailClause(Cobol85Parser.ReportDescriptionLastDetailClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionLastDetailClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportDescriptionPageLimitClause(Cobol85Parser.ReportDescriptionPageLimitClauseContext)

Enter a parse tree produced by reportDescriptionPageLimitClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportDescriptionPageLimitClause(Cobol85Parser.ReportDescriptionPageLimitClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionPageLimitClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupBlankWhenZeroClause(Cobol85Parser.ReportGroupBlankWhenZeroClauseContext)

Enter a parse tree produced by reportGroupBlankWhenZeroClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupBlankWhenZeroClause(Cobol85Parser.ReportGroupBlankWhenZeroClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupBlankWhenZeroClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupColumnNumberClause(Cobol85Parser.ReportGroupColumnNumberClauseContext)

Enter a parse tree produced by reportGroupColumnNumberClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupColumnNumberClause(Cobol85Parser.ReportGroupColumnNumberClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupColumnNumberClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupDescriptionEntry(Cobol85Parser.ReportGroupDescriptionEntryContext)

Enter a parse tree produced by reportGroupDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupDescriptionEntry(Cobol85Parser.ReportGroupDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupDescriptionEntryFormat1(Cobol85Parser.ReportGroupDescriptionEntryFormat1Context)

Enter a parse tree produced by reportGroupDescriptionEntryFormat1().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupDescriptionEntryFormat1(Cobol85Parser.ReportGroupDescriptionEntryFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupDescriptionEntryFormat1Context context

The parse tree.

| Improve this Doc View Source

EnterReportGroupDescriptionEntryFormat2(Cobol85Parser.ReportGroupDescriptionEntryFormat2Context)

Enter a parse tree produced by reportGroupDescriptionEntryFormat2().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupDescriptionEntryFormat2(Cobol85Parser.ReportGroupDescriptionEntryFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupDescriptionEntryFormat2Context context

The parse tree.

| Improve this Doc View Source

EnterReportGroupDescriptionEntryFormat3(Cobol85Parser.ReportGroupDescriptionEntryFormat3Context)

Enter a parse tree produced by reportGroupDescriptionEntryFormat3().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupDescriptionEntryFormat3(Cobol85Parser.ReportGroupDescriptionEntryFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupDescriptionEntryFormat3Context context

The parse tree.

| Improve this Doc View Source

EnterReportGroupIndicateClause(Cobol85Parser.ReportGroupIndicateClauseContext)

Enter a parse tree produced by reportGroupIndicateClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupIndicateClause(Cobol85Parser.ReportGroupIndicateClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupIndicateClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupJustifiedClause(Cobol85Parser.ReportGroupJustifiedClauseContext)

Enter a parse tree produced by reportGroupJustifiedClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupJustifiedClause(Cobol85Parser.ReportGroupJustifiedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupJustifiedClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupLineNumberClause(Cobol85Parser.ReportGroupLineNumberClauseContext)

Enter a parse tree produced by reportGroupLineNumberClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupLineNumberClause(Cobol85Parser.ReportGroupLineNumberClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupLineNumberClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupLineNumberNextPage(Cobol85Parser.ReportGroupLineNumberNextPageContext)

Enter a parse tree produced by reportGroupLineNumberNextPage().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupLineNumberNextPage(Cobol85Parser.ReportGroupLineNumberNextPageContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupLineNumberNextPageContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupLineNumberPlus(Cobol85Parser.ReportGroupLineNumberPlusContext)

Enter a parse tree produced by reportGroupLineNumberPlus().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupLineNumberPlus(Cobol85Parser.ReportGroupLineNumberPlusContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupLineNumberPlusContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupNextGroupClause(Cobol85Parser.ReportGroupNextGroupClauseContext)

Enter a parse tree produced by reportGroupNextGroupClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupNextGroupClause(Cobol85Parser.ReportGroupNextGroupClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupNextGroupClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupNextGroupNextPage(Cobol85Parser.ReportGroupNextGroupNextPageContext)

Enter a parse tree produced by reportGroupNextGroupNextPage().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupNextGroupNextPage(Cobol85Parser.ReportGroupNextGroupNextPageContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupNextGroupNextPageContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupNextGroupPlus(Cobol85Parser.ReportGroupNextGroupPlusContext)

Enter a parse tree produced by reportGroupNextGroupPlus().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupNextGroupPlus(Cobol85Parser.ReportGroupNextGroupPlusContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupNextGroupPlusContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupPictureClause(Cobol85Parser.ReportGroupPictureClauseContext)

Enter a parse tree produced by reportGroupPictureClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupPictureClause(Cobol85Parser.ReportGroupPictureClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupPictureClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupResetClause(Cobol85Parser.ReportGroupResetClauseContext)

Enter a parse tree produced by reportGroupResetClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupResetClause(Cobol85Parser.ReportGroupResetClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupResetClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupSignClause(Cobol85Parser.ReportGroupSignClauseContext)

Enter a parse tree produced by reportGroupSignClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupSignClause(Cobol85Parser.ReportGroupSignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupSignClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupSourceClause(Cobol85Parser.ReportGroupSourceClauseContext)

Enter a parse tree produced by reportGroupSourceClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupSourceClause(Cobol85Parser.ReportGroupSourceClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupSourceClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupSumClause(Cobol85Parser.ReportGroupSumClauseContext)

Enter a parse tree produced by reportGroupSumClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupSumClause(Cobol85Parser.ReportGroupSumClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupSumClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupTypeClause(Cobol85Parser.ReportGroupTypeClauseContext)

Enter a parse tree produced by reportGroupTypeClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupTypeClause(Cobol85Parser.ReportGroupTypeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupTypeControlFooting(Cobol85Parser.ReportGroupTypeControlFootingContext)

Enter a parse tree produced by reportGroupTypeControlFooting().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupTypeControlFooting(Cobol85Parser.ReportGroupTypeControlFootingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeControlFootingContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupTypeControlHeading(Cobol85Parser.ReportGroupTypeControlHeadingContext)

Enter a parse tree produced by reportGroupTypeControlHeading().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupTypeControlHeading(Cobol85Parser.ReportGroupTypeControlHeadingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeControlHeadingContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupTypeDetail(Cobol85Parser.ReportGroupTypeDetailContext)

Enter a parse tree produced by reportGroupTypeDetail().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupTypeDetail(Cobol85Parser.ReportGroupTypeDetailContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeDetailContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupTypePageFooting(Cobol85Parser.ReportGroupTypePageFootingContext)

Enter a parse tree produced by reportGroupTypePageFooting().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupTypePageFooting(Cobol85Parser.ReportGroupTypePageFootingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypePageFootingContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupTypePageHeading(Cobol85Parser.ReportGroupTypePageHeadingContext)

Enter a parse tree produced by reportGroupTypePageHeading().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupTypePageHeading(Cobol85Parser.ReportGroupTypePageHeadingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypePageHeadingContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupTypeReportFooting(Cobol85Parser.ReportGroupTypeReportFootingContext)

Enter a parse tree produced by reportGroupTypeReportFooting().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupTypeReportFooting(Cobol85Parser.ReportGroupTypeReportFootingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeReportFootingContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupTypeReportHeading(Cobol85Parser.ReportGroupTypeReportHeadingContext)

Enter a parse tree produced by reportGroupTypeReportHeading().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupTypeReportHeading(Cobol85Parser.ReportGroupTypeReportHeadingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeReportHeadingContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupUsageClause(Cobol85Parser.ReportGroupUsageClauseContext)

Enter a parse tree produced by reportGroupUsageClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupUsageClause(Cobol85Parser.ReportGroupUsageClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupUsageClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportGroupValueClause(Cobol85Parser.ReportGroupValueClauseContext)

Enter a parse tree produced by reportGroupValueClause().

The default implementation does nothing.

Declaration
public virtual void EnterReportGroupValueClause(Cobol85Parser.ReportGroupValueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupValueClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReportName(Cobol85Parser.ReportNameContext)

Enter a parse tree produced by reportName().

The default implementation does nothing.

Declaration
public virtual void EnterReportName(Cobol85Parser.ReportNameContext context)
Parameters
Type Name Description
Cobol85Parser.ReportNameContext context

The parse tree.

| Improve this Doc View Source

EnterReportSection(Cobol85Parser.ReportSectionContext)

Enter a parse tree produced by reportSection().

The default implementation does nothing.

Declaration
public virtual void EnterReportSection(Cobol85Parser.ReportSectionContext context)
Parameters
Type Name Description
Cobol85Parser.ReportSectionContext context

The parse tree.

| Improve this Doc View Source

EnterRerunClause(Cobol85Parser.RerunClauseContext)

Enter a parse tree produced by rerunClause().

The default implementation does nothing.

Declaration
public virtual void EnterRerunClause(Cobol85Parser.RerunClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RerunClauseContext context

The parse tree.

| Improve this Doc View Source

EnterRerunEveryClock(Cobol85Parser.RerunEveryClockContext)

Enter a parse tree produced by rerunEveryClock().

The default implementation does nothing.

Declaration
public virtual void EnterRerunEveryClock(Cobol85Parser.RerunEveryClockContext context)
Parameters
Type Name Description
Cobol85Parser.RerunEveryClockContext context

The parse tree.

| Improve this Doc View Source

EnterRerunEveryOf(Cobol85Parser.RerunEveryOfContext)

Enter a parse tree produced by rerunEveryOf().

The default implementation does nothing.

Declaration
public virtual void EnterRerunEveryOf(Cobol85Parser.RerunEveryOfContext context)
Parameters
Type Name Description
Cobol85Parser.RerunEveryOfContext context

The parse tree.

| Improve this Doc View Source

EnterRerunEveryRecords(Cobol85Parser.RerunEveryRecordsContext)

Enter a parse tree produced by rerunEveryRecords().

The default implementation does nothing.

Declaration
public virtual void EnterRerunEveryRecords(Cobol85Parser.RerunEveryRecordsContext context)
Parameters
Type Name Description
Cobol85Parser.RerunEveryRecordsContext context

The parse tree.

| Improve this Doc View Source

EnterReserveClause(Cobol85Parser.ReserveClauseContext)

Enter a parse tree produced by reserveClause().

The default implementation does nothing.

Declaration
public virtual void EnterReserveClause(Cobol85Parser.ReserveClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReserveClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReserveNetworkClause(Cobol85Parser.ReserveNetworkClauseContext)

Enter a parse tree produced by reserveNetworkClause().

The default implementation does nothing.

Declaration
public virtual void EnterReserveNetworkClause(Cobol85Parser.ReserveNetworkClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReserveNetworkClauseContext context

The parse tree.

| Improve this Doc View Source

EnterReturnInto(Cobol85Parser.ReturnIntoContext)

Enter a parse tree produced by returnInto().

The default implementation does nothing.

Declaration
public virtual void EnterReturnInto(Cobol85Parser.ReturnIntoContext context)
Parameters
Type Name Description
Cobol85Parser.ReturnIntoContext context

The parse tree.

| Improve this Doc View Source

EnterReturnStatement(Cobol85Parser.ReturnStatementContext)

Enter a parse tree produced by returnStatement().

The default implementation does nothing.

Declaration
public virtual void EnterReturnStatement(Cobol85Parser.ReturnStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReturnStatementContext context

The parse tree.

| Improve this Doc View Source

EnterRewriteFrom(Cobol85Parser.RewriteFromContext)

Enter a parse tree produced by rewriteFrom().

The default implementation does nothing.

Declaration
public virtual void EnterRewriteFrom(Cobol85Parser.RewriteFromContext context)
Parameters
Type Name Description
Cobol85Parser.RewriteFromContext context

The parse tree.

| Improve this Doc View Source

EnterRewriteStatement(Cobol85Parser.RewriteStatementContext)

Enter a parse tree produced by rewriteStatement().

The default implementation does nothing.

Declaration
public virtual void EnterRewriteStatement(Cobol85Parser.RewriteStatementContext context)
Parameters
Type Name Description
Cobol85Parser.RewriteStatementContext context

The parse tree.

| Improve this Doc View Source

EnterRoutineName(Cobol85Parser.RoutineNameContext)

Enter a parse tree produced by routineName().

The default implementation does nothing.

Declaration
public virtual void EnterRoutineName(Cobol85Parser.RoutineNameContext context)
Parameters
Type Name Description
Cobol85Parser.RoutineNameContext context

The parse tree.

| Improve this Doc View Source

EnterSameClause(Cobol85Parser.SameClauseContext)

Enter a parse tree produced by sameClause().

The default implementation does nothing.

Declaration
public virtual void EnterSameClause(Cobol85Parser.SameClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SameClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionAutoClause(Cobol85Parser.ScreenDescriptionAutoClauseContext)

Enter a parse tree produced by screenDescriptionAutoClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionAutoClause(Cobol85Parser.ScreenDescriptionAutoClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionAutoClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionBackgroundColorClause(Cobol85Parser.ScreenDescriptionBackgroundColorClauseContext)

Enter a parse tree produced by screenDescriptionBackgroundColorClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionBackgroundColorClause(Cobol85Parser.ScreenDescriptionBackgroundColorClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBackgroundColorClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionBellClause(Cobol85Parser.ScreenDescriptionBellClauseContext)

Enter a parse tree produced by screenDescriptionBellClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionBellClause(Cobol85Parser.ScreenDescriptionBellClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBellClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionBlankClause(Cobol85Parser.ScreenDescriptionBlankClauseContext)

Enter a parse tree produced by screenDescriptionBlankClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionBlankClause(Cobol85Parser.ScreenDescriptionBlankClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBlankClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionBlankWhenZeroClause(Cobol85Parser.ScreenDescriptionBlankWhenZeroClauseContext)

Enter a parse tree produced by screenDescriptionBlankWhenZeroClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionBlankWhenZeroClause(Cobol85Parser.ScreenDescriptionBlankWhenZeroClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBlankWhenZeroClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionBlinkClause(Cobol85Parser.ScreenDescriptionBlinkClauseContext)

Enter a parse tree produced by screenDescriptionBlinkClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionBlinkClause(Cobol85Parser.ScreenDescriptionBlinkClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBlinkClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionColumnClause(Cobol85Parser.ScreenDescriptionColumnClauseContext)

Enter a parse tree produced by screenDescriptionColumnClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionColumnClause(Cobol85Parser.ScreenDescriptionColumnClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionColumnClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionControlClause(Cobol85Parser.ScreenDescriptionControlClauseContext)

Enter a parse tree produced by screenDescriptionControlClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionControlClause(Cobol85Parser.ScreenDescriptionControlClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionControlClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionEntry(Cobol85Parser.ScreenDescriptionEntryContext)

Enter a parse tree produced by screenDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionEntry(Cobol85Parser.ScreenDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionEraseClause(Cobol85Parser.ScreenDescriptionEraseClauseContext)

Enter a parse tree produced by screenDescriptionEraseClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionEraseClause(Cobol85Parser.ScreenDescriptionEraseClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionEraseClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionForegroundColorClause(Cobol85Parser.ScreenDescriptionForegroundColorClauseContext)

Enter a parse tree produced by screenDescriptionForegroundColorClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionForegroundColorClause(Cobol85Parser.ScreenDescriptionForegroundColorClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionForegroundColorClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionFromClause(Cobol85Parser.ScreenDescriptionFromClauseContext)

Enter a parse tree produced by screenDescriptionFromClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionFromClause(Cobol85Parser.ScreenDescriptionFromClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionFromClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionFullClause(Cobol85Parser.ScreenDescriptionFullClauseContext)

Enter a parse tree produced by screenDescriptionFullClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionFullClause(Cobol85Parser.ScreenDescriptionFullClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionFullClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionGridClause(Cobol85Parser.ScreenDescriptionGridClauseContext)

Enter a parse tree produced by screenDescriptionGridClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionGridClause(Cobol85Parser.ScreenDescriptionGridClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionGridClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionJustifiedClause(Cobol85Parser.ScreenDescriptionJustifiedClauseContext)

Enter a parse tree produced by screenDescriptionJustifiedClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionJustifiedClause(Cobol85Parser.ScreenDescriptionJustifiedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionJustifiedClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionLightClause(Cobol85Parser.ScreenDescriptionLightClauseContext)

Enter a parse tree produced by screenDescriptionLightClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionLightClause(Cobol85Parser.ScreenDescriptionLightClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionLightClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionLineClause(Cobol85Parser.ScreenDescriptionLineClauseContext)

Enter a parse tree produced by screenDescriptionLineClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionLineClause(Cobol85Parser.ScreenDescriptionLineClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionLineClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionPictureClause(Cobol85Parser.ScreenDescriptionPictureClauseContext)

Enter a parse tree produced by screenDescriptionPictureClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionPictureClause(Cobol85Parser.ScreenDescriptionPictureClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionPictureClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionPromptClause(Cobol85Parser.ScreenDescriptionPromptClauseContext)

Enter a parse tree produced by screenDescriptionPromptClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionPromptClause(Cobol85Parser.ScreenDescriptionPromptClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionPromptClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionPromptOccursClause(Cobol85Parser.ScreenDescriptionPromptOccursClauseContext)

Enter a parse tree produced by screenDescriptionPromptOccursClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionPromptOccursClause(Cobol85Parser.ScreenDescriptionPromptOccursClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionPromptOccursClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionRequiredClause(Cobol85Parser.ScreenDescriptionRequiredClauseContext)

Enter a parse tree produced by screenDescriptionRequiredClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionRequiredClause(Cobol85Parser.ScreenDescriptionRequiredClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionRequiredClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionReverseVideoClause(Cobol85Parser.ScreenDescriptionReverseVideoClauseContext)

Enter a parse tree produced by screenDescriptionReverseVideoClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionReverseVideoClause(Cobol85Parser.ScreenDescriptionReverseVideoClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionReverseVideoClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionSecureClause(Cobol85Parser.ScreenDescriptionSecureClauseContext)

Enter a parse tree produced by screenDescriptionSecureClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionSecureClause(Cobol85Parser.ScreenDescriptionSecureClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionSecureClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionSignClause(Cobol85Parser.ScreenDescriptionSignClauseContext)

Enter a parse tree produced by screenDescriptionSignClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionSignClause(Cobol85Parser.ScreenDescriptionSignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionSignClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionSizeClause(Cobol85Parser.ScreenDescriptionSizeClauseContext)

Enter a parse tree produced by screenDescriptionSizeClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionSizeClause(Cobol85Parser.ScreenDescriptionSizeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionSizeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionToClause(Cobol85Parser.ScreenDescriptionToClauseContext)

Enter a parse tree produced by screenDescriptionToClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionToClause(Cobol85Parser.ScreenDescriptionToClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionToClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionUnderlineClause(Cobol85Parser.ScreenDescriptionUnderlineClauseContext)

Enter a parse tree produced by screenDescriptionUnderlineClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionUnderlineClause(Cobol85Parser.ScreenDescriptionUnderlineClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionUnderlineClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionUsageClause(Cobol85Parser.ScreenDescriptionUsageClauseContext)

Enter a parse tree produced by screenDescriptionUsageClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionUsageClause(Cobol85Parser.ScreenDescriptionUsageClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionUsageClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionUsingClause(Cobol85Parser.ScreenDescriptionUsingClauseContext)

Enter a parse tree produced by screenDescriptionUsingClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionUsingClause(Cobol85Parser.ScreenDescriptionUsingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionUsingClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionValueClause(Cobol85Parser.ScreenDescriptionValueClauseContext)

Enter a parse tree produced by screenDescriptionValueClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionValueClause(Cobol85Parser.ScreenDescriptionValueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionValueClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenDescriptionZeroFillClause(Cobol85Parser.ScreenDescriptionZeroFillClauseContext)

Enter a parse tree produced by screenDescriptionZeroFillClause().

The default implementation does nothing.

Declaration
public virtual void EnterScreenDescriptionZeroFillClause(Cobol85Parser.ScreenDescriptionZeroFillClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionZeroFillClauseContext context

The parse tree.

| Improve this Doc View Source

EnterScreenName(Cobol85Parser.ScreenNameContext)

Enter a parse tree produced by screenName().

The default implementation does nothing.

Declaration
public virtual void EnterScreenName(Cobol85Parser.ScreenNameContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenNameContext context

The parse tree.

| Improve this Doc View Source

EnterScreenSection(Cobol85Parser.ScreenSectionContext)

Enter a parse tree produced by screenSection().

The default implementation does nothing.

Declaration
public virtual void EnterScreenSection(Cobol85Parser.ScreenSectionContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenSectionContext context

The parse tree.

| Improve this Doc View Source

EnterSearchStatement(Cobol85Parser.SearchStatementContext)

Enter a parse tree produced by searchStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSearchStatement(Cobol85Parser.SearchStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SearchStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSearchVarying(Cobol85Parser.SearchVaryingContext)

Enter a parse tree produced by searchVarying().

The default implementation does nothing.

Declaration
public virtual void EnterSearchVarying(Cobol85Parser.SearchVaryingContext context)
Parameters
Type Name Description
Cobol85Parser.SearchVaryingContext context

The parse tree.

| Improve this Doc View Source

EnterSearchWhen(Cobol85Parser.SearchWhenContext)

Enter a parse tree produced by searchWhen().

The default implementation does nothing.

Declaration
public virtual void EnterSearchWhen(Cobol85Parser.SearchWhenContext context)
Parameters
Type Name Description
Cobol85Parser.SearchWhenContext context

The parse tree.

| Improve this Doc View Source

EnterSectionName(Cobol85Parser.SectionNameContext)

Enter a parse tree produced by sectionName().

The default implementation does nothing.

Declaration
public virtual void EnterSectionName(Cobol85Parser.SectionNameContext context)
Parameters
Type Name Description
Cobol85Parser.SectionNameContext context

The parse tree.

| Improve this Doc View Source

EnterSecurityParagraph(Cobol85Parser.SecurityParagraphContext)

Enter a parse tree produced by securityParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterSecurityParagraph(Cobol85Parser.SecurityParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.SecurityParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterSegmentLimitClause(Cobol85Parser.SegmentLimitClauseContext)

Enter a parse tree produced by segmentLimitClause().

The default implementation does nothing.

Declaration
public virtual void EnterSegmentLimitClause(Cobol85Parser.SegmentLimitClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SegmentLimitClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSelectClause(Cobol85Parser.SelectClauseContext)

Enter a parse tree produced by selectClause().

The default implementation does nothing.

Declaration
public virtual void EnterSelectClause(Cobol85Parser.SelectClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SelectClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSendAdvancingLines(Cobol85Parser.SendAdvancingLinesContext)

Enter a parse tree produced by sendAdvancingLines().

The default implementation does nothing.

Declaration
public virtual void EnterSendAdvancingLines(Cobol85Parser.SendAdvancingLinesContext context)
Parameters
Type Name Description
Cobol85Parser.SendAdvancingLinesContext context

The parse tree.

| Improve this Doc View Source

EnterSendAdvancingMnemonic(Cobol85Parser.SendAdvancingMnemonicContext)

Enter a parse tree produced by sendAdvancingMnemonic().

The default implementation does nothing.

Declaration
public virtual void EnterSendAdvancingMnemonic(Cobol85Parser.SendAdvancingMnemonicContext context)
Parameters
Type Name Description
Cobol85Parser.SendAdvancingMnemonicContext context

The parse tree.

| Improve this Doc View Source

EnterSendAdvancingPage(Cobol85Parser.SendAdvancingPageContext)

Enter a parse tree produced by sendAdvancingPage().

The default implementation does nothing.

Declaration
public virtual void EnterSendAdvancingPage(Cobol85Parser.SendAdvancingPageContext context)
Parameters
Type Name Description
Cobol85Parser.SendAdvancingPageContext context

The parse tree.

| Improve this Doc View Source

EnterSendAdvancingPhrase(Cobol85Parser.SendAdvancingPhraseContext)

Enter a parse tree produced by sendAdvancingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSendAdvancingPhrase(Cobol85Parser.SendAdvancingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SendAdvancingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSendFromPhrase(Cobol85Parser.SendFromPhraseContext)

Enter a parse tree produced by sendFromPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSendFromPhrase(Cobol85Parser.SendFromPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SendFromPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSendReplacingPhrase(Cobol85Parser.SendReplacingPhraseContext)

Enter a parse tree produced by sendReplacingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSendReplacingPhrase(Cobol85Parser.SendReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SendReplacingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSendStatement(Cobol85Parser.SendStatementContext)

Enter a parse tree produced by sendStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSendStatement(Cobol85Parser.SendStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SendStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSendStatementAsync(Cobol85Parser.SendStatementAsyncContext)

Enter a parse tree produced by sendStatementAsync().

The default implementation does nothing.

Declaration
public virtual void EnterSendStatementAsync(Cobol85Parser.SendStatementAsyncContext context)
Parameters
Type Name Description
Cobol85Parser.SendStatementAsyncContext context

The parse tree.

| Improve this Doc View Source

EnterSendStatementSync(Cobol85Parser.SendStatementSyncContext)

Enter a parse tree produced by sendStatementSync().

The default implementation does nothing.

Declaration
public virtual void EnterSendStatementSync(Cobol85Parser.SendStatementSyncContext context)
Parameters
Type Name Description
Cobol85Parser.SendStatementSyncContext context

The parse tree.

| Improve this Doc View Source

EnterSendWithPhrase(Cobol85Parser.SendWithPhraseContext)

Enter a parse tree produced by sendWithPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSendWithPhrase(Cobol85Parser.SendWithPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SendWithPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSentence(Cobol85Parser.SentenceContext)

Enter a parse tree produced by sentence().

The default implementation does nothing.

Declaration
public virtual void EnterSentence(Cobol85Parser.SentenceContext context)
Parameters
Type Name Description
Cobol85Parser.SentenceContext context

The parse tree.

| Improve this Doc View Source

EnterSetByValue(Cobol85Parser.SetByValueContext)

Enter a parse tree produced by setByValue().

The default implementation does nothing.

Declaration
public virtual void EnterSetByValue(Cobol85Parser.SetByValueContext context)
Parameters
Type Name Description
Cobol85Parser.SetByValueContext context

The parse tree.

| Improve this Doc View Source

EnterSetStatement(Cobol85Parser.SetStatementContext)

Enter a parse tree produced by setStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSetStatement(Cobol85Parser.SetStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SetStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSetTo(Cobol85Parser.SetToContext)

Enter a parse tree produced by setTo().

The default implementation does nothing.

Declaration
public virtual void EnterSetTo(Cobol85Parser.SetToContext context)
Parameters
Type Name Description
Cobol85Parser.SetToContext context

The parse tree.

| Improve this Doc View Source

EnterSetToStatement(Cobol85Parser.SetToStatementContext)

Enter a parse tree produced by setToStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSetToStatement(Cobol85Parser.SetToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SetToStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSetToValue(Cobol85Parser.SetToValueContext)

Enter a parse tree produced by setToValue().

The default implementation does nothing.

Declaration
public virtual void EnterSetToValue(Cobol85Parser.SetToValueContext context)
Parameters
Type Name Description
Cobol85Parser.SetToValueContext context

The parse tree.

| Improve this Doc View Source

EnterSetUpDownByStatement(Cobol85Parser.SetUpDownByStatementContext)

Enter a parse tree produced by setUpDownByStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSetUpDownByStatement(Cobol85Parser.SetUpDownByStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SetUpDownByStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSimpleCondition(Cobol85Parser.SimpleConditionContext)

Enter a parse tree produced by simpleCondition().

The default implementation does nothing.

Declaration
public virtual void EnterSimpleCondition(Cobol85Parser.SimpleConditionContext context)
Parameters
Type Name Description
Cobol85Parser.SimpleConditionContext context

The parse tree.

| Improve this Doc View Source

EnterSortCollatingAlphanumeric(Cobol85Parser.SortCollatingAlphanumericContext)

Enter a parse tree produced by sortCollatingAlphanumeric().

The default implementation does nothing.

Declaration
public virtual void EnterSortCollatingAlphanumeric(Cobol85Parser.SortCollatingAlphanumericContext context)
Parameters
Type Name Description
Cobol85Parser.SortCollatingAlphanumericContext context

The parse tree.

| Improve this Doc View Source

EnterSortCollatingNational(Cobol85Parser.SortCollatingNationalContext)

Enter a parse tree produced by sortCollatingNational().

The default implementation does nothing.

Declaration
public virtual void EnterSortCollatingNational(Cobol85Parser.SortCollatingNationalContext context)
Parameters
Type Name Description
Cobol85Parser.SortCollatingNationalContext context

The parse tree.

| Improve this Doc View Source

EnterSortCollatingSequencePhrase(Cobol85Parser.SortCollatingSequencePhraseContext)

Enter a parse tree produced by sortCollatingSequencePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSortCollatingSequencePhrase(Cobol85Parser.SortCollatingSequencePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortCollatingSequencePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSortDuplicatesPhrase(Cobol85Parser.SortDuplicatesPhraseContext)

Enter a parse tree produced by sortDuplicatesPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSortDuplicatesPhrase(Cobol85Parser.SortDuplicatesPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortDuplicatesPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSortGiving(Cobol85Parser.SortGivingContext)

Enter a parse tree produced by sortGiving().

The default implementation does nothing.

Declaration
public virtual void EnterSortGiving(Cobol85Parser.SortGivingContext context)
Parameters
Type Name Description
Cobol85Parser.SortGivingContext context

The parse tree.

| Improve this Doc View Source

EnterSortGivingPhrase(Cobol85Parser.SortGivingPhraseContext)

Enter a parse tree produced by sortGivingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSortGivingPhrase(Cobol85Parser.SortGivingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortGivingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSortInputProcedurePhrase(Cobol85Parser.SortInputProcedurePhraseContext)

Enter a parse tree produced by sortInputProcedurePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSortInputProcedurePhrase(Cobol85Parser.SortInputProcedurePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortInputProcedurePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSortInputThrough(Cobol85Parser.SortInputThroughContext)

Enter a parse tree produced by sortInputThrough().

The default implementation does nothing.

Declaration
public virtual void EnterSortInputThrough(Cobol85Parser.SortInputThroughContext context)
Parameters
Type Name Description
Cobol85Parser.SortInputThroughContext context

The parse tree.

| Improve this Doc View Source

EnterSortOnKeyClause(Cobol85Parser.SortOnKeyClauseContext)

Enter a parse tree produced by sortOnKeyClause().

The default implementation does nothing.

Declaration
public virtual void EnterSortOnKeyClause(Cobol85Parser.SortOnKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SortOnKeyClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSortOutputProcedurePhrase(Cobol85Parser.SortOutputProcedurePhraseContext)

Enter a parse tree produced by sortOutputProcedurePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterSortOutputProcedurePhrase(Cobol85Parser.SortOutputProcedurePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortOutputProcedurePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSortOutputThrough(Cobol85Parser.SortOutputThroughContext)

Enter a parse tree produced by sortOutputThrough().

The default implementation does nothing.

Declaration
public virtual void EnterSortOutputThrough(Cobol85Parser.SortOutputThroughContext context)
Parameters
Type Name Description
Cobol85Parser.SortOutputThroughContext context

The parse tree.

| Improve this Doc View Source

EnterSortStatement(Cobol85Parser.SortStatementContext)

Enter a parse tree produced by sortStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSortStatement(Cobol85Parser.SortStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SortStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSortUsing(Cobol85Parser.SortUsingContext)

Enter a parse tree produced by sortUsing().

The default implementation does nothing.

Declaration
public virtual void EnterSortUsing(Cobol85Parser.SortUsingContext context)
Parameters
Type Name Description
Cobol85Parser.SortUsingContext context

The parse tree.

| Improve this Doc View Source

EnterSourceComputerParagraph(Cobol85Parser.SourceComputerParagraphContext)

Enter a parse tree produced by sourceComputerParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterSourceComputerParagraph(Cobol85Parser.SourceComputerParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.SourceComputerParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterSpecialNameClause(Cobol85Parser.SpecialNameClauseContext)

Enter a parse tree produced by specialNameClause().

The default implementation does nothing.

Declaration
public virtual void EnterSpecialNameClause(Cobol85Parser.SpecialNameClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SpecialNameClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSpecialNamesParagraph(Cobol85Parser.SpecialNamesParagraphContext)

Enter a parse tree produced by specialNamesParagraph().

The default implementation does nothing.

Declaration
public virtual void EnterSpecialNamesParagraph(Cobol85Parser.SpecialNamesParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.SpecialNamesParagraphContext context

The parse tree.

| Improve this Doc View Source

EnterSpecialRegister(Cobol85Parser.SpecialRegisterContext)

Enter a parse tree produced by specialRegister().

The default implementation does nothing.

Declaration
public virtual void EnterSpecialRegister(Cobol85Parser.SpecialRegisterContext context)
Parameters
Type Name Description
Cobol85Parser.SpecialRegisterContext context

The parse tree.

| Improve this Doc View Source

EnterStartKey(Cobol85Parser.StartKeyContext)

Enter a parse tree produced by startKey().

The default implementation does nothing.

Declaration
public virtual void EnterStartKey(Cobol85Parser.StartKeyContext context)
Parameters
Type Name Description
Cobol85Parser.StartKeyContext context

The parse tree.

| Improve this Doc View Source

EnterStartRule(Cobol85Parser.StartRuleContext)

Enter a parse tree produced by startRule().

The default implementation does nothing.

Declaration
public virtual void EnterStartRule(Cobol85Parser.StartRuleContext context)
Parameters
Type Name Description
Cobol85Parser.StartRuleContext context

The parse tree.

| Improve this Doc View Source

EnterStartStatement(Cobol85Parser.StartStatementContext)

Enter a parse tree produced by startStatement().

The default implementation does nothing.

Declaration
public virtual void EnterStartStatement(Cobol85Parser.StartStatementContext context)
Parameters
Type Name Description
Cobol85Parser.StartStatementContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(Cobol85Parser.StatementContext)

Enter a parse tree produced by statement().

The default implementation does nothing.

Declaration
public virtual void EnterStatement(Cobol85Parser.StatementContext context)
Parameters
Type Name Description
Cobol85Parser.StatementContext context

The parse tree.

| Improve this Doc View Source

EnterStatusKeyClause(Cobol85Parser.StatusKeyClauseContext)

Enter a parse tree produced by statusKeyClause().

The default implementation does nothing.

Declaration
public virtual void EnterStatusKeyClause(Cobol85Parser.StatusKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.StatusKeyClauseContext context

The parse tree.

| Improve this Doc View Source

EnterStopStatement(Cobol85Parser.StopStatementContext)

Enter a parse tree produced by stopStatement().

The default implementation does nothing.

Declaration
public virtual void EnterStopStatement(Cobol85Parser.StopStatementContext context)
Parameters
Type Name Description
Cobol85Parser.StopStatementContext context

The parse tree.

| Improve this Doc View Source

EnterStringDelimitedByPhrase(Cobol85Parser.StringDelimitedByPhraseContext)

Enter a parse tree produced by stringDelimitedByPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterStringDelimitedByPhrase(Cobol85Parser.StringDelimitedByPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringDelimitedByPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterStringForPhrase(Cobol85Parser.StringForPhraseContext)

Enter a parse tree produced by stringForPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterStringForPhrase(Cobol85Parser.StringForPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringForPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterStringIntoPhrase(Cobol85Parser.StringIntoPhraseContext)

Enter a parse tree produced by stringIntoPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterStringIntoPhrase(Cobol85Parser.StringIntoPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringIntoPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterStringSending(Cobol85Parser.StringSendingContext)

Enter a parse tree produced by stringSending().

The default implementation does nothing.

Declaration
public virtual void EnterStringSending(Cobol85Parser.StringSendingContext context)
Parameters
Type Name Description
Cobol85Parser.StringSendingContext context

The parse tree.

| Improve this Doc View Source

EnterStringSendingPhrase(Cobol85Parser.StringSendingPhraseContext)

Enter a parse tree produced by stringSendingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterStringSendingPhrase(Cobol85Parser.StringSendingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringSendingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterStringStatement(Cobol85Parser.StringStatementContext)

Enter a parse tree produced by stringStatement().

The default implementation does nothing.

Declaration
public virtual void EnterStringStatement(Cobol85Parser.StringStatementContext context)
Parameters
Type Name Description
Cobol85Parser.StringStatementContext context

The parse tree.

| Improve this Doc View Source

EnterStringWithPointerPhrase(Cobol85Parser.StringWithPointerPhraseContext)

Enter a parse tree produced by stringWithPointerPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterStringWithPointerPhrase(Cobol85Parser.StringWithPointerPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringWithPointerPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterSubscript_(Cobol85Parser.Subscript_Context)

Enter a parse tree produced by subscript_().

The default implementation does nothing.

Declaration
public virtual void EnterSubscript_(Cobol85Parser.Subscript_Context context)
Parameters
Type Name Description
Cobol85Parser.Subscript_Context context

The parse tree.

| Improve this Doc View Source

EnterSubtractCorrespondingStatement(Cobol85Parser.SubtractCorrespondingStatementContext)

Enter a parse tree produced by subtractCorrespondingStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractCorrespondingStatement(Cobol85Parser.SubtractCorrespondingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractCorrespondingStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSubtractFromGivingStatement(Cobol85Parser.SubtractFromGivingStatementContext)

Enter a parse tree produced by subtractFromGivingStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractFromGivingStatement(Cobol85Parser.SubtractFromGivingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractFromGivingStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSubtractFromStatement(Cobol85Parser.SubtractFromStatementContext)

Enter a parse tree produced by subtractFromStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractFromStatement(Cobol85Parser.SubtractFromStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractFromStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSubtractGiving(Cobol85Parser.SubtractGivingContext)

Enter a parse tree produced by subtractGiving().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractGiving(Cobol85Parser.SubtractGivingContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractGivingContext context

The parse tree.

| Improve this Doc View Source

EnterSubtractMinuend(Cobol85Parser.SubtractMinuendContext)

Enter a parse tree produced by subtractMinuend().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractMinuend(Cobol85Parser.SubtractMinuendContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractMinuendContext context

The parse tree.

| Improve this Doc View Source

EnterSubtractMinuendCorresponding(Cobol85Parser.SubtractMinuendCorrespondingContext)

Enter a parse tree produced by subtractMinuendCorresponding().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractMinuendCorresponding(Cobol85Parser.SubtractMinuendCorrespondingContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractMinuendCorrespondingContext context

The parse tree.

| Improve this Doc View Source

EnterSubtractMinuendGiving(Cobol85Parser.SubtractMinuendGivingContext)

Enter a parse tree produced by subtractMinuendGiving().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractMinuendGiving(Cobol85Parser.SubtractMinuendGivingContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractMinuendGivingContext context

The parse tree.

| Improve this Doc View Source

EnterSubtractStatement(Cobol85Parser.SubtractStatementContext)

Enter a parse tree produced by subtractStatement().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractStatement(Cobol85Parser.SubtractStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSubtractSubtrahend(Cobol85Parser.SubtractSubtrahendContext)

Enter a parse tree produced by subtractSubtrahend().

The default implementation does nothing.

Declaration
public virtual void EnterSubtractSubtrahend(Cobol85Parser.SubtractSubtrahendContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractSubtrahendContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolicCharacter(Cobol85Parser.SymbolicCharacterContext)

Enter a parse tree produced by symbolicCharacter().

The default implementation does nothing.

Declaration
public virtual void EnterSymbolicCharacter(Cobol85Parser.SymbolicCharacterContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicCharacterContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolicCharacters(Cobol85Parser.SymbolicCharactersContext)

Enter a parse tree produced by symbolicCharacters().

The default implementation does nothing.

Declaration
public virtual void EnterSymbolicCharacters(Cobol85Parser.SymbolicCharactersContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicCharactersContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolicCharactersClause(Cobol85Parser.SymbolicCharactersClauseContext)

Enter a parse tree produced by symbolicCharactersClause().

The default implementation does nothing.

Declaration
public virtual void EnterSymbolicCharactersClause(Cobol85Parser.SymbolicCharactersClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicCharactersClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolicDestinationClause(Cobol85Parser.SymbolicDestinationClauseContext)

Enter a parse tree produced by symbolicDestinationClause().

The default implementation does nothing.

Declaration
public virtual void EnterSymbolicDestinationClause(Cobol85Parser.SymbolicDestinationClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicDestinationClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolicQueueClause(Cobol85Parser.SymbolicQueueClauseContext)

Enter a parse tree produced by symbolicQueueClause().

The default implementation does nothing.

Declaration
public virtual void EnterSymbolicQueueClause(Cobol85Parser.SymbolicQueueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicQueueClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolicSourceClause(Cobol85Parser.SymbolicSourceClauseContext)

Enter a parse tree produced by symbolicSourceClause().

The default implementation does nothing.

Declaration
public virtual void EnterSymbolicSourceClause(Cobol85Parser.SymbolicSourceClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicSourceClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolicSubQueueClause(Cobol85Parser.SymbolicSubQueueClauseContext)

Enter a parse tree produced by symbolicSubQueueClause().

The default implementation does nothing.

Declaration
public virtual void EnterSymbolicSubQueueClause(Cobol85Parser.SymbolicSubQueueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicSubQueueClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolicTerminalClause(Cobol85Parser.SymbolicTerminalClauseContext)

Enter a parse tree produced by symbolicTerminalClause().

The default implementation does nothing.

Declaration
public virtual void EnterSymbolicTerminalClause(Cobol85Parser.SymbolicTerminalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicTerminalClauseContext context

The parse tree.

| Improve this Doc View Source

EnterSystemName(Cobol85Parser.SystemNameContext)

Enter a parse tree produced by systemName().

The default implementation does nothing.

Declaration
public virtual void EnterSystemName(Cobol85Parser.SystemNameContext context)
Parameters
Type Name Description
Cobol85Parser.SystemNameContext context

The parse tree.

| Improve this Doc View Source

EnterTableCall(Cobol85Parser.TableCallContext)

Enter a parse tree produced by tableCall().

The default implementation does nothing.

Declaration
public virtual void EnterTableCall(Cobol85Parser.TableCallContext context)
Parameters
Type Name Description
Cobol85Parser.TableCallContext context

The parse tree.

| Improve this Doc View Source

EnterTerminateStatement(Cobol85Parser.TerminateStatementContext)

Enter a parse tree produced by terminateStatement().

The default implementation does nothing.

Declaration
public virtual void EnterTerminateStatement(Cobol85Parser.TerminateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.TerminateStatementContext context

The parse tree.

| Improve this Doc View Source

EnterTextLengthClause(Cobol85Parser.TextLengthClauseContext)

Enter a parse tree produced by textLengthClause().

The default implementation does nothing.

Declaration
public virtual void EnterTextLengthClause(Cobol85Parser.TextLengthClauseContext context)
Parameters
Type Name Description
Cobol85Parser.TextLengthClauseContext context

The parse tree.

| Improve this Doc View Source

EnterTextName(Cobol85Parser.TextNameContext)

Enter a parse tree produced by textName().

The default implementation does nothing.

Declaration
public virtual void EnterTextName(Cobol85Parser.TextNameContext context)
Parameters
Type Name Description
Cobol85Parser.TextNameContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringCountIn(Cobol85Parser.UnstringCountInContext)

Enter a parse tree produced by unstringCountIn().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringCountIn(Cobol85Parser.UnstringCountInContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringCountInContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringDelimitedByPhrase(Cobol85Parser.UnstringDelimitedByPhraseContext)

Enter a parse tree produced by unstringDelimitedByPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringDelimitedByPhrase(Cobol85Parser.UnstringDelimitedByPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringDelimitedByPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringDelimiterIn(Cobol85Parser.UnstringDelimiterInContext)

Enter a parse tree produced by unstringDelimiterIn().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringDelimiterIn(Cobol85Parser.UnstringDelimiterInContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringDelimiterInContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringInto(Cobol85Parser.UnstringIntoContext)

Enter a parse tree produced by unstringInto().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringInto(Cobol85Parser.UnstringIntoContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringIntoContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringIntoPhrase(Cobol85Parser.UnstringIntoPhraseContext)

Enter a parse tree produced by unstringIntoPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringIntoPhrase(Cobol85Parser.UnstringIntoPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringIntoPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringOrAllPhrase(Cobol85Parser.UnstringOrAllPhraseContext)

Enter a parse tree produced by unstringOrAllPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringOrAllPhrase(Cobol85Parser.UnstringOrAllPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringOrAllPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringSendingPhrase(Cobol85Parser.UnstringSendingPhraseContext)

Enter a parse tree produced by unstringSendingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringSendingPhrase(Cobol85Parser.UnstringSendingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringSendingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringStatement(Cobol85Parser.UnstringStatementContext)

Enter a parse tree produced by unstringStatement().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringStatement(Cobol85Parser.UnstringStatementContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringStatementContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringTallyingPhrase(Cobol85Parser.UnstringTallyingPhraseContext)

Enter a parse tree produced by unstringTallyingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringTallyingPhrase(Cobol85Parser.UnstringTallyingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringTallyingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterUnstringWithPointerPhrase(Cobol85Parser.UnstringWithPointerPhraseContext)

Enter a parse tree produced by unstringWithPointerPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterUnstringWithPointerPhrase(Cobol85Parser.UnstringWithPointerPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringWithPointerPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterUseAfterClause(Cobol85Parser.UseAfterClauseContext)

Enter a parse tree produced by useAfterClause().

The default implementation does nothing.

Declaration
public virtual void EnterUseAfterClause(Cobol85Parser.UseAfterClauseContext context)
Parameters
Type Name Description
Cobol85Parser.UseAfterClauseContext context

The parse tree.

| Improve this Doc View Source

EnterUseAfterOn(Cobol85Parser.UseAfterOnContext)

Enter a parse tree produced by useAfterOn().

The default implementation does nothing.

Declaration
public virtual void EnterUseAfterOn(Cobol85Parser.UseAfterOnContext context)
Parameters
Type Name Description
Cobol85Parser.UseAfterOnContext context

The parse tree.

| Improve this Doc View Source

EnterUseDebugClause(Cobol85Parser.UseDebugClauseContext)

Enter a parse tree produced by useDebugClause().

The default implementation does nothing.

Declaration
public virtual void EnterUseDebugClause(Cobol85Parser.UseDebugClauseContext context)
Parameters
Type Name Description
Cobol85Parser.UseDebugClauseContext context

The parse tree.

| Improve this Doc View Source

EnterUseDebugOn(Cobol85Parser.UseDebugOnContext)

Enter a parse tree produced by useDebugOn().

The default implementation does nothing.

Declaration
public virtual void EnterUseDebugOn(Cobol85Parser.UseDebugOnContext context)
Parameters
Type Name Description
Cobol85Parser.UseDebugOnContext context

The parse tree.

| Improve this Doc View Source

EnterUseStatement(Cobol85Parser.UseStatementContext)

Enter a parse tree produced by useStatement().

The default implementation does nothing.

Declaration
public virtual void EnterUseStatement(Cobol85Parser.UseStatementContext context)
Parameters
Type Name Description
Cobol85Parser.UseStatementContext context

The parse tree.

| Improve this Doc View Source

EnterValueOfClause(Cobol85Parser.ValueOfClauseContext)

Enter a parse tree produced by valueOfClause().

The default implementation does nothing.

Declaration
public virtual void EnterValueOfClause(Cobol85Parser.ValueOfClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ValueOfClauseContext context

The parse tree.

| Improve this Doc View Source

EnterValuePair(Cobol85Parser.ValuePairContext)

Enter a parse tree produced by valuePair().

The default implementation does nothing.

Declaration
public virtual void EnterValuePair(Cobol85Parser.ValuePairContext context)
Parameters
Type Name Description
Cobol85Parser.ValuePairContext context

The parse tree.

| Improve this Doc View Source

EnterWorkingStorageSection(Cobol85Parser.WorkingStorageSectionContext)

Enter a parse tree produced by workingStorageSection().

The default implementation does nothing.

Declaration
public virtual void EnterWorkingStorageSection(Cobol85Parser.WorkingStorageSectionContext context)
Parameters
Type Name Description
Cobol85Parser.WorkingStorageSectionContext context

The parse tree.

| Improve this Doc View Source

EnterWriteAdvancingLines(Cobol85Parser.WriteAdvancingLinesContext)

Enter a parse tree produced by writeAdvancingLines().

The default implementation does nothing.

Declaration
public virtual void EnterWriteAdvancingLines(Cobol85Parser.WriteAdvancingLinesContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAdvancingLinesContext context

The parse tree.

| Improve this Doc View Source

EnterWriteAdvancingMnemonic(Cobol85Parser.WriteAdvancingMnemonicContext)

Enter a parse tree produced by writeAdvancingMnemonic().

The default implementation does nothing.

Declaration
public virtual void EnterWriteAdvancingMnemonic(Cobol85Parser.WriteAdvancingMnemonicContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAdvancingMnemonicContext context

The parse tree.

| Improve this Doc View Source

EnterWriteAdvancingPage(Cobol85Parser.WriteAdvancingPageContext)

Enter a parse tree produced by writeAdvancingPage().

The default implementation does nothing.

Declaration
public virtual void EnterWriteAdvancingPage(Cobol85Parser.WriteAdvancingPageContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAdvancingPageContext context

The parse tree.

| Improve this Doc View Source

EnterWriteAdvancingPhrase(Cobol85Parser.WriteAdvancingPhraseContext)

Enter a parse tree produced by writeAdvancingPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterWriteAdvancingPhrase(Cobol85Parser.WriteAdvancingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAdvancingPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterWriteAtEndOfPagePhrase(Cobol85Parser.WriteAtEndOfPagePhraseContext)

Enter a parse tree produced by writeAtEndOfPagePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterWriteAtEndOfPagePhrase(Cobol85Parser.WriteAtEndOfPagePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAtEndOfPagePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterWriteFromPhrase(Cobol85Parser.WriteFromPhraseContext)

Enter a parse tree produced by writeFromPhrase().

The default implementation does nothing.

Declaration
public virtual void EnterWriteFromPhrase(Cobol85Parser.WriteFromPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.WriteFromPhraseContext context

The parse tree.

| Improve this Doc View Source

EnterWriteNotAtEndOfPagePhrase(Cobol85Parser.WriteNotAtEndOfPagePhraseContext)

Enter a parse tree produced by writeNotAtEndOfPagePhrase().

The default implementation does nothing.

Declaration
public virtual void EnterWriteNotAtEndOfPagePhrase(Cobol85Parser.WriteNotAtEndOfPagePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.WriteNotAtEndOfPagePhraseContext context

The parse tree.

| Improve this Doc View Source

EnterWriteStatement(Cobol85Parser.WriteStatementContext)

Enter a parse tree produced by writeStatement().

The default implementation does nothing.

Declaration
public virtual void EnterWriteStatement(Cobol85Parser.WriteStatementContext context)
Parameters
Type Name Description
Cobol85Parser.WriteStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAbbreviation(Cobol85Parser.AbbreviationContext)

Exit a parse tree produced by abbreviation().

The default implementation does nothing.

Declaration
public virtual void ExitAbbreviation(Cobol85Parser.AbbreviationContext context)
Parameters
Type Name Description
Cobol85Parser.AbbreviationContext context

The parse tree.

| Improve this Doc View Source

ExitAcceptFromDateStatement(Cobol85Parser.AcceptFromDateStatementContext)

Exit a parse tree produced by acceptFromDateStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAcceptFromDateStatement(Cobol85Parser.AcceptFromDateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptFromDateStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAcceptFromEscapeKeyStatement(Cobol85Parser.AcceptFromEscapeKeyStatementContext)

Exit a parse tree produced by acceptFromEscapeKeyStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAcceptFromEscapeKeyStatement(Cobol85Parser.AcceptFromEscapeKeyStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptFromEscapeKeyStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAcceptFromMnemonicStatement(Cobol85Parser.AcceptFromMnemonicStatementContext)

Exit a parse tree produced by acceptFromMnemonicStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAcceptFromMnemonicStatement(Cobol85Parser.AcceptFromMnemonicStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptFromMnemonicStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAcceptMessageCountStatement(Cobol85Parser.AcceptMessageCountStatementContext)

Exit a parse tree produced by acceptMessageCountStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAcceptMessageCountStatement(Cobol85Parser.AcceptMessageCountStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptMessageCountStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAcceptStatement(Cobol85Parser.AcceptStatementContext)

Exit a parse tree produced by acceptStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAcceptStatement(Cobol85Parser.AcceptStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AcceptStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAccessModeClause(Cobol85Parser.AccessModeClauseContext)

Exit a parse tree produced by accessModeClause().

The default implementation does nothing.

Declaration
public virtual void ExitAccessModeClause(Cobol85Parser.AccessModeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.AccessModeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitAddCorrespondingStatement(Cobol85Parser.AddCorrespondingStatementContext)

Exit a parse tree produced by addCorrespondingStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAddCorrespondingStatement(Cobol85Parser.AddCorrespondingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AddCorrespondingStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAddFrom(Cobol85Parser.AddFromContext)

Exit a parse tree produced by addFrom().

The default implementation does nothing.

Declaration
public virtual void ExitAddFrom(Cobol85Parser.AddFromContext context)
Parameters
Type Name Description
Cobol85Parser.AddFromContext context

The parse tree.

| Improve this Doc View Source

ExitAddGiving(Cobol85Parser.AddGivingContext)

Exit a parse tree produced by addGiving().

The default implementation does nothing.

Declaration
public virtual void ExitAddGiving(Cobol85Parser.AddGivingContext context)
Parameters
Type Name Description
Cobol85Parser.AddGivingContext context

The parse tree.

| Improve this Doc View Source

ExitAddStatement(Cobol85Parser.AddStatementContext)

Exit a parse tree produced by addStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAddStatement(Cobol85Parser.AddStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AddStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAddTo(Cobol85Parser.AddToContext)

Exit a parse tree produced by addTo().

The default implementation does nothing.

Declaration
public virtual void ExitAddTo(Cobol85Parser.AddToContext context)
Parameters
Type Name Description
Cobol85Parser.AddToContext context

The parse tree.

| Improve this Doc View Source

ExitAddToGiving(Cobol85Parser.AddToGivingContext)

Exit a parse tree produced by addToGiving().

The default implementation does nothing.

Declaration
public virtual void ExitAddToGiving(Cobol85Parser.AddToGivingContext context)
Parameters
Type Name Description
Cobol85Parser.AddToGivingContext context

The parse tree.

| Improve this Doc View Source

ExitAddToGivingStatement(Cobol85Parser.AddToGivingStatementContext)

Exit a parse tree produced by addToGivingStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAddToGivingStatement(Cobol85Parser.AddToGivingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AddToGivingStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAddToStatement(Cobol85Parser.AddToStatementContext)

Exit a parse tree produced by addToStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAddToStatement(Cobol85Parser.AddToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AddToStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAlphabetAlso(Cobol85Parser.AlphabetAlsoContext)

Exit a parse tree produced by alphabetAlso().

The default implementation does nothing.

Declaration
public virtual void ExitAlphabetAlso(Cobol85Parser.AlphabetAlsoContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetAlsoContext context

The parse tree.

| Improve this Doc View Source

ExitAlphabetClause(Cobol85Parser.AlphabetClauseContext)

Exit a parse tree produced by alphabetClause().

The default implementation does nothing.

Declaration
public virtual void ExitAlphabetClause(Cobol85Parser.AlphabetClauseContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetClauseContext context

The parse tree.

| Improve this Doc View Source

ExitAlphabetClauseFormat1(Cobol85Parser.AlphabetClauseFormat1Context)

Exit a parse tree produced by alphabetClauseFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitAlphabetClauseFormat1(Cobol85Parser.AlphabetClauseFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.AlphabetClauseFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitAlphabetClauseFormat2(Cobol85Parser.AlphabetClauseFormat2Context)

Exit a parse tree produced by alphabetClauseFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitAlphabetClauseFormat2(Cobol85Parser.AlphabetClauseFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.AlphabetClauseFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitAlphabetLiterals(Cobol85Parser.AlphabetLiteralsContext)

Exit a parse tree produced by alphabetLiterals().

The default implementation does nothing.

Declaration
public virtual void ExitAlphabetLiterals(Cobol85Parser.AlphabetLiteralsContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetLiteralsContext context

The parse tree.

| Improve this Doc View Source

ExitAlphabetName(Cobol85Parser.AlphabetNameContext)

Exit a parse tree produced by alphabetName().

The default implementation does nothing.

Declaration
public virtual void ExitAlphabetName(Cobol85Parser.AlphabetNameContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetNameContext context

The parse tree.

| Improve this Doc View Source

ExitAlphabetThrough(Cobol85Parser.AlphabetThroughContext)

Exit a parse tree produced by alphabetThrough().

The default implementation does nothing.

Declaration
public virtual void ExitAlphabetThrough(Cobol85Parser.AlphabetThroughContext context)
Parameters
Type Name Description
Cobol85Parser.AlphabetThroughContext context

The parse tree.

| Improve this Doc View Source

ExitAlteredGoTo(Cobol85Parser.AlteredGoToContext)

Exit a parse tree produced by alteredGoTo().

The default implementation does nothing.

Declaration
public virtual void ExitAlteredGoTo(Cobol85Parser.AlteredGoToContext context)
Parameters
Type Name Description
Cobol85Parser.AlteredGoToContext context

The parse tree.

| Improve this Doc View Source

ExitAlternateRecordKeyClause(Cobol85Parser.AlternateRecordKeyClauseContext)

Exit a parse tree produced by alternateRecordKeyClause().

The default implementation does nothing.

Declaration
public virtual void ExitAlternateRecordKeyClause(Cobol85Parser.AlternateRecordKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.AlternateRecordKeyClauseContext context

The parse tree.

| Improve this Doc View Source

ExitAlterProceedTo(Cobol85Parser.AlterProceedToContext)

Exit a parse tree produced by alterProceedTo().

The default implementation does nothing.

Declaration
public virtual void ExitAlterProceedTo(Cobol85Parser.AlterProceedToContext context)
Parameters
Type Name Description
Cobol85Parser.AlterProceedToContext context

The parse tree.

| Improve this Doc View Source

ExitAlterStatement(Cobol85Parser.AlterStatementContext)

Exit a parse tree produced by alterStatement().

The default implementation does nothing.

Declaration
public virtual void ExitAlterStatement(Cobol85Parser.AlterStatementContext context)
Parameters
Type Name Description
Cobol85Parser.AlterStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAndOrCondition(Cobol85Parser.AndOrConditionContext)

Exit a parse tree produced by andOrCondition().

The default implementation does nothing.

Declaration
public virtual void ExitAndOrCondition(Cobol85Parser.AndOrConditionContext context)
Parameters
Type Name Description
Cobol85Parser.AndOrConditionContext context

The parse tree.

| Improve this Doc View Source

ExitArgument(Cobol85Parser.ArgumentContext)

Exit a parse tree produced by argument().

The default implementation does nothing.

Declaration
public virtual void ExitArgument(Cobol85Parser.ArgumentContext context)
Parameters
Type Name Description
Cobol85Parser.ArgumentContext context

The parse tree.

| Improve this Doc View Source

ExitArithmeticExpression(Cobol85Parser.ArithmeticExpressionContext)

Exit a parse tree produced by arithmeticExpression().

The default implementation does nothing.

Declaration
public virtual void ExitArithmeticExpression(Cobol85Parser.ArithmeticExpressionContext context)
Parameters
Type Name Description
Cobol85Parser.ArithmeticExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitAssignClause(Cobol85Parser.AssignClauseContext)

Exit a parse tree produced by assignClause().

The default implementation does nothing.

Declaration
public virtual void ExitAssignClause(Cobol85Parser.AssignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.AssignClauseContext context

The parse tree.

| Improve this Doc View Source

ExitAssignmentName(Cobol85Parser.AssignmentNameContext)

Exit a parse tree produced by assignmentName().

The default implementation does nothing.

Declaration
public virtual void ExitAssignmentName(Cobol85Parser.AssignmentNameContext context)
Parameters
Type Name Description
Cobol85Parser.AssignmentNameContext context

The parse tree.

| Improve this Doc View Source

ExitAtEndPhrase(Cobol85Parser.AtEndPhraseContext)

Exit a parse tree produced by atEndPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitAtEndPhrase(Cobol85Parser.AtEndPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.AtEndPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitAuthorParagraph(Cobol85Parser.AuthorParagraphContext)

Exit a parse tree produced by authorParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitAuthorParagraph(Cobol85Parser.AuthorParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.AuthorParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitBasis(Cobol85Parser.BasisContext)

Exit a parse tree produced by basis().

The default implementation does nothing.

Declaration
public virtual void ExitBasis(Cobol85Parser.BasisContext context)
Parameters
Type Name Description
Cobol85Parser.BasisContext context

The parse tree.

| Improve this Doc View Source

ExitBasisName(Cobol85Parser.BasisNameContext)

Exit a parse tree produced by basisName().

The default implementation does nothing.

Declaration
public virtual void ExitBasisName(Cobol85Parser.BasisNameContext context)
Parameters
Type Name Description
Cobol85Parser.BasisNameContext context

The parse tree.

| Improve this Doc View Source

ExitBlockContainsClause(Cobol85Parser.BlockContainsClauseContext)

Exit a parse tree produced by blockContainsClause().

The default implementation does nothing.

Declaration
public virtual void ExitBlockContainsClause(Cobol85Parser.BlockContainsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.BlockContainsClauseContext context

The parse tree.

| Improve this Doc View Source

ExitBlockContainsTo(Cobol85Parser.BlockContainsToContext)

Exit a parse tree produced by blockContainsTo().

The default implementation does nothing.

Declaration
public virtual void ExitBlockContainsTo(Cobol85Parser.BlockContainsToContext context)
Parameters
Type Name Description
Cobol85Parser.BlockContainsToContext context

The parse tree.

| Improve this Doc View Source

ExitBooleanLiteral(Cobol85Parser.BooleanLiteralContext)

Exit a parse tree produced by booleanLiteral().

The default implementation does nothing.

Declaration
public virtual void ExitBooleanLiteral(Cobol85Parser.BooleanLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.BooleanLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitCallByContent(Cobol85Parser.CallByContentContext)

Exit a parse tree produced by callByContent().

The default implementation does nothing.

Declaration
public virtual void ExitCallByContent(Cobol85Parser.CallByContentContext context)
Parameters
Type Name Description
Cobol85Parser.CallByContentContext context

The parse tree.

| Improve this Doc View Source

ExitCallByContentPhrase(Cobol85Parser.CallByContentPhraseContext)

Exit a parse tree produced by callByContentPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitCallByContentPhrase(Cobol85Parser.CallByContentPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallByContentPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitCallByReference(Cobol85Parser.CallByReferenceContext)

Exit a parse tree produced by callByReference().

The default implementation does nothing.

Declaration
public virtual void ExitCallByReference(Cobol85Parser.CallByReferenceContext context)
Parameters
Type Name Description
Cobol85Parser.CallByReferenceContext context

The parse tree.

| Improve this Doc View Source

ExitCallByReferencePhrase(Cobol85Parser.CallByReferencePhraseContext)

Exit a parse tree produced by callByReferencePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitCallByReferencePhrase(Cobol85Parser.CallByReferencePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallByReferencePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitCallByValue(Cobol85Parser.CallByValueContext)

Exit a parse tree produced by callByValue().

The default implementation does nothing.

Declaration
public virtual void ExitCallByValue(Cobol85Parser.CallByValueContext context)
Parameters
Type Name Description
Cobol85Parser.CallByValueContext context

The parse tree.

| Improve this Doc View Source

ExitCallByValuePhrase(Cobol85Parser.CallByValuePhraseContext)

Exit a parse tree produced by callByValuePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitCallByValuePhrase(Cobol85Parser.CallByValuePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallByValuePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitCallGivingPhrase(Cobol85Parser.CallGivingPhraseContext)

Exit a parse tree produced by callGivingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitCallGivingPhrase(Cobol85Parser.CallGivingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallGivingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitCallStatement(Cobol85Parser.CallStatementContext)

Exit a parse tree produced by callStatement().

The default implementation does nothing.

Declaration
public virtual void ExitCallStatement(Cobol85Parser.CallStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CallStatementContext context

The parse tree.

| Improve this Doc View Source

ExitCallUsingParameter(Cobol85Parser.CallUsingParameterContext)

Exit a parse tree produced by callUsingParameter().

The default implementation does nothing.

Declaration
public virtual void ExitCallUsingParameter(Cobol85Parser.CallUsingParameterContext context)
Parameters
Type Name Description
Cobol85Parser.CallUsingParameterContext context

The parse tree.

| Improve this Doc View Source

ExitCallUsingPhrase(Cobol85Parser.CallUsingPhraseContext)

Exit a parse tree produced by callUsingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitCallUsingPhrase(Cobol85Parser.CallUsingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.CallUsingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitCancelCall(Cobol85Parser.CancelCallContext)

Exit a parse tree produced by cancelCall().

The default implementation does nothing.

Declaration
public virtual void ExitCancelCall(Cobol85Parser.CancelCallContext context)
Parameters
Type Name Description
Cobol85Parser.CancelCallContext context

The parse tree.

| Improve this Doc View Source

ExitCancelStatement(Cobol85Parser.CancelStatementContext)

Exit a parse tree produced by cancelStatement().

The default implementation does nothing.

Declaration
public virtual void ExitCancelStatement(Cobol85Parser.CancelStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CancelStatementContext context

The parse tree.

| Improve this Doc View Source

ExitCdName(Cobol85Parser.CdNameContext)

Exit a parse tree produced by cdName().

The default implementation does nothing.

Declaration
public virtual void ExitCdName(Cobol85Parser.CdNameContext context)
Parameters
Type Name Description
Cobol85Parser.CdNameContext context

The parse tree.

| Improve this Doc View Source

ExitChannelClause(Cobol85Parser.ChannelClauseContext)

Exit a parse tree produced by channelClause().

The default implementation does nothing.

Declaration
public virtual void ExitChannelClause(Cobol85Parser.ChannelClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ChannelClauseContext context

The parse tree.

| Improve this Doc View Source

ExitCharacterPosition(Cobol85Parser.CharacterPositionContext)

Exit a parse tree produced by characterPosition().

The default implementation does nothing.

Declaration
public virtual void ExitCharacterPosition(Cobol85Parser.CharacterPositionContext context)
Parameters
Type Name Description
Cobol85Parser.CharacterPositionContext context

The parse tree.

| Improve this Doc View Source

ExitCharacterSetClause(Cobol85Parser.CharacterSetClauseContext)

Exit a parse tree produced by characterSetClause().

The default implementation does nothing.

Declaration
public virtual void ExitCharacterSetClause(Cobol85Parser.CharacterSetClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CharacterSetClauseContext context

The parse tree.

| Improve this Doc View Source

ExitCicsDfhRespLiteral(Cobol85Parser.CicsDfhRespLiteralContext)

Exit a parse tree produced by cicsDfhRespLiteral().

The default implementation does nothing.

Declaration
public virtual void ExitCicsDfhRespLiteral(Cobol85Parser.CicsDfhRespLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.CicsDfhRespLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitCicsDfhValueLiteral(Cobol85Parser.CicsDfhValueLiteralContext)

Exit a parse tree produced by cicsDfhValueLiteral().

The default implementation does nothing.

Declaration
public virtual void ExitCicsDfhValueLiteral(Cobol85Parser.CicsDfhValueLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.CicsDfhValueLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitClassClause(Cobol85Parser.ClassClauseContext)

Exit a parse tree produced by classClause().

The default implementation does nothing.

Declaration
public virtual void ExitClassClause(Cobol85Parser.ClassClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ClassClauseContext context

The parse tree.

| Improve this Doc View Source

ExitClassClauseFrom(Cobol85Parser.ClassClauseFromContext)

Exit a parse tree produced by classClauseFrom().

The default implementation does nothing.

Declaration
public virtual void ExitClassClauseFrom(Cobol85Parser.ClassClauseFromContext context)
Parameters
Type Name Description
Cobol85Parser.ClassClauseFromContext context

The parse tree.

| Improve this Doc View Source

ExitClassClauseThrough(Cobol85Parser.ClassClauseThroughContext)

Exit a parse tree produced by classClauseThrough().

The default implementation does nothing.

Declaration
public virtual void ExitClassClauseThrough(Cobol85Parser.ClassClauseThroughContext context)
Parameters
Type Name Description
Cobol85Parser.ClassClauseThroughContext context

The parse tree.

| Improve this Doc View Source

ExitClassClauseTo(Cobol85Parser.ClassClauseToContext)

Exit a parse tree produced by classClauseTo().

The default implementation does nothing.

Declaration
public virtual void ExitClassClauseTo(Cobol85Parser.ClassClauseToContext context)
Parameters
Type Name Description
Cobol85Parser.ClassClauseToContext context

The parse tree.

| Improve this Doc View Source

ExitClassCondition(Cobol85Parser.ClassConditionContext)

Exit a parse tree produced by classCondition().

The default implementation does nothing.

Declaration
public virtual void ExitClassCondition(Cobol85Parser.ClassConditionContext context)
Parameters
Type Name Description
Cobol85Parser.ClassConditionContext context

The parse tree.

| Improve this Doc View Source

ExitClassName(Cobol85Parser.ClassNameContext)

Exit a parse tree produced by className().

The default implementation does nothing.

Declaration
public virtual void ExitClassName(Cobol85Parser.ClassNameContext context)
Parameters
Type Name Description
Cobol85Parser.ClassNameContext context

The parse tree.

| Improve this Doc View Source

ExitCloseFile(Cobol85Parser.CloseFileContext)

Exit a parse tree produced by closeFile().

The default implementation does nothing.

Declaration
public virtual void ExitCloseFile(Cobol85Parser.CloseFileContext context)
Parameters
Type Name Description
Cobol85Parser.CloseFileContext context

The parse tree.

| Improve this Doc View Source

ExitClosePortFileIOStatement(Cobol85Parser.ClosePortFileIOStatementContext)

Exit a parse tree produced by closePortFileIOStatement().

The default implementation does nothing.

Declaration
public virtual void ExitClosePortFileIOStatement(Cobol85Parser.ClosePortFileIOStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOStatementContext context

The parse tree.

| Improve this Doc View Source

ExitClosePortFileIOUsing(Cobol85Parser.ClosePortFileIOUsingContext)

Exit a parse tree produced by closePortFileIOUsing().

The default implementation does nothing.

Declaration
public virtual void ExitClosePortFileIOUsing(Cobol85Parser.ClosePortFileIOUsingContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOUsingContext context

The parse tree.

| Improve this Doc View Source

ExitClosePortFileIOUsingAssociatedData(Cobol85Parser.ClosePortFileIOUsingAssociatedDataContext)

Exit a parse tree produced by closePortFileIOUsingAssociatedData().

The default implementation does nothing.

Declaration
public virtual void ExitClosePortFileIOUsingAssociatedData(Cobol85Parser.ClosePortFileIOUsingAssociatedDataContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOUsingAssociatedDataContext context

The parse tree.

| Improve this Doc View Source

ExitClosePortFileIOUsingAssociatedDataLength(Cobol85Parser.ClosePortFileIOUsingAssociatedDataLengthContext)

Exit a parse tree produced by closePortFileIOUsingAssociatedDataLength().

The default implementation does nothing.

Declaration
public virtual void ExitClosePortFileIOUsingAssociatedDataLength(Cobol85Parser.ClosePortFileIOUsingAssociatedDataLengthContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOUsingAssociatedDataLengthContext context

The parse tree.

| Improve this Doc View Source

ExitClosePortFileIOUsingCloseDisposition(Cobol85Parser.ClosePortFileIOUsingCloseDispositionContext)

Exit a parse tree produced by closePortFileIOUsingCloseDisposition().

The default implementation does nothing.

Declaration
public virtual void ExitClosePortFileIOUsingCloseDisposition(Cobol85Parser.ClosePortFileIOUsingCloseDispositionContext context)
Parameters
Type Name Description
Cobol85Parser.ClosePortFileIOUsingCloseDispositionContext context

The parse tree.

| Improve this Doc View Source

ExitCloseReelUnitStatement(Cobol85Parser.CloseReelUnitStatementContext)

Exit a parse tree produced by closeReelUnitStatement().

The default implementation does nothing.

Declaration
public virtual void ExitCloseReelUnitStatement(Cobol85Parser.CloseReelUnitStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CloseReelUnitStatementContext context

The parse tree.

| Improve this Doc View Source

ExitCloseRelativeStatement(Cobol85Parser.CloseRelativeStatementContext)

Exit a parse tree produced by closeRelativeStatement().

The default implementation does nothing.

Declaration
public virtual void ExitCloseRelativeStatement(Cobol85Parser.CloseRelativeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CloseRelativeStatementContext context

The parse tree.

| Improve this Doc View Source

ExitCloseStatement(Cobol85Parser.CloseStatementContext)

Exit a parse tree produced by closeStatement().

The default implementation does nothing.

Declaration
public virtual void ExitCloseStatement(Cobol85Parser.CloseStatementContext context)
Parameters
Type Name Description
Cobol85Parser.CloseStatementContext context

The parse tree.

| Improve this Doc View Source

ExitCobolWord(Cobol85Parser.CobolWordContext)

Exit a parse tree produced by cobolWord().

The default implementation does nothing.

Declaration
public virtual void ExitCobolWord(Cobol85Parser.CobolWordContext context)
Parameters
Type Name Description
Cobol85Parser.CobolWordContext context

The parse tree.

| Improve this Doc View Source

ExitCodeSetClause(Cobol85Parser.CodeSetClauseContext)

Exit a parse tree produced by codeSetClause().

The default implementation does nothing.

Declaration
public virtual void ExitCodeSetClause(Cobol85Parser.CodeSetClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CodeSetClauseContext context

The parse tree.

| Improve this Doc View Source

ExitCollatingSequenceClause(Cobol85Parser.CollatingSequenceClauseContext)

Exit a parse tree produced by collatingSequenceClause().

The default implementation does nothing.

Declaration
public virtual void ExitCollatingSequenceClause(Cobol85Parser.CollatingSequenceClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CollatingSequenceClauseContext context

The parse tree.

| Improve this Doc View Source

ExitCollatingSequenceClauseAlphanumeric(Cobol85Parser.CollatingSequenceClauseAlphanumericContext)

Exit a parse tree produced by collatingSequenceClauseAlphanumeric().

The default implementation does nothing.

Declaration
public virtual void ExitCollatingSequenceClauseAlphanumeric(Cobol85Parser.CollatingSequenceClauseAlphanumericContext context)
Parameters
Type Name Description
Cobol85Parser.CollatingSequenceClauseAlphanumericContext context

The parse tree.

| Improve this Doc View Source

ExitCollatingSequenceClauseNational(Cobol85Parser.CollatingSequenceClauseNationalContext)

Exit a parse tree produced by collatingSequenceClauseNational().

The default implementation does nothing.

Declaration
public virtual void ExitCollatingSequenceClauseNational(Cobol85Parser.CollatingSequenceClauseNationalContext context)
Parameters
Type Name Description
Cobol85Parser.CollatingSequenceClauseNationalContext context

The parse tree.

| Improve this Doc View Source

ExitCombinableCondition(Cobol85Parser.CombinableConditionContext)

Exit a parse tree produced by combinableCondition().

The default implementation does nothing.

Declaration
public virtual void ExitCombinableCondition(Cobol85Parser.CombinableConditionContext context)
Parameters
Type Name Description
Cobol85Parser.CombinableConditionContext context

The parse tree.

| Improve this Doc View Source

ExitCommentEntry(Cobol85Parser.CommentEntryContext)

Exit a parse tree produced by commentEntry().

The default implementation does nothing.

Declaration
public virtual void ExitCommentEntry(Cobol85Parser.CommentEntryContext context)
Parameters
Type Name Description
Cobol85Parser.CommentEntryContext context

The parse tree.

| Improve this Doc View Source

ExitCommitmentControlClause(Cobol85Parser.CommitmentControlClauseContext)

Exit a parse tree produced by commitmentControlClause().

The default implementation does nothing.

Declaration
public virtual void ExitCommitmentControlClause(Cobol85Parser.CommitmentControlClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CommitmentControlClauseContext context

The parse tree.

| Improve this Doc View Source

ExitCommunicationDescriptionEntry(Cobol85Parser.CommunicationDescriptionEntryContext)

Exit a parse tree produced by communicationDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void ExitCommunicationDescriptionEntry(Cobol85Parser.CommunicationDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.CommunicationDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

ExitCommunicationDescriptionEntryFormat1(Cobol85Parser.CommunicationDescriptionEntryFormat1Context)

Exit a parse tree produced by communicationDescriptionEntryFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitCommunicationDescriptionEntryFormat1(Cobol85Parser.CommunicationDescriptionEntryFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.CommunicationDescriptionEntryFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitCommunicationDescriptionEntryFormat2(Cobol85Parser.CommunicationDescriptionEntryFormat2Context)

Exit a parse tree produced by communicationDescriptionEntryFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitCommunicationDescriptionEntryFormat2(Cobol85Parser.CommunicationDescriptionEntryFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.CommunicationDescriptionEntryFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitCommunicationDescriptionEntryFormat3(Cobol85Parser.CommunicationDescriptionEntryFormat3Context)

Exit a parse tree produced by communicationDescriptionEntryFormat3().

The default implementation does nothing.

Declaration
public virtual void ExitCommunicationDescriptionEntryFormat3(Cobol85Parser.CommunicationDescriptionEntryFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.CommunicationDescriptionEntryFormat3Context context

The parse tree.

| Improve this Doc View Source

ExitCommunicationSection(Cobol85Parser.CommunicationSectionContext)

Exit a parse tree produced by communicationSection().

The default implementation does nothing.

Declaration
public virtual void ExitCommunicationSection(Cobol85Parser.CommunicationSectionContext context)
Parameters
Type Name Description
Cobol85Parser.CommunicationSectionContext context

The parse tree.

| Improve this Doc View Source

ExitCompilationUnit(Cobol85Parser.CompilationUnitContext)

Exit a parse tree produced by compilationUnit().

The default implementation does nothing.

Declaration
public virtual void ExitCompilationUnit(Cobol85Parser.CompilationUnitContext context)
Parameters
Type Name Description
Cobol85Parser.CompilationUnitContext context

The parse tree.

| Improve this Doc View Source

ExitComputerName(Cobol85Parser.ComputerNameContext)

Exit a parse tree produced by computerName().

The default implementation does nothing.

Declaration
public virtual void ExitComputerName(Cobol85Parser.ComputerNameContext context)
Parameters
Type Name Description
Cobol85Parser.ComputerNameContext context

The parse tree.

| Improve this Doc View Source

ExitComputeStatement(Cobol85Parser.ComputeStatementContext)

Exit a parse tree produced by computeStatement().

The default implementation does nothing.

Declaration
public virtual void ExitComputeStatement(Cobol85Parser.ComputeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ComputeStatementContext context

The parse tree.

| Improve this Doc View Source

ExitComputeStore(Cobol85Parser.ComputeStoreContext)

Exit a parse tree produced by computeStore().

The default implementation does nothing.

Declaration
public virtual void ExitComputeStore(Cobol85Parser.ComputeStoreContext context)
Parameters
Type Name Description
Cobol85Parser.ComputeStoreContext context

The parse tree.

| Improve this Doc View Source

ExitCondition(Cobol85Parser.ConditionContext)

Exit a parse tree produced by condition().

The default implementation does nothing.

Declaration
public virtual void ExitCondition(Cobol85Parser.ConditionContext context)
Parameters
Type Name Description
Cobol85Parser.ConditionContext context

The parse tree.

| Improve this Doc View Source

ExitConditionName(Cobol85Parser.ConditionNameContext)

Exit a parse tree produced by conditionName().

The default implementation does nothing.

Declaration
public virtual void ExitConditionName(Cobol85Parser.ConditionNameContext context)
Parameters
Type Name Description
Cobol85Parser.ConditionNameContext context

The parse tree.

| Improve this Doc View Source

ExitConditionNameReference(Cobol85Parser.ConditionNameReferenceContext)

Exit a parse tree produced by conditionNameReference().

The default implementation does nothing.

Declaration
public virtual void ExitConditionNameReference(Cobol85Parser.ConditionNameReferenceContext context)
Parameters
Type Name Description
Cobol85Parser.ConditionNameReferenceContext context

The parse tree.

| Improve this Doc View Source

ExitConditionNameSubscriptReference(Cobol85Parser.ConditionNameSubscriptReferenceContext)

Exit a parse tree produced by conditionNameSubscriptReference().

The default implementation does nothing.

Declaration
public virtual void ExitConditionNameSubscriptReference(Cobol85Parser.ConditionNameSubscriptReferenceContext context)
Parameters
Type Name Description
Cobol85Parser.ConditionNameSubscriptReferenceContext context

The parse tree.

| Improve this Doc View Source

ExitConfigurationSection(Cobol85Parser.ConfigurationSectionContext)

Exit a parse tree produced by configurationSection().

The default implementation does nothing.

Declaration
public virtual void ExitConfigurationSection(Cobol85Parser.ConfigurationSectionContext context)
Parameters
Type Name Description
Cobol85Parser.ConfigurationSectionContext context

The parse tree.

| Improve this Doc View Source

ExitConfigurationSectionParagraph(Cobol85Parser.ConfigurationSectionParagraphContext)

Exit a parse tree produced by configurationSectionParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitConfigurationSectionParagraph(Cobol85Parser.ConfigurationSectionParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.ConfigurationSectionParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitContinueStatement(Cobol85Parser.ContinueStatementContext)

Exit a parse tree produced by continueStatement().

The default implementation does nothing.

Declaration
public virtual void ExitContinueStatement(Cobol85Parser.ContinueStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ContinueStatementContext context

The parse tree.

| Improve this Doc View Source

ExitCurrencySignClause(Cobol85Parser.CurrencySignClauseContext)

Exit a parse tree produced by currencySignClause().

The default implementation does nothing.

Declaration
public virtual void ExitCurrencySignClause(Cobol85Parser.CurrencySignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.CurrencySignClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataAlignedClause(Cobol85Parser.DataAlignedClauseContext)

Exit a parse tree produced by dataAlignedClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataAlignedClause(Cobol85Parser.DataAlignedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataAlignedClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataBaseSection(Cobol85Parser.DataBaseSectionContext)

Exit a parse tree produced by dataBaseSection().

The default implementation does nothing.

Declaration
public virtual void ExitDataBaseSection(Cobol85Parser.DataBaseSectionContext context)
Parameters
Type Name Description
Cobol85Parser.DataBaseSectionContext context

The parse tree.

| Improve this Doc View Source

ExitDataBaseSectionEntry(Cobol85Parser.DataBaseSectionEntryContext)

Exit a parse tree produced by dataBaseSectionEntry().

The default implementation does nothing.

Declaration
public virtual void ExitDataBaseSectionEntry(Cobol85Parser.DataBaseSectionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.DataBaseSectionEntryContext context

The parse tree.

| Improve this Doc View Source

ExitDataBlankWhenZeroClause(Cobol85Parser.DataBlankWhenZeroClauseContext)

Exit a parse tree produced by dataBlankWhenZeroClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataBlankWhenZeroClause(Cobol85Parser.DataBlankWhenZeroClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataBlankWhenZeroClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataCommonOwnLocalClause(Cobol85Parser.DataCommonOwnLocalClauseContext)

Exit a parse tree produced by dataCommonOwnLocalClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataCommonOwnLocalClause(Cobol85Parser.DataCommonOwnLocalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataCommonOwnLocalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataDescName(Cobol85Parser.DataDescNameContext)

Exit a parse tree produced by dataDescName().

The default implementation does nothing.

Declaration
public virtual void ExitDataDescName(Cobol85Parser.DataDescNameContext context)
Parameters
Type Name Description
Cobol85Parser.DataDescNameContext context

The parse tree.

| Improve this Doc View Source

ExitDataDescriptionEntry(Cobol85Parser.DataDescriptionEntryContext)

Exit a parse tree produced by dataDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void ExitDataDescriptionEntry(Cobol85Parser.DataDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

ExitDataDescriptionEntryExecSql(Cobol85Parser.DataDescriptionEntryExecSqlContext)

Exit a parse tree produced by dataDescriptionEntryExecSql().

The default implementation does nothing.

Declaration
public virtual void ExitDataDescriptionEntryExecSql(Cobol85Parser.DataDescriptionEntryExecSqlContext context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryExecSqlContext context

The parse tree.

| Improve this Doc View Source

ExitDataDescriptionEntryFormat1(Cobol85Parser.DataDescriptionEntryFormat1Context)

Exit a parse tree produced by dataDescriptionEntryFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitDataDescriptionEntryFormat1(Cobol85Parser.DataDescriptionEntryFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitDataDescriptionEntryFormat2(Cobol85Parser.DataDescriptionEntryFormat2Context)

Exit a parse tree produced by dataDescriptionEntryFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitDataDescriptionEntryFormat2(Cobol85Parser.DataDescriptionEntryFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitDataDescriptionEntryFormat3(Cobol85Parser.DataDescriptionEntryFormat3Context)

Exit a parse tree produced by dataDescriptionEntryFormat3().

The default implementation does nothing.

Declaration
public virtual void ExitDataDescriptionEntryFormat3(Cobol85Parser.DataDescriptionEntryFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.DataDescriptionEntryFormat3Context context

The parse tree.

| Improve this Doc View Source

ExitDataDivision(Cobol85Parser.DataDivisionContext)

Exit a parse tree produced by dataDivision().

The default implementation does nothing.

Declaration
public virtual void ExitDataDivision(Cobol85Parser.DataDivisionContext context)
Parameters
Type Name Description
Cobol85Parser.DataDivisionContext context

The parse tree.

| Improve this Doc View Source

ExitDataDivisionSection(Cobol85Parser.DataDivisionSectionContext)

Exit a parse tree produced by dataDivisionSection().

The default implementation does nothing.

Declaration
public virtual void ExitDataDivisionSection(Cobol85Parser.DataDivisionSectionContext context)
Parameters
Type Name Description
Cobol85Parser.DataDivisionSectionContext context

The parse tree.

| Improve this Doc View Source

ExitDataExternalClause(Cobol85Parser.DataExternalClauseContext)

Exit a parse tree produced by dataExternalClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataExternalClause(Cobol85Parser.DataExternalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataExternalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataGlobalClause(Cobol85Parser.DataGlobalClauseContext)

Exit a parse tree produced by dataGlobalClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataGlobalClause(Cobol85Parser.DataGlobalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataGlobalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataIntegerStringClause(Cobol85Parser.DataIntegerStringClauseContext)

Exit a parse tree produced by dataIntegerStringClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataIntegerStringClause(Cobol85Parser.DataIntegerStringClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataIntegerStringClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataJustifiedClause(Cobol85Parser.DataJustifiedClauseContext)

Exit a parse tree produced by dataJustifiedClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataJustifiedClause(Cobol85Parser.DataJustifiedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataJustifiedClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataName(Cobol85Parser.DataNameContext)

Exit a parse tree produced by dataName().

The default implementation does nothing.

Declaration
public virtual void ExitDataName(Cobol85Parser.DataNameContext context)
Parameters
Type Name Description
Cobol85Parser.DataNameContext context

The parse tree.

| Improve this Doc View Source

ExitDataOccursClause(Cobol85Parser.DataOccursClauseContext)

Exit a parse tree produced by dataOccursClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataOccursClause(Cobol85Parser.DataOccursClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataOccursClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataOccursSort(Cobol85Parser.DataOccursSortContext)

Exit a parse tree produced by dataOccursSort().

The default implementation does nothing.

Declaration
public virtual void ExitDataOccursSort(Cobol85Parser.DataOccursSortContext context)
Parameters
Type Name Description
Cobol85Parser.DataOccursSortContext context

The parse tree.

| Improve this Doc View Source

ExitDataOccursTo(Cobol85Parser.DataOccursToContext)

Exit a parse tree produced by dataOccursTo().

The default implementation does nothing.

Declaration
public virtual void ExitDataOccursTo(Cobol85Parser.DataOccursToContext context)
Parameters
Type Name Description
Cobol85Parser.DataOccursToContext context

The parse tree.

| Improve this Doc View Source

ExitDataPictureClause(Cobol85Parser.DataPictureClauseContext)

Exit a parse tree produced by dataPictureClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataPictureClause(Cobol85Parser.DataPictureClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataPictureClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataReceivedByClause(Cobol85Parser.DataReceivedByClauseContext)

Exit a parse tree produced by dataReceivedByClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataReceivedByClause(Cobol85Parser.DataReceivedByClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataReceivedByClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataRecordAreaClause(Cobol85Parser.DataRecordAreaClauseContext)

Exit a parse tree produced by dataRecordAreaClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataRecordAreaClause(Cobol85Parser.DataRecordAreaClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataRecordAreaClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataRecordsClause(Cobol85Parser.DataRecordsClauseContext)

Exit a parse tree produced by dataRecordsClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataRecordsClause(Cobol85Parser.DataRecordsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataRecordsClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataRedefinesClause(Cobol85Parser.DataRedefinesClauseContext)

Exit a parse tree produced by dataRedefinesClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataRedefinesClause(Cobol85Parser.DataRedefinesClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataRedefinesClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataRenamesClause(Cobol85Parser.DataRenamesClauseContext)

Exit a parse tree produced by dataRenamesClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataRenamesClause(Cobol85Parser.DataRenamesClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataRenamesClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataSignClause(Cobol85Parser.DataSignClauseContext)

Exit a parse tree produced by dataSignClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataSignClause(Cobol85Parser.DataSignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataSignClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataSynchronizedClause(Cobol85Parser.DataSynchronizedClauseContext)

Exit a parse tree produced by dataSynchronizedClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataSynchronizedClause(Cobol85Parser.DataSynchronizedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataSynchronizedClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataThreadLocalClause(Cobol85Parser.DataThreadLocalClauseContext)

Exit a parse tree produced by dataThreadLocalClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataThreadLocalClause(Cobol85Parser.DataThreadLocalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataThreadLocalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataTypeClause(Cobol85Parser.DataTypeClauseContext)

Exit a parse tree produced by dataTypeClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataTypeClause(Cobol85Parser.DataTypeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataTypeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataTypeDefClause(Cobol85Parser.DataTypeDefClauseContext)

Exit a parse tree produced by dataTypeDefClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataTypeDefClause(Cobol85Parser.DataTypeDefClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataTypeDefClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataUsageClause(Cobol85Parser.DataUsageClauseContext)

Exit a parse tree produced by dataUsageClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataUsageClause(Cobol85Parser.DataUsageClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataUsageClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataUsingClause(Cobol85Parser.DataUsingClauseContext)

Exit a parse tree produced by dataUsingClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataUsingClause(Cobol85Parser.DataUsingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataUsingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataValueClause(Cobol85Parser.DataValueClauseContext)

Exit a parse tree produced by dataValueClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataValueClause(Cobol85Parser.DataValueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataValueClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDataValueInterval(Cobol85Parser.DataValueIntervalContext)

Exit a parse tree produced by dataValueInterval().

The default implementation does nothing.

Declaration
public virtual void ExitDataValueInterval(Cobol85Parser.DataValueIntervalContext context)
Parameters
Type Name Description
Cobol85Parser.DataValueIntervalContext context

The parse tree.

| Improve this Doc View Source

ExitDataValueIntervalFrom(Cobol85Parser.DataValueIntervalFromContext)

Exit a parse tree produced by dataValueIntervalFrom().

The default implementation does nothing.

Declaration
public virtual void ExitDataValueIntervalFrom(Cobol85Parser.DataValueIntervalFromContext context)
Parameters
Type Name Description
Cobol85Parser.DataValueIntervalFromContext context

The parse tree.

| Improve this Doc View Source

ExitDataValueIntervalTo(Cobol85Parser.DataValueIntervalToContext)

Exit a parse tree produced by dataValueIntervalTo().

The default implementation does nothing.

Declaration
public virtual void ExitDataValueIntervalTo(Cobol85Parser.DataValueIntervalToContext context)
Parameters
Type Name Description
Cobol85Parser.DataValueIntervalToContext context

The parse tree.

| Improve this Doc View Source

ExitDataWithLowerBoundsClause(Cobol85Parser.DataWithLowerBoundsClauseContext)

Exit a parse tree produced by dataWithLowerBoundsClause().

The default implementation does nothing.

Declaration
public virtual void ExitDataWithLowerBoundsClause(Cobol85Parser.DataWithLowerBoundsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DataWithLowerBoundsClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDateCompiledParagraph(Cobol85Parser.DateCompiledParagraphContext)

Exit a parse tree produced by dateCompiledParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitDateCompiledParagraph(Cobol85Parser.DateCompiledParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.DateCompiledParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitDateWrittenParagraph(Cobol85Parser.DateWrittenParagraphContext)

Exit a parse tree produced by dateWrittenParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitDateWrittenParagraph(Cobol85Parser.DateWrittenParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.DateWrittenParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitDecimalPointClause(Cobol85Parser.DecimalPointClauseContext)

Exit a parse tree produced by decimalPointClause().

The default implementation does nothing.

Declaration
public virtual void ExitDecimalPointClause(Cobol85Parser.DecimalPointClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DecimalPointClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDefaultComputationalSignClause(Cobol85Parser.DefaultComputationalSignClauseContext)

Exit a parse tree produced by defaultComputationalSignClause().

The default implementation does nothing.

Declaration
public virtual void ExitDefaultComputationalSignClause(Cobol85Parser.DefaultComputationalSignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DefaultComputationalSignClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDefaultDisplaySignClause(Cobol85Parser.DefaultDisplaySignClauseContext)

Exit a parse tree produced by defaultDisplaySignClause().

The default implementation does nothing.

Declaration
public virtual void ExitDefaultDisplaySignClause(Cobol85Parser.DefaultDisplaySignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DefaultDisplaySignClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDeleteStatement(Cobol85Parser.DeleteStatementContext)

Exit a parse tree produced by deleteStatement().

The default implementation does nothing.

Declaration
public virtual void ExitDeleteStatement(Cobol85Parser.DeleteStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DeleteStatementContext context

The parse tree.

| Improve this Doc View Source

ExitDestinationCountClause(Cobol85Parser.DestinationCountClauseContext)

Exit a parse tree produced by destinationCountClause().

The default implementation does nothing.

Declaration
public virtual void ExitDestinationCountClause(Cobol85Parser.DestinationCountClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DestinationCountClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDestinationTableClause(Cobol85Parser.DestinationTableClauseContext)

Exit a parse tree produced by destinationTableClause().

The default implementation does nothing.

Declaration
public virtual void ExitDestinationTableClause(Cobol85Parser.DestinationTableClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DestinationTableClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDisableStatement(Cobol85Parser.DisableStatementContext)

Exit a parse tree produced by disableStatement().

The default implementation does nothing.

Declaration
public virtual void ExitDisableStatement(Cobol85Parser.DisableStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DisableStatementContext context

The parse tree.

| Improve this Doc View Source

ExitDiskSizeClause(Cobol85Parser.DiskSizeClauseContext)

Exit a parse tree produced by diskSizeClause().

The default implementation does nothing.

Declaration
public virtual void ExitDiskSizeClause(Cobol85Parser.DiskSizeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.DiskSizeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDisplayAt(Cobol85Parser.DisplayAtContext)

Exit a parse tree produced by displayAt().

The default implementation does nothing.

Declaration
public virtual void ExitDisplayAt(Cobol85Parser.DisplayAtContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayAtContext context

The parse tree.

| Improve this Doc View Source

ExitDisplayOperand(Cobol85Parser.DisplayOperandContext)

Exit a parse tree produced by displayOperand().

The default implementation does nothing.

Declaration
public virtual void ExitDisplayOperand(Cobol85Parser.DisplayOperandContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayOperandContext context

The parse tree.

| Improve this Doc View Source

ExitDisplayStatement(Cobol85Parser.DisplayStatementContext)

Exit a parse tree produced by displayStatement().

The default implementation does nothing.

Declaration
public virtual void ExitDisplayStatement(Cobol85Parser.DisplayStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayStatementContext context

The parse tree.

| Improve this Doc View Source

ExitDisplayUpon(Cobol85Parser.DisplayUponContext)

Exit a parse tree produced by displayUpon().

The default implementation does nothing.

Declaration
public virtual void ExitDisplayUpon(Cobol85Parser.DisplayUponContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayUponContext context

The parse tree.

| Improve this Doc View Source

ExitDisplayWith(Cobol85Parser.DisplayWithContext)

Exit a parse tree produced by displayWith().

The default implementation does nothing.

Declaration
public virtual void ExitDisplayWith(Cobol85Parser.DisplayWithContext context)
Parameters
Type Name Description
Cobol85Parser.DisplayWithContext context

The parse tree.

| Improve this Doc View Source

ExitDivideByGivingStatement(Cobol85Parser.DivideByGivingStatementContext)

Exit a parse tree produced by divideByGivingStatement().

The default implementation does nothing.

Declaration
public virtual void ExitDivideByGivingStatement(Cobol85Parser.DivideByGivingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DivideByGivingStatementContext context

The parse tree.

| Improve this Doc View Source

ExitDivideGiving(Cobol85Parser.DivideGivingContext)

Exit a parse tree produced by divideGiving().

The default implementation does nothing.

Declaration
public virtual void ExitDivideGiving(Cobol85Parser.DivideGivingContext context)
Parameters
Type Name Description
Cobol85Parser.DivideGivingContext context

The parse tree.

| Improve this Doc View Source

ExitDivideGivingPhrase(Cobol85Parser.DivideGivingPhraseContext)

Exit a parse tree produced by divideGivingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitDivideGivingPhrase(Cobol85Parser.DivideGivingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.DivideGivingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitDivideInto(Cobol85Parser.DivideIntoContext)

Exit a parse tree produced by divideInto().

The default implementation does nothing.

Declaration
public virtual void ExitDivideInto(Cobol85Parser.DivideIntoContext context)
Parameters
Type Name Description
Cobol85Parser.DivideIntoContext context

The parse tree.

| Improve this Doc View Source

ExitDivideIntoGivingStatement(Cobol85Parser.DivideIntoGivingStatementContext)

Exit a parse tree produced by divideIntoGivingStatement().

The default implementation does nothing.

Declaration
public virtual void ExitDivideIntoGivingStatement(Cobol85Parser.DivideIntoGivingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DivideIntoGivingStatementContext context

The parse tree.

| Improve this Doc View Source

ExitDivideIntoStatement(Cobol85Parser.DivideIntoStatementContext)

Exit a parse tree produced by divideIntoStatement().

The default implementation does nothing.

Declaration
public virtual void ExitDivideIntoStatement(Cobol85Parser.DivideIntoStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DivideIntoStatementContext context

The parse tree.

| Improve this Doc View Source

ExitDivideRemainder(Cobol85Parser.DivideRemainderContext)

Exit a parse tree produced by divideRemainder().

The default implementation does nothing.

Declaration
public virtual void ExitDivideRemainder(Cobol85Parser.DivideRemainderContext context)
Parameters
Type Name Description
Cobol85Parser.DivideRemainderContext context

The parse tree.

| Improve this Doc View Source

ExitDivideStatement(Cobol85Parser.DivideStatementContext)

Exit a parse tree produced by divideStatement().

The default implementation does nothing.

Declaration
public virtual void ExitDivideStatement(Cobol85Parser.DivideStatementContext context)
Parameters
Type Name Description
Cobol85Parser.DivideStatementContext context

The parse tree.

| Improve this Doc View Source

ExitEnableStatement(Cobol85Parser.EnableStatementContext)

Exit a parse tree produced by enableStatement().

The default implementation does nothing.

Declaration
public virtual void ExitEnableStatement(Cobol85Parser.EnableStatementContext context)
Parameters
Type Name Description
Cobol85Parser.EnableStatementContext context

The parse tree.

| Improve this Doc View Source

ExitEndKeyClause(Cobol85Parser.EndKeyClauseContext)

Exit a parse tree produced by endKeyClause().

The default implementation does nothing.

Declaration
public virtual void ExitEndKeyClause(Cobol85Parser.EndKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.EndKeyClauseContext context

The parse tree.

| Improve this Doc View Source

ExitEndProgramStatement(Cobol85Parser.EndProgramStatementContext)

Exit a parse tree produced by endProgramStatement().

The default implementation does nothing.

Declaration
public virtual void ExitEndProgramStatement(Cobol85Parser.EndProgramStatementContext context)
Parameters
Type Name Description
Cobol85Parser.EndProgramStatementContext context

The parse tree.

| Improve this Doc View Source

ExitEntryStatement(Cobol85Parser.EntryStatementContext)

Exit a parse tree produced by entryStatement().

The default implementation does nothing.

Declaration
public virtual void ExitEntryStatement(Cobol85Parser.EntryStatementContext context)
Parameters
Type Name Description
Cobol85Parser.EntryStatementContext context

The parse tree.

| Improve this Doc View Source

ExitEnvironmentDivision(Cobol85Parser.EnvironmentDivisionContext)

Exit a parse tree produced by environmentDivision().

The default implementation does nothing.

Declaration
public virtual void ExitEnvironmentDivision(Cobol85Parser.EnvironmentDivisionContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentDivisionContext context

The parse tree.

| Improve this Doc View Source

ExitEnvironmentDivisionBody(Cobol85Parser.EnvironmentDivisionBodyContext)

Exit a parse tree produced by environmentDivisionBody().

The default implementation does nothing.

Declaration
public virtual void ExitEnvironmentDivisionBody(Cobol85Parser.EnvironmentDivisionBodyContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentDivisionBodyContext context

The parse tree.

| Improve this Doc View Source

ExitEnvironmentName(Cobol85Parser.EnvironmentNameContext)

Exit a parse tree produced by environmentName().

The default implementation does nothing.

Declaration
public virtual void ExitEnvironmentName(Cobol85Parser.EnvironmentNameContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentNameContext context

The parse tree.

| Improve this Doc View Source

ExitEnvironmentSwitchNameClause(Cobol85Parser.EnvironmentSwitchNameClauseContext)

Exit a parse tree produced by environmentSwitchNameClause().

The default implementation does nothing.

Declaration
public virtual void ExitEnvironmentSwitchNameClause(Cobol85Parser.EnvironmentSwitchNameClauseContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentSwitchNameClauseContext context

The parse tree.

| Improve this Doc View Source

ExitEnvironmentSwitchNameSpecialNamesStatusPhrase(Cobol85Parser.EnvironmentSwitchNameSpecialNamesStatusPhraseContext)

Exit a parse tree produced by environmentSwitchNameSpecialNamesStatusPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitEnvironmentSwitchNameSpecialNamesStatusPhrase(Cobol85Parser.EnvironmentSwitchNameSpecialNamesStatusPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.EnvironmentSwitchNameSpecialNamesStatusPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitErrorKeyClause(Cobol85Parser.ErrorKeyClauseContext)

Exit a parse tree produced by errorKeyClause().

The default implementation does nothing.

Declaration
public virtual void ExitErrorKeyClause(Cobol85Parser.ErrorKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ErrorKeyClauseContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateAlsoCondition(Cobol85Parser.EvaluateAlsoConditionContext)

Exit a parse tree produced by evaluateAlsoCondition().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateAlsoCondition(Cobol85Parser.EvaluateAlsoConditionContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateAlsoConditionContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateAlsoSelect(Cobol85Parser.EvaluateAlsoSelectContext)

Exit a parse tree produced by evaluateAlsoSelect().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateAlsoSelect(Cobol85Parser.EvaluateAlsoSelectContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateAlsoSelectContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateCondition(Cobol85Parser.EvaluateConditionContext)

Exit a parse tree produced by evaluateCondition().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateCondition(Cobol85Parser.EvaluateConditionContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateConditionContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateSelect(Cobol85Parser.EvaluateSelectContext)

Exit a parse tree produced by evaluateSelect().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateSelect(Cobol85Parser.EvaluateSelectContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateSelectContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateStatement(Cobol85Parser.EvaluateStatementContext)

Exit a parse tree produced by evaluateStatement().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateStatement(Cobol85Parser.EvaluateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateStatementContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateThrough(Cobol85Parser.EvaluateThroughContext)

Exit a parse tree produced by evaluateThrough().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateThrough(Cobol85Parser.EvaluateThroughContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateThroughContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateValue(Cobol85Parser.EvaluateValueContext)

Exit a parse tree produced by evaluateValue().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateValue(Cobol85Parser.EvaluateValueContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateValueContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateWhen(Cobol85Parser.EvaluateWhenContext)

Exit a parse tree produced by evaluateWhen().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateWhen(Cobol85Parser.EvaluateWhenContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateWhenContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateWhenOther(Cobol85Parser.EvaluateWhenOtherContext)

Exit a parse tree produced by evaluateWhenOther().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateWhenOther(Cobol85Parser.EvaluateWhenOtherContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateWhenOtherContext context

The parse tree.

| Improve this Doc View Source

ExitEvaluateWhenPhrase(Cobol85Parser.EvaluateWhenPhraseContext)

Exit a parse tree produced by evaluateWhenPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitEvaluateWhenPhrase(Cobol85Parser.EvaluateWhenPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.EvaluateWhenPhraseContext 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(Cobol85Parser.ExecCicsStatementContext)

Exit a parse tree produced by execCicsStatement().

The default implementation does nothing.

Declaration
public virtual void ExitExecCicsStatement(Cobol85Parser.ExecCicsStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExecCicsStatementContext context

The parse tree.

| Improve this Doc View Source

ExitExecSqlImsStatement(Cobol85Parser.ExecSqlImsStatementContext)

Exit a parse tree produced by execSqlImsStatement().

The default implementation does nothing.

Declaration
public virtual void ExitExecSqlImsStatement(Cobol85Parser.ExecSqlImsStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExecSqlImsStatementContext context

The parse tree.

| Improve this Doc View Source

ExitExecSqlStatement(Cobol85Parser.ExecSqlStatementContext)

Exit a parse tree produced by execSqlStatement().

The default implementation does nothing.

Declaration
public virtual void ExitExecSqlStatement(Cobol85Parser.ExecSqlStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExecSqlStatementContext context

The parse tree.

| Improve this Doc View Source

ExitExhibitOperand(Cobol85Parser.ExhibitOperandContext)

Exit a parse tree produced by exhibitOperand().

The default implementation does nothing.

Declaration
public virtual void ExitExhibitOperand(Cobol85Parser.ExhibitOperandContext context)
Parameters
Type Name Description
Cobol85Parser.ExhibitOperandContext context

The parse tree.

| Improve this Doc View Source

ExitExhibitStatement(Cobol85Parser.ExhibitStatementContext)

Exit a parse tree produced by exhibitStatement().

The default implementation does nothing.

Declaration
public virtual void ExitExhibitStatement(Cobol85Parser.ExhibitStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExhibitStatementContext context

The parse tree.

| Improve this Doc View Source

ExitExitStatement(Cobol85Parser.ExitStatementContext)

Exit a parse tree produced by exitStatement().

The default implementation does nothing.

Declaration
public virtual void ExitExitStatement(Cobol85Parser.ExitStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ExitStatementContext context

The parse tree.

| Improve this Doc View Source

ExitExternalClause(Cobol85Parser.ExternalClauseContext)

Exit a parse tree produced by externalClause().

The default implementation does nothing.

Declaration
public virtual void ExitExternalClause(Cobol85Parser.ExternalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ExternalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitFigurativeConstant(Cobol85Parser.FigurativeConstantContext)

Exit a parse tree produced by figurativeConstant().

The default implementation does nothing.

Declaration
public virtual void ExitFigurativeConstant(Cobol85Parser.FigurativeConstantContext context)
Parameters
Type Name Description
Cobol85Parser.FigurativeConstantContext context

The parse tree.

| Improve this Doc View Source

ExitFileControlClause(Cobol85Parser.FileControlClauseContext)

Exit a parse tree produced by fileControlClause().

The default implementation does nothing.

Declaration
public virtual void ExitFileControlClause(Cobol85Parser.FileControlClauseContext context)
Parameters
Type Name Description
Cobol85Parser.FileControlClauseContext context

The parse tree.

| Improve this Doc View Source

ExitFileControlEntry(Cobol85Parser.FileControlEntryContext)

Exit a parse tree produced by fileControlEntry().

The default implementation does nothing.

Declaration
public virtual void ExitFileControlEntry(Cobol85Parser.FileControlEntryContext context)
Parameters
Type Name Description
Cobol85Parser.FileControlEntryContext context

The parse tree.

| Improve this Doc View Source

ExitFileControlParagraph(Cobol85Parser.FileControlParagraphContext)

Exit a parse tree produced by fileControlParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitFileControlParagraph(Cobol85Parser.FileControlParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.FileControlParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitFileDescriptionEntry(Cobol85Parser.FileDescriptionEntryContext)

Exit a parse tree produced by fileDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void ExitFileDescriptionEntry(Cobol85Parser.FileDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.FileDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

ExitFileDescriptionEntryClause(Cobol85Parser.FileDescriptionEntryClauseContext)

Exit a parse tree produced by fileDescriptionEntryClause().

The default implementation does nothing.

Declaration
public virtual void ExitFileDescriptionEntryClause(Cobol85Parser.FileDescriptionEntryClauseContext context)
Parameters
Type Name Description
Cobol85Parser.FileDescriptionEntryClauseContext context

The parse tree.

| Improve this Doc View Source

ExitFileName(Cobol85Parser.FileNameContext)

Exit a parse tree produced by fileName().

The default implementation does nothing.

Declaration
public virtual void ExitFileName(Cobol85Parser.FileNameContext context)
Parameters
Type Name Description
Cobol85Parser.FileNameContext context

The parse tree.

| Improve this Doc View Source

ExitFileSection(Cobol85Parser.FileSectionContext)

Exit a parse tree produced by fileSection().

The default implementation does nothing.

Declaration
public virtual void ExitFileSection(Cobol85Parser.FileSectionContext context)
Parameters
Type Name Description
Cobol85Parser.FileSectionContext context

The parse tree.

| Improve this Doc View Source

ExitFileStatusClause(Cobol85Parser.FileStatusClauseContext)

Exit a parse tree produced by fileStatusClause().

The default implementation does nothing.

Declaration
public virtual void ExitFileStatusClause(Cobol85Parser.FileStatusClauseContext context)
Parameters
Type Name Description
Cobol85Parser.FileStatusClauseContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionCall(Cobol85Parser.FunctionCallContext)

Exit a parse tree produced by functionCall().

The default implementation does nothing.

Declaration
public virtual void ExitFunctionCall(Cobol85Parser.FunctionCallContext context)
Parameters
Type Name Description
Cobol85Parser.FunctionCallContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionName(Cobol85Parser.FunctionNameContext)

Exit a parse tree produced by functionName().

The default implementation does nothing.

Declaration
public virtual void ExitFunctionName(Cobol85Parser.FunctionNameContext context)
Parameters
Type Name Description
Cobol85Parser.FunctionNameContext context

The parse tree.

| Improve this Doc View Source

ExitGenerateStatement(Cobol85Parser.GenerateStatementContext)

Exit a parse tree produced by generateStatement().

The default implementation does nothing.

Declaration
public virtual void ExitGenerateStatement(Cobol85Parser.GenerateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.GenerateStatementContext context

The parse tree.

| Improve this Doc View Source

ExitGlobalClause(Cobol85Parser.GlobalClauseContext)

Exit a parse tree produced by globalClause().

The default implementation does nothing.

Declaration
public virtual void ExitGlobalClause(Cobol85Parser.GlobalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.GlobalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitGobackStatement(Cobol85Parser.GobackStatementContext)

Exit a parse tree produced by gobackStatement().

The default implementation does nothing.

Declaration
public virtual void ExitGobackStatement(Cobol85Parser.GobackStatementContext context)
Parameters
Type Name Description
Cobol85Parser.GobackStatementContext context

The parse tree.

| Improve this Doc View Source

ExitGoToDependingOnStatement(Cobol85Parser.GoToDependingOnStatementContext)

Exit a parse tree produced by goToDependingOnStatement().

The default implementation does nothing.

Declaration
public virtual void ExitGoToDependingOnStatement(Cobol85Parser.GoToDependingOnStatementContext context)
Parameters
Type Name Description
Cobol85Parser.GoToDependingOnStatementContext context

The parse tree.

| Improve this Doc View Source

ExitGoToStatement(Cobol85Parser.GoToStatementContext)

Exit a parse tree produced by goToStatement().

The default implementation does nothing.

Declaration
public virtual void ExitGoToStatement(Cobol85Parser.GoToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.GoToStatementContext context

The parse tree.

| Improve this Doc View Source

ExitGoToStatementSimple(Cobol85Parser.GoToStatementSimpleContext)

Exit a parse tree produced by goToStatementSimple().

The default implementation does nothing.

Declaration
public virtual void ExitGoToStatementSimple(Cobol85Parser.GoToStatementSimpleContext context)
Parameters
Type Name Description
Cobol85Parser.GoToStatementSimpleContext context

The parse tree.

| Improve this Doc View Source

ExitIdentificationDivision(Cobol85Parser.IdentificationDivisionContext)

Exit a parse tree produced by identificationDivision().

The default implementation does nothing.

Declaration
public virtual void ExitIdentificationDivision(Cobol85Parser.IdentificationDivisionContext context)
Parameters
Type Name Description
Cobol85Parser.IdentificationDivisionContext context

The parse tree.

| Improve this Doc View Source

ExitIdentificationDivisionBody(Cobol85Parser.IdentificationDivisionBodyContext)

Exit a parse tree produced by identificationDivisionBody().

The default implementation does nothing.

Declaration
public virtual void ExitIdentificationDivisionBody(Cobol85Parser.IdentificationDivisionBodyContext context)
Parameters
Type Name Description
Cobol85Parser.IdentificationDivisionBodyContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(Cobol85Parser.IdentifierContext)

Exit a parse tree produced by identifier().

The default implementation does nothing.

Declaration
public virtual void ExitIdentifier(Cobol85Parser.IdentifierContext context)
Parameters
Type Name Description
Cobol85Parser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitIfElse(Cobol85Parser.IfElseContext)

Exit a parse tree produced by ifElse().

The default implementation does nothing.

Declaration
public virtual void ExitIfElse(Cobol85Parser.IfElseContext context)
Parameters
Type Name Description
Cobol85Parser.IfElseContext context

The parse tree.

| Improve this Doc View Source

ExitIfStatement(Cobol85Parser.IfStatementContext)

Exit a parse tree produced by ifStatement().

The default implementation does nothing.

Declaration
public virtual void ExitIfStatement(Cobol85Parser.IfStatementContext context)
Parameters
Type Name Description
Cobol85Parser.IfStatementContext context

The parse tree.

| Improve this Doc View Source

ExitIfThen(Cobol85Parser.IfThenContext)

Exit a parse tree produced by ifThen().

The default implementation does nothing.

Declaration
public virtual void ExitIfThen(Cobol85Parser.IfThenContext context)
Parameters
Type Name Description
Cobol85Parser.IfThenContext context

The parse tree.

| Improve this Doc View Source

ExitInData(Cobol85Parser.InDataContext)

Exit a parse tree produced by inData().

The default implementation does nothing.

Declaration
public virtual void ExitInData(Cobol85Parser.InDataContext context)
Parameters
Type Name Description
Cobol85Parser.InDataContext context

The parse tree.

| Improve this Doc View Source

ExitIndexName(Cobol85Parser.IndexNameContext)

Exit a parse tree produced by indexName().

The default implementation does nothing.

Declaration
public virtual void ExitIndexName(Cobol85Parser.IndexNameContext context)
Parameters
Type Name Description
Cobol85Parser.IndexNameContext context

The parse tree.

| Improve this Doc View Source

ExitInFile(Cobol85Parser.InFileContext)

Exit a parse tree produced by inFile().

The default implementation does nothing.

Declaration
public virtual void ExitInFile(Cobol85Parser.InFileContext context)
Parameters
Type Name Description
Cobol85Parser.InFileContext context

The parse tree.

| Improve this Doc View Source

ExitInitializeReplacingBy(Cobol85Parser.InitializeReplacingByContext)

Exit a parse tree produced by initializeReplacingBy().

The default implementation does nothing.

Declaration
public virtual void ExitInitializeReplacingBy(Cobol85Parser.InitializeReplacingByContext context)
Parameters
Type Name Description
Cobol85Parser.InitializeReplacingByContext context

The parse tree.

| Improve this Doc View Source

ExitInitializeReplacingPhrase(Cobol85Parser.InitializeReplacingPhraseContext)

Exit a parse tree produced by initializeReplacingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitInitializeReplacingPhrase(Cobol85Parser.InitializeReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InitializeReplacingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitInitializeStatement(Cobol85Parser.InitializeStatementContext)

Exit a parse tree produced by initializeStatement().

The default implementation does nothing.

Declaration
public virtual void ExitInitializeStatement(Cobol85Parser.InitializeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.InitializeStatementContext context

The parse tree.

| Improve this Doc View Source

ExitInitiateStatement(Cobol85Parser.InitiateStatementContext)

Exit a parse tree produced by initiateStatement().

The default implementation does nothing.

Declaration
public virtual void ExitInitiateStatement(Cobol85Parser.InitiateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.InitiateStatementContext context

The parse tree.

| Improve this Doc View Source

ExitInLibrary(Cobol85Parser.InLibraryContext)

Exit a parse tree produced by inLibrary().

The default implementation does nothing.

Declaration
public virtual void ExitInLibrary(Cobol85Parser.InLibraryContext context)
Parameters
Type Name Description
Cobol85Parser.InLibraryContext context

The parse tree.

| Improve this Doc View Source

ExitInMnemonic(Cobol85Parser.InMnemonicContext)

Exit a parse tree produced by inMnemonic().

The default implementation does nothing.

Declaration
public virtual void ExitInMnemonic(Cobol85Parser.InMnemonicContext context)
Parameters
Type Name Description
Cobol85Parser.InMnemonicContext context

The parse tree.

| Improve this Doc View Source

ExitInputOutputSection(Cobol85Parser.InputOutputSectionContext)

Exit a parse tree produced by inputOutputSection().

The default implementation does nothing.

Declaration
public virtual void ExitInputOutputSection(Cobol85Parser.InputOutputSectionContext context)
Parameters
Type Name Description
Cobol85Parser.InputOutputSectionContext context

The parse tree.

| Improve this Doc View Source

ExitInputOutputSectionParagraph(Cobol85Parser.InputOutputSectionParagraphContext)

Exit a parse tree produced by inputOutputSectionParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitInputOutputSectionParagraph(Cobol85Parser.InputOutputSectionParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.InputOutputSectionParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitInSection(Cobol85Parser.InSectionContext)

Exit a parse tree produced by inSection().

The default implementation does nothing.

Declaration
public virtual void ExitInSection(Cobol85Parser.InSectionContext context)
Parameters
Type Name Description
Cobol85Parser.InSectionContext context

The parse tree.

| Improve this Doc View Source

ExitInspectAllLeading(Cobol85Parser.InspectAllLeadingContext)

Exit a parse tree produced by inspectAllLeading().

The default implementation does nothing.

Declaration
public virtual void ExitInspectAllLeading(Cobol85Parser.InspectAllLeadingContext context)
Parameters
Type Name Description
Cobol85Parser.InspectAllLeadingContext context

The parse tree.

| Improve this Doc View Source

ExitInspectAllLeadings(Cobol85Parser.InspectAllLeadingsContext)

Exit a parse tree produced by inspectAllLeadings().

The default implementation does nothing.

Declaration
public virtual void ExitInspectAllLeadings(Cobol85Parser.InspectAllLeadingsContext context)
Parameters
Type Name Description
Cobol85Parser.InspectAllLeadingsContext context

The parse tree.

| Improve this Doc View Source

ExitInspectBeforeAfter(Cobol85Parser.InspectBeforeAfterContext)

Exit a parse tree produced by inspectBeforeAfter().

The default implementation does nothing.

Declaration
public virtual void ExitInspectBeforeAfter(Cobol85Parser.InspectBeforeAfterContext context)
Parameters
Type Name Description
Cobol85Parser.InspectBeforeAfterContext context

The parse tree.

| Improve this Doc View Source

ExitInspectBy(Cobol85Parser.InspectByContext)

Exit a parse tree produced by inspectBy().

The default implementation does nothing.

Declaration
public virtual void ExitInspectBy(Cobol85Parser.InspectByContext context)
Parameters
Type Name Description
Cobol85Parser.InspectByContext context

The parse tree.

| Improve this Doc View Source

ExitInspectCharacters(Cobol85Parser.InspectCharactersContext)

Exit a parse tree produced by inspectCharacters().

The default implementation does nothing.

Declaration
public virtual void ExitInspectCharacters(Cobol85Parser.InspectCharactersContext context)
Parameters
Type Name Description
Cobol85Parser.InspectCharactersContext context

The parse tree.

| Improve this Doc View Source

ExitInspectConvertingPhrase(Cobol85Parser.InspectConvertingPhraseContext)

Exit a parse tree produced by inspectConvertingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitInspectConvertingPhrase(Cobol85Parser.InspectConvertingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InspectConvertingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitInspectFor(Cobol85Parser.InspectForContext)

Exit a parse tree produced by inspectFor().

The default implementation does nothing.

Declaration
public virtual void ExitInspectFor(Cobol85Parser.InspectForContext context)
Parameters
Type Name Description
Cobol85Parser.InspectForContext context

The parse tree.

| Improve this Doc View Source

ExitInspectReplacingAllLeading(Cobol85Parser.InspectReplacingAllLeadingContext)

Exit a parse tree produced by inspectReplacingAllLeading().

The default implementation does nothing.

Declaration
public virtual void ExitInspectReplacingAllLeading(Cobol85Parser.InspectReplacingAllLeadingContext context)
Parameters
Type Name Description
Cobol85Parser.InspectReplacingAllLeadingContext context

The parse tree.

| Improve this Doc View Source

ExitInspectReplacingAllLeadings(Cobol85Parser.InspectReplacingAllLeadingsContext)

Exit a parse tree produced by inspectReplacingAllLeadings().

The default implementation does nothing.

Declaration
public virtual void ExitInspectReplacingAllLeadings(Cobol85Parser.InspectReplacingAllLeadingsContext context)
Parameters
Type Name Description
Cobol85Parser.InspectReplacingAllLeadingsContext context

The parse tree.

| Improve this Doc View Source

ExitInspectReplacingCharacters(Cobol85Parser.InspectReplacingCharactersContext)

Exit a parse tree produced by inspectReplacingCharacters().

The default implementation does nothing.

Declaration
public virtual void ExitInspectReplacingCharacters(Cobol85Parser.InspectReplacingCharactersContext context)
Parameters
Type Name Description
Cobol85Parser.InspectReplacingCharactersContext context

The parse tree.

| Improve this Doc View Source

ExitInspectReplacingPhrase(Cobol85Parser.InspectReplacingPhraseContext)

Exit a parse tree produced by inspectReplacingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitInspectReplacingPhrase(Cobol85Parser.InspectReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InspectReplacingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitInspectStatement(Cobol85Parser.InspectStatementContext)

Exit a parse tree produced by inspectStatement().

The default implementation does nothing.

Declaration
public virtual void ExitInspectStatement(Cobol85Parser.InspectStatementContext context)
Parameters
Type Name Description
Cobol85Parser.InspectStatementContext context

The parse tree.

| Improve this Doc View Source

ExitInspectTallyingPhrase(Cobol85Parser.InspectTallyingPhraseContext)

Exit a parse tree produced by inspectTallyingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitInspectTallyingPhrase(Cobol85Parser.InspectTallyingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InspectTallyingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitInspectTallyingReplacingPhrase(Cobol85Parser.InspectTallyingReplacingPhraseContext)

Exit a parse tree produced by inspectTallyingReplacingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitInspectTallyingReplacingPhrase(Cobol85Parser.InspectTallyingReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InspectTallyingReplacingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitInspectTo(Cobol85Parser.InspectToContext)

Exit a parse tree produced by inspectTo().

The default implementation does nothing.

Declaration
public virtual void ExitInspectTo(Cobol85Parser.InspectToContext context)
Parameters
Type Name Description
Cobol85Parser.InspectToContext context

The parse tree.

| Improve this Doc View Source

ExitInstallationParagraph(Cobol85Parser.InstallationParagraphContext)

Exit a parse tree produced by installationParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitInstallationParagraph(Cobol85Parser.InstallationParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.InstallationParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitInTable(Cobol85Parser.InTableContext)

Exit a parse tree produced by inTable().

The default implementation does nothing.

Declaration
public virtual void ExitInTable(Cobol85Parser.InTableContext context)
Parameters
Type Name Description
Cobol85Parser.InTableContext context

The parse tree.

| Improve this Doc View Source

ExitIntegerLiteral(Cobol85Parser.IntegerLiteralContext)

Exit a parse tree produced by integerLiteral().

The default implementation does nothing.

Declaration
public virtual void ExitIntegerLiteral(Cobol85Parser.IntegerLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.IntegerLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitInvalidKeyPhrase(Cobol85Parser.InvalidKeyPhraseContext)

Exit a parse tree produced by invalidKeyPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitInvalidKeyPhrase(Cobol85Parser.InvalidKeyPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.InvalidKeyPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitIoControlClause(Cobol85Parser.IoControlClauseContext)

Exit a parse tree produced by ioControlClause().

The default implementation does nothing.

Declaration
public virtual void ExitIoControlClause(Cobol85Parser.IoControlClauseContext context)
Parameters
Type Name Description
Cobol85Parser.IoControlClauseContext context

The parse tree.

| Improve this Doc View Source

ExitIoControlParagraph(Cobol85Parser.IoControlParagraphContext)

Exit a parse tree produced by ioControlParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitIoControlParagraph(Cobol85Parser.IoControlParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.IoControlParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitLabelRecordsClause(Cobol85Parser.LabelRecordsClauseContext)

Exit a parse tree produced by labelRecordsClause().

The default implementation does nothing.

Declaration
public virtual void ExitLabelRecordsClause(Cobol85Parser.LabelRecordsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LabelRecordsClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLanguageName(Cobol85Parser.LanguageNameContext)

Exit a parse tree produced by languageName().

The default implementation does nothing.

Declaration
public virtual void ExitLanguageName(Cobol85Parser.LanguageNameContext context)
Parameters
Type Name Description
Cobol85Parser.LanguageNameContext context

The parse tree.

| Improve this Doc View Source

ExitLength(Cobol85Parser.LengthContext)

Exit a parse tree produced by length().

The default implementation does nothing.

Declaration
public virtual void ExitLength(Cobol85Parser.LengthContext context)
Parameters
Type Name Description
Cobol85Parser.LengthContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryAttributeClauseFormat1(Cobol85Parser.LibraryAttributeClauseFormat1Context)

Exit a parse tree produced by libraryAttributeClauseFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryAttributeClauseFormat1(Cobol85Parser.LibraryAttributeClauseFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeClauseFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitLibraryAttributeClauseFormat2(Cobol85Parser.LibraryAttributeClauseFormat2Context)

Exit a parse tree produced by libraryAttributeClauseFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryAttributeClauseFormat2(Cobol85Parser.LibraryAttributeClauseFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeClauseFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitLibraryAttributeFunction(Cobol85Parser.LibraryAttributeFunctionContext)

Exit a parse tree produced by libraryAttributeFunction().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryAttributeFunction(Cobol85Parser.LibraryAttributeFunctionContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeFunctionContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryAttributeParameter(Cobol85Parser.LibraryAttributeParameterContext)

Exit a parse tree produced by libraryAttributeParameter().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryAttributeParameter(Cobol85Parser.LibraryAttributeParameterContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeParameterContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryAttributeTitle(Cobol85Parser.LibraryAttributeTitleContext)

Exit a parse tree produced by libraryAttributeTitle().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryAttributeTitle(Cobol85Parser.LibraryAttributeTitleContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryAttributeTitleContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryDescriptionEntry(Cobol85Parser.LibraryDescriptionEntryContext)

Exit a parse tree produced by libraryDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryDescriptionEntry(Cobol85Parser.LibraryDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryDescriptionEntryFormat1(Cobol85Parser.LibraryDescriptionEntryFormat1Context)

Exit a parse tree produced by libraryDescriptionEntryFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryDescriptionEntryFormat1(Cobol85Parser.LibraryDescriptionEntryFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryDescriptionEntryFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitLibraryDescriptionEntryFormat2(Cobol85Parser.LibraryDescriptionEntryFormat2Context)

Exit a parse tree produced by libraryDescriptionEntryFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryDescriptionEntryFormat2(Cobol85Parser.LibraryDescriptionEntryFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryDescriptionEntryFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitLibraryEntryProcedureClauseFormat1(Cobol85Parser.LibraryEntryProcedureClauseFormat1Context)

Exit a parse tree produced by libraryEntryProcedureClauseFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryEntryProcedureClauseFormat1(Cobol85Parser.LibraryEntryProcedureClauseFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureClauseFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitLibraryEntryProcedureClauseFormat2(Cobol85Parser.LibraryEntryProcedureClauseFormat2Context)

Exit a parse tree produced by libraryEntryProcedureClauseFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryEntryProcedureClauseFormat2(Cobol85Parser.LibraryEntryProcedureClauseFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureClauseFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitLibraryEntryProcedureForClause(Cobol85Parser.LibraryEntryProcedureForClauseContext)

Exit a parse tree produced by libraryEntryProcedureForClause().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryEntryProcedureForClause(Cobol85Parser.LibraryEntryProcedureForClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureForClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryEntryProcedureGivingClause(Cobol85Parser.LibraryEntryProcedureGivingClauseContext)

Exit a parse tree produced by libraryEntryProcedureGivingClause().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryEntryProcedureGivingClause(Cobol85Parser.LibraryEntryProcedureGivingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureGivingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryEntryProcedureUsingClause(Cobol85Parser.LibraryEntryProcedureUsingClauseContext)

Exit a parse tree produced by libraryEntryProcedureUsingClause().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryEntryProcedureUsingClause(Cobol85Parser.LibraryEntryProcedureUsingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureUsingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryEntryProcedureUsingName(Cobol85Parser.LibraryEntryProcedureUsingNameContext)

Exit a parse tree produced by libraryEntryProcedureUsingName().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryEntryProcedureUsingName(Cobol85Parser.LibraryEntryProcedureUsingNameContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureUsingNameContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryEntryProcedureWithClause(Cobol85Parser.LibraryEntryProcedureWithClauseContext)

Exit a parse tree produced by libraryEntryProcedureWithClause().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryEntryProcedureWithClause(Cobol85Parser.LibraryEntryProcedureWithClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureWithClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryEntryProcedureWithName(Cobol85Parser.LibraryEntryProcedureWithNameContext)

Exit a parse tree produced by libraryEntryProcedureWithName().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryEntryProcedureWithName(Cobol85Parser.LibraryEntryProcedureWithNameContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryEntryProcedureWithNameContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryIsCommonClause(Cobol85Parser.LibraryIsCommonClauseContext)

Exit a parse tree produced by libraryIsCommonClause().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryIsCommonClause(Cobol85Parser.LibraryIsCommonClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryIsCommonClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryIsGlobalClause(Cobol85Parser.LibraryIsGlobalClauseContext)

Exit a parse tree produced by libraryIsGlobalClause().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryIsGlobalClause(Cobol85Parser.LibraryIsGlobalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryIsGlobalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryName(Cobol85Parser.LibraryNameContext)

Exit a parse tree produced by libraryName().

The default implementation does nothing.

Declaration
public virtual void ExitLibraryName(Cobol85Parser.LibraryNameContext context)
Parameters
Type Name Description
Cobol85Parser.LibraryNameContext context

The parse tree.

| Improve this Doc View Source

ExitLinageAt(Cobol85Parser.LinageAtContext)

Exit a parse tree produced by linageAt().

The default implementation does nothing.

Declaration
public virtual void ExitLinageAt(Cobol85Parser.LinageAtContext context)
Parameters
Type Name Description
Cobol85Parser.LinageAtContext context

The parse tree.

| Improve this Doc View Source

ExitLinageClause(Cobol85Parser.LinageClauseContext)

Exit a parse tree produced by linageClause().

The default implementation does nothing.

Declaration
public virtual void ExitLinageClause(Cobol85Parser.LinageClauseContext context)
Parameters
Type Name Description
Cobol85Parser.LinageClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLinageFootingAt(Cobol85Parser.LinageFootingAtContext)

Exit a parse tree produced by linageFootingAt().

The default implementation does nothing.

Declaration
public virtual void ExitLinageFootingAt(Cobol85Parser.LinageFootingAtContext context)
Parameters
Type Name Description
Cobol85Parser.LinageFootingAtContext context

The parse tree.

| Improve this Doc View Source

ExitLinageLinesAtBottom(Cobol85Parser.LinageLinesAtBottomContext)

Exit a parse tree produced by linageLinesAtBottom().

The default implementation does nothing.

Declaration
public virtual void ExitLinageLinesAtBottom(Cobol85Parser.LinageLinesAtBottomContext context)
Parameters
Type Name Description
Cobol85Parser.LinageLinesAtBottomContext context

The parse tree.

| Improve this Doc View Source

ExitLinageLinesAtTop(Cobol85Parser.LinageLinesAtTopContext)

Exit a parse tree produced by linageLinesAtTop().

The default implementation does nothing.

Declaration
public virtual void ExitLinageLinesAtTop(Cobol85Parser.LinageLinesAtTopContext context)
Parameters
Type Name Description
Cobol85Parser.LinageLinesAtTopContext context

The parse tree.

| Improve this Doc View Source

ExitLinkageSection(Cobol85Parser.LinkageSectionContext)

Exit a parse tree produced by linkageSection().

The default implementation does nothing.

Declaration
public virtual void ExitLinkageSection(Cobol85Parser.LinkageSectionContext context)
Parameters
Type Name Description
Cobol85Parser.LinkageSectionContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(Cobol85Parser.LiteralContext)

Exit a parse tree produced by literal().

The default implementation does nothing.

Declaration
public virtual void ExitLiteral(Cobol85Parser.LiteralContext context)
Parameters
Type Name Description
Cobol85Parser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitLocalName(Cobol85Parser.LocalNameContext)

Exit a parse tree produced by localName().

The default implementation does nothing.

Declaration
public virtual void ExitLocalName(Cobol85Parser.LocalNameContext context)
Parameters
Type Name Description
Cobol85Parser.LocalNameContext context

The parse tree.

| Improve this Doc View Source

ExitLocalStorageSection(Cobol85Parser.LocalStorageSectionContext)

Exit a parse tree produced by localStorageSection().

The default implementation does nothing.

Declaration
public virtual void ExitLocalStorageSection(Cobol85Parser.LocalStorageSectionContext context)
Parameters
Type Name Description
Cobol85Parser.LocalStorageSectionContext context

The parse tree.

| Improve this Doc View Source

ExitMemorySizeClause(Cobol85Parser.MemorySizeClauseContext)

Exit a parse tree produced by memorySizeClause().

The default implementation does nothing.

Declaration
public virtual void ExitMemorySizeClause(Cobol85Parser.MemorySizeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MemorySizeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitMergeCollatingAlphanumeric(Cobol85Parser.MergeCollatingAlphanumericContext)

Exit a parse tree produced by mergeCollatingAlphanumeric().

The default implementation does nothing.

Declaration
public virtual void ExitMergeCollatingAlphanumeric(Cobol85Parser.MergeCollatingAlphanumericContext context)
Parameters
Type Name Description
Cobol85Parser.MergeCollatingAlphanumericContext context

The parse tree.

| Improve this Doc View Source

ExitMergeCollatingNational(Cobol85Parser.MergeCollatingNationalContext)

Exit a parse tree produced by mergeCollatingNational().

The default implementation does nothing.

Declaration
public virtual void ExitMergeCollatingNational(Cobol85Parser.MergeCollatingNationalContext context)
Parameters
Type Name Description
Cobol85Parser.MergeCollatingNationalContext context

The parse tree.

| Improve this Doc View Source

ExitMergeCollatingSequencePhrase(Cobol85Parser.MergeCollatingSequencePhraseContext)

Exit a parse tree produced by mergeCollatingSequencePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitMergeCollatingSequencePhrase(Cobol85Parser.MergeCollatingSequencePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.MergeCollatingSequencePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitMergeGiving(Cobol85Parser.MergeGivingContext)

Exit a parse tree produced by mergeGiving().

The default implementation does nothing.

Declaration
public virtual void ExitMergeGiving(Cobol85Parser.MergeGivingContext context)
Parameters
Type Name Description
Cobol85Parser.MergeGivingContext context

The parse tree.

| Improve this Doc View Source

ExitMergeGivingPhrase(Cobol85Parser.MergeGivingPhraseContext)

Exit a parse tree produced by mergeGivingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitMergeGivingPhrase(Cobol85Parser.MergeGivingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.MergeGivingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitMergeOnKeyClause(Cobol85Parser.MergeOnKeyClauseContext)

Exit a parse tree produced by mergeOnKeyClause().

The default implementation does nothing.

Declaration
public virtual void ExitMergeOnKeyClause(Cobol85Parser.MergeOnKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MergeOnKeyClauseContext context

The parse tree.

| Improve this Doc View Source

ExitMergeOutputProcedurePhrase(Cobol85Parser.MergeOutputProcedurePhraseContext)

Exit a parse tree produced by mergeOutputProcedurePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitMergeOutputProcedurePhrase(Cobol85Parser.MergeOutputProcedurePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.MergeOutputProcedurePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitMergeOutputThrough(Cobol85Parser.MergeOutputThroughContext)

Exit a parse tree produced by mergeOutputThrough().

The default implementation does nothing.

Declaration
public virtual void ExitMergeOutputThrough(Cobol85Parser.MergeOutputThroughContext context)
Parameters
Type Name Description
Cobol85Parser.MergeOutputThroughContext context

The parse tree.

| Improve this Doc View Source

ExitMergeStatement(Cobol85Parser.MergeStatementContext)

Exit a parse tree produced by mergeStatement().

The default implementation does nothing.

Declaration
public virtual void ExitMergeStatement(Cobol85Parser.MergeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MergeStatementContext context

The parse tree.

| Improve this Doc View Source

ExitMergeUsing(Cobol85Parser.MergeUsingContext)

Exit a parse tree produced by mergeUsing().

The default implementation does nothing.

Declaration
public virtual void ExitMergeUsing(Cobol85Parser.MergeUsingContext context)
Parameters
Type Name Description
Cobol85Parser.MergeUsingContext context

The parse tree.

| Improve this Doc View Source

ExitMessageCountClause(Cobol85Parser.MessageCountClauseContext)

Exit a parse tree produced by messageCountClause().

The default implementation does nothing.

Declaration
public virtual void ExitMessageCountClause(Cobol85Parser.MessageCountClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MessageCountClauseContext context

The parse tree.

| Improve this Doc View Source

ExitMessageDateClause(Cobol85Parser.MessageDateClauseContext)

Exit a parse tree produced by messageDateClause().

The default implementation does nothing.

Declaration
public virtual void ExitMessageDateClause(Cobol85Parser.MessageDateClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MessageDateClauseContext context

The parse tree.

| Improve this Doc View Source

ExitMessageTimeClause(Cobol85Parser.MessageTimeClauseContext)

Exit a parse tree produced by messageTimeClause().

The default implementation does nothing.

Declaration
public virtual void ExitMessageTimeClause(Cobol85Parser.MessageTimeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MessageTimeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitMnemonicName(Cobol85Parser.MnemonicNameContext)

Exit a parse tree produced by mnemonicName().

The default implementation does nothing.

Declaration
public virtual void ExitMnemonicName(Cobol85Parser.MnemonicNameContext context)
Parameters
Type Name Description
Cobol85Parser.MnemonicNameContext context

The parse tree.

| Improve this Doc View Source

ExitModeStatement(Cobol85Parser.ModeStatementContext)

Exit a parse tree produced by modeStatement().

The default implementation does nothing.

Declaration
public virtual void ExitModeStatement(Cobol85Parser.ModeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ModeStatementContext context

The parse tree.

| Improve this Doc View Source

ExitMoveCorrespondingToSendingArea(Cobol85Parser.MoveCorrespondingToSendingAreaContext)

Exit a parse tree produced by moveCorrespondingToSendingArea().

The default implementation does nothing.

Declaration
public virtual void ExitMoveCorrespondingToSendingArea(Cobol85Parser.MoveCorrespondingToSendingAreaContext context)
Parameters
Type Name Description
Cobol85Parser.MoveCorrespondingToSendingAreaContext context

The parse tree.

| Improve this Doc View Source

ExitMoveCorrespondingToStatement(Cobol85Parser.MoveCorrespondingToStatementContext)

Exit a parse tree produced by moveCorrespondingToStatement().

The default implementation does nothing.

Declaration
public virtual void ExitMoveCorrespondingToStatement(Cobol85Parser.MoveCorrespondingToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MoveCorrespondingToStatementContext context

The parse tree.

| Improve this Doc View Source

ExitMoveStatement(Cobol85Parser.MoveStatementContext)

Exit a parse tree produced by moveStatement().

The default implementation does nothing.

Declaration
public virtual void ExitMoveStatement(Cobol85Parser.MoveStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MoveStatementContext context

The parse tree.

| Improve this Doc View Source

ExitMoveToSendingArea(Cobol85Parser.MoveToSendingAreaContext)

Exit a parse tree produced by moveToSendingArea().

The default implementation does nothing.

Declaration
public virtual void ExitMoveToSendingArea(Cobol85Parser.MoveToSendingAreaContext context)
Parameters
Type Name Description
Cobol85Parser.MoveToSendingAreaContext context

The parse tree.

| Improve this Doc View Source

ExitMoveToStatement(Cobol85Parser.MoveToStatementContext)

Exit a parse tree produced by moveToStatement().

The default implementation does nothing.

Declaration
public virtual void ExitMoveToStatement(Cobol85Parser.MoveToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MoveToStatementContext context

The parse tree.

| Improve this Doc View Source

ExitMultDiv(Cobol85Parser.MultDivContext)

Exit a parse tree produced by multDiv().

The default implementation does nothing.

Declaration
public virtual void ExitMultDiv(Cobol85Parser.MultDivContext context)
Parameters
Type Name Description
Cobol85Parser.MultDivContext context

The parse tree.

| Improve this Doc View Source

ExitMultDivs(Cobol85Parser.MultDivsContext)

Exit a parse tree produced by multDivs().

The default implementation does nothing.

Declaration
public virtual void ExitMultDivs(Cobol85Parser.MultDivsContext context)
Parameters
Type Name Description
Cobol85Parser.MultDivsContext context

The parse tree.

| Improve this Doc View Source

ExitMultipleFileClause(Cobol85Parser.MultipleFileClauseContext)

Exit a parse tree produced by multipleFileClause().

The default implementation does nothing.

Declaration
public virtual void ExitMultipleFileClause(Cobol85Parser.MultipleFileClauseContext context)
Parameters
Type Name Description
Cobol85Parser.MultipleFileClauseContext context

The parse tree.

| Improve this Doc View Source

ExitMultipleFilePosition(Cobol85Parser.MultipleFilePositionContext)

Exit a parse tree produced by multipleFilePosition().

The default implementation does nothing.

Declaration
public virtual void ExitMultipleFilePosition(Cobol85Parser.MultipleFilePositionContext context)
Parameters
Type Name Description
Cobol85Parser.MultipleFilePositionContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplyGiving(Cobol85Parser.MultiplyGivingContext)

Exit a parse tree produced by multiplyGiving().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplyGiving(Cobol85Parser.MultiplyGivingContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyGivingContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplyGivingOperand(Cobol85Parser.MultiplyGivingOperandContext)

Exit a parse tree produced by multiplyGivingOperand().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplyGivingOperand(Cobol85Parser.MultiplyGivingOperandContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyGivingOperandContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplyGivingResult(Cobol85Parser.MultiplyGivingResultContext)

Exit a parse tree produced by multiplyGivingResult().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplyGivingResult(Cobol85Parser.MultiplyGivingResultContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyGivingResultContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplyRegular(Cobol85Parser.MultiplyRegularContext)

Exit a parse tree produced by multiplyRegular().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplyRegular(Cobol85Parser.MultiplyRegularContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyRegularContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplyRegularOperand(Cobol85Parser.MultiplyRegularOperandContext)

Exit a parse tree produced by multiplyRegularOperand().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplyRegularOperand(Cobol85Parser.MultiplyRegularOperandContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyRegularOperandContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplyStatement(Cobol85Parser.MultiplyStatementContext)

Exit a parse tree produced by multiplyStatement().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplyStatement(Cobol85Parser.MultiplyStatementContext context)
Parameters
Type Name Description
Cobol85Parser.MultiplyStatementContext context

The parse tree.

| Improve this Doc View Source

ExitNotAtEndPhrase(Cobol85Parser.NotAtEndPhraseContext)

Exit a parse tree produced by notAtEndPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitNotAtEndPhrase(Cobol85Parser.NotAtEndPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.NotAtEndPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitNotInvalidKeyPhrase(Cobol85Parser.NotInvalidKeyPhraseContext)

Exit a parse tree produced by notInvalidKeyPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitNotInvalidKeyPhrase(Cobol85Parser.NotInvalidKeyPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.NotInvalidKeyPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitNotOnExceptionClause(Cobol85Parser.NotOnExceptionClauseContext)

Exit a parse tree produced by notOnExceptionClause().

The default implementation does nothing.

Declaration
public virtual void ExitNotOnExceptionClause(Cobol85Parser.NotOnExceptionClauseContext context)
Parameters
Type Name Description
Cobol85Parser.NotOnExceptionClauseContext context

The parse tree.

| Improve this Doc View Source

ExitNotOnOverflowPhrase(Cobol85Parser.NotOnOverflowPhraseContext)

Exit a parse tree produced by notOnOverflowPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitNotOnOverflowPhrase(Cobol85Parser.NotOnOverflowPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.NotOnOverflowPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitNotOnSizeErrorPhrase(Cobol85Parser.NotOnSizeErrorPhraseContext)

Exit a parse tree produced by notOnSizeErrorPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitNotOnSizeErrorPhrase(Cobol85Parser.NotOnSizeErrorPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.NotOnSizeErrorPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitNumericLiteral(Cobol85Parser.NumericLiteralContext)

Exit a parse tree produced by numericLiteral().

The default implementation does nothing.

Declaration
public virtual void ExitNumericLiteral(Cobol85Parser.NumericLiteralContext context)
Parameters
Type Name Description
Cobol85Parser.NumericLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitObjectComputerClause(Cobol85Parser.ObjectComputerClauseContext)

Exit a parse tree produced by objectComputerClause().

The default implementation does nothing.

Declaration
public virtual void ExitObjectComputerClause(Cobol85Parser.ObjectComputerClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ObjectComputerClauseContext context

The parse tree.

| Improve this Doc View Source

ExitObjectComputerParagraph(Cobol85Parser.ObjectComputerParagraphContext)

Exit a parse tree produced by objectComputerParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitObjectComputerParagraph(Cobol85Parser.ObjectComputerParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.ObjectComputerParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitOdtClause(Cobol85Parser.OdtClauseContext)

Exit a parse tree produced by odtClause().

The default implementation does nothing.

Declaration
public virtual void ExitOdtClause(Cobol85Parser.OdtClauseContext context)
Parameters
Type Name Description
Cobol85Parser.OdtClauseContext context

The parse tree.

| Improve this Doc View Source

ExitOnExceptionClause(Cobol85Parser.OnExceptionClauseContext)

Exit a parse tree produced by onExceptionClause().

The default implementation does nothing.

Declaration
public virtual void ExitOnExceptionClause(Cobol85Parser.OnExceptionClauseContext context)
Parameters
Type Name Description
Cobol85Parser.OnExceptionClauseContext context

The parse tree.

| Improve this Doc View Source

ExitOnOverflowPhrase(Cobol85Parser.OnOverflowPhraseContext)

Exit a parse tree produced by onOverflowPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitOnOverflowPhrase(Cobol85Parser.OnOverflowPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.OnOverflowPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitOnSizeErrorPhrase(Cobol85Parser.OnSizeErrorPhraseContext)

Exit a parse tree produced by onSizeErrorPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitOnSizeErrorPhrase(Cobol85Parser.OnSizeErrorPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.OnSizeErrorPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitOpenExtendStatement(Cobol85Parser.OpenExtendStatementContext)

Exit a parse tree produced by openExtendStatement().

The default implementation does nothing.

Declaration
public virtual void ExitOpenExtendStatement(Cobol85Parser.OpenExtendStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenExtendStatementContext context

The parse tree.

| Improve this Doc View Source

ExitOpenInput(Cobol85Parser.OpenInputContext)

Exit a parse tree produced by openInput().

The default implementation does nothing.

Declaration
public virtual void ExitOpenInput(Cobol85Parser.OpenInputContext context)
Parameters
Type Name Description
Cobol85Parser.OpenInputContext context

The parse tree.

| Improve this Doc View Source

ExitOpenInputStatement(Cobol85Parser.OpenInputStatementContext)

Exit a parse tree produced by openInputStatement().

The default implementation does nothing.

Declaration
public virtual void ExitOpenInputStatement(Cobol85Parser.OpenInputStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenInputStatementContext context

The parse tree.

| Improve this Doc View Source

ExitOpenIOStatement(Cobol85Parser.OpenIOStatementContext)

Exit a parse tree produced by openIOStatement().

The default implementation does nothing.

Declaration
public virtual void ExitOpenIOStatement(Cobol85Parser.OpenIOStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenIOStatementContext context

The parse tree.

| Improve this Doc View Source

ExitOpenOutput(Cobol85Parser.OpenOutputContext)

Exit a parse tree produced by openOutput().

The default implementation does nothing.

Declaration
public virtual void ExitOpenOutput(Cobol85Parser.OpenOutputContext context)
Parameters
Type Name Description
Cobol85Parser.OpenOutputContext context

The parse tree.

| Improve this Doc View Source

ExitOpenOutputStatement(Cobol85Parser.OpenOutputStatementContext)

Exit a parse tree produced by openOutputStatement().

The default implementation does nothing.

Declaration
public virtual void ExitOpenOutputStatement(Cobol85Parser.OpenOutputStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenOutputStatementContext context

The parse tree.

| Improve this Doc View Source

ExitOpenStatement(Cobol85Parser.OpenStatementContext)

Exit a parse tree produced by openStatement().

The default implementation does nothing.

Declaration
public virtual void ExitOpenStatement(Cobol85Parser.OpenStatementContext context)
Parameters
Type Name Description
Cobol85Parser.OpenStatementContext context

The parse tree.

| Improve this Doc View Source

ExitOrganizationClause(Cobol85Parser.OrganizationClauseContext)

Exit a parse tree produced by organizationClause().

The default implementation does nothing.

Declaration
public virtual void ExitOrganizationClause(Cobol85Parser.OrganizationClauseContext context)
Parameters
Type Name Description
Cobol85Parser.OrganizationClauseContext context

The parse tree.

| Improve this Doc View Source

ExitPaddingCharacterClause(Cobol85Parser.PaddingCharacterClauseContext)

Exit a parse tree produced by paddingCharacterClause().

The default implementation does nothing.

Declaration
public virtual void ExitPaddingCharacterClause(Cobol85Parser.PaddingCharacterClauseContext context)
Parameters
Type Name Description
Cobol85Parser.PaddingCharacterClauseContext context

The parse tree.

| Improve this Doc View Source

ExitParagraph(Cobol85Parser.ParagraphContext)

Exit a parse tree produced by paragraph().

The default implementation does nothing.

Declaration
public virtual void ExitParagraph(Cobol85Parser.ParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.ParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitParagraphName(Cobol85Parser.ParagraphNameContext)

Exit a parse tree produced by paragraphName().

The default implementation does nothing.

Declaration
public virtual void ExitParagraphName(Cobol85Parser.ParagraphNameContext context)
Parameters
Type Name Description
Cobol85Parser.ParagraphNameContext context

The parse tree.

| Improve this Doc View Source

ExitParagraphs(Cobol85Parser.ParagraphsContext)

Exit a parse tree produced by paragraphs().

The default implementation does nothing.

Declaration
public virtual void ExitParagraphs(Cobol85Parser.ParagraphsContext context)
Parameters
Type Name Description
Cobol85Parser.ParagraphsContext context

The parse tree.

| Improve this Doc View Source

ExitPasswordClause(Cobol85Parser.PasswordClauseContext)

Exit a parse tree produced by passwordClause().

The default implementation does nothing.

Declaration
public virtual void ExitPasswordClause(Cobol85Parser.PasswordClauseContext context)
Parameters
Type Name Description
Cobol85Parser.PasswordClauseContext context

The parse tree.

| Improve this Doc View Source

ExitPerformAfter(Cobol85Parser.PerformAfterContext)

Exit a parse tree produced by performAfter().

The default implementation does nothing.

Declaration
public virtual void ExitPerformAfter(Cobol85Parser.PerformAfterContext context)
Parameters
Type Name Description
Cobol85Parser.PerformAfterContext context

The parse tree.

| Improve this Doc View Source

ExitPerformBy(Cobol85Parser.PerformByContext)

Exit a parse tree produced by performBy().

The default implementation does nothing.

Declaration
public virtual void ExitPerformBy(Cobol85Parser.PerformByContext context)
Parameters
Type Name Description
Cobol85Parser.PerformByContext context

The parse tree.

| Improve this Doc View Source

ExitPerformFrom(Cobol85Parser.PerformFromContext)

Exit a parse tree produced by performFrom().

The default implementation does nothing.

Declaration
public virtual void ExitPerformFrom(Cobol85Parser.PerformFromContext context)
Parameters
Type Name Description
Cobol85Parser.PerformFromContext context

The parse tree.

| Improve this Doc View Source

ExitPerformInlineStatement(Cobol85Parser.PerformInlineStatementContext)

Exit a parse tree produced by performInlineStatement().

The default implementation does nothing.

Declaration
public virtual void ExitPerformInlineStatement(Cobol85Parser.PerformInlineStatementContext context)
Parameters
Type Name Description
Cobol85Parser.PerformInlineStatementContext context

The parse tree.

| Improve this Doc View Source

ExitPerformProcedureStatement(Cobol85Parser.PerformProcedureStatementContext)

Exit a parse tree produced by performProcedureStatement().

The default implementation does nothing.

Declaration
public virtual void ExitPerformProcedureStatement(Cobol85Parser.PerformProcedureStatementContext context)
Parameters
Type Name Description
Cobol85Parser.PerformProcedureStatementContext context

The parse tree.

| Improve this Doc View Source

ExitPerformStatement(Cobol85Parser.PerformStatementContext)

Exit a parse tree produced by performStatement().

The default implementation does nothing.

Declaration
public virtual void ExitPerformStatement(Cobol85Parser.PerformStatementContext context)
Parameters
Type Name Description
Cobol85Parser.PerformStatementContext context

The parse tree.

| Improve this Doc View Source

ExitPerformTestClause(Cobol85Parser.PerformTestClauseContext)

Exit a parse tree produced by performTestClause().

The default implementation does nothing.

Declaration
public virtual void ExitPerformTestClause(Cobol85Parser.PerformTestClauseContext context)
Parameters
Type Name Description
Cobol85Parser.PerformTestClauseContext context

The parse tree.

| Improve this Doc View Source

ExitPerformTimes(Cobol85Parser.PerformTimesContext)

Exit a parse tree produced by performTimes().

The default implementation does nothing.

Declaration
public virtual void ExitPerformTimes(Cobol85Parser.PerformTimesContext context)
Parameters
Type Name Description
Cobol85Parser.PerformTimesContext context

The parse tree.

| Improve this Doc View Source

ExitPerformType(Cobol85Parser.PerformTypeContext)

Exit a parse tree produced by performType().

The default implementation does nothing.

Declaration
public virtual void ExitPerformType(Cobol85Parser.PerformTypeContext context)
Parameters
Type Name Description
Cobol85Parser.PerformTypeContext context

The parse tree.

| Improve this Doc View Source

ExitPerformUntil(Cobol85Parser.PerformUntilContext)

Exit a parse tree produced by performUntil().

The default implementation does nothing.

Declaration
public virtual void ExitPerformUntil(Cobol85Parser.PerformUntilContext context)
Parameters
Type Name Description
Cobol85Parser.PerformUntilContext context

The parse tree.

| Improve this Doc View Source

ExitPerformVarying(Cobol85Parser.PerformVaryingContext)

Exit a parse tree produced by performVarying().

The default implementation does nothing.

Declaration
public virtual void ExitPerformVarying(Cobol85Parser.PerformVaryingContext context)
Parameters
Type Name Description
Cobol85Parser.PerformVaryingContext context

The parse tree.

| Improve this Doc View Source

ExitPerformVaryingClause(Cobol85Parser.PerformVaryingClauseContext)

Exit a parse tree produced by performVaryingClause().

The default implementation does nothing.

Declaration
public virtual void ExitPerformVaryingClause(Cobol85Parser.PerformVaryingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.PerformVaryingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitPerformVaryingPhrase(Cobol85Parser.PerformVaryingPhraseContext)

Exit a parse tree produced by performVaryingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitPerformVaryingPhrase(Cobol85Parser.PerformVaryingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.PerformVaryingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitPictureCardinality(Cobol85Parser.PictureCardinalityContext)

Exit a parse tree produced by pictureCardinality().

The default implementation does nothing.

Declaration
public virtual void ExitPictureCardinality(Cobol85Parser.PictureCardinalityContext context)
Parameters
Type Name Description
Cobol85Parser.PictureCardinalityContext context

The parse tree.

| Improve this Doc View Source

ExitPictureChars(Cobol85Parser.PictureCharsContext)

Exit a parse tree produced by pictureChars().

The default implementation does nothing.

Declaration
public virtual void ExitPictureChars(Cobol85Parser.PictureCharsContext context)
Parameters
Type Name Description
Cobol85Parser.PictureCharsContext context

The parse tree.

| Improve this Doc View Source

ExitPictureString(Cobol85Parser.PictureStringContext)

Exit a parse tree produced by pictureString().

The default implementation does nothing.

Declaration
public virtual void ExitPictureString(Cobol85Parser.PictureStringContext context)
Parameters
Type Name Description
Cobol85Parser.PictureStringContext context

The parse tree.

| Improve this Doc View Source

ExitPlusMinus(Cobol85Parser.PlusMinusContext)

Exit a parse tree produced by plusMinus().

The default implementation does nothing.

Declaration
public virtual void ExitPlusMinus(Cobol85Parser.PlusMinusContext context)
Parameters
Type Name Description
Cobol85Parser.PlusMinusContext context

The parse tree.

| Improve this Doc View Source

ExitPower(Cobol85Parser.PowerContext)

Exit a parse tree produced by power().

The default implementation does nothing.

Declaration
public virtual void ExitPower(Cobol85Parser.PowerContext context)
Parameters
Type Name Description
Cobol85Parser.PowerContext context

The parse tree.

| Improve this Doc View Source

ExitPowers(Cobol85Parser.PowersContext)

Exit a parse tree produced by powers().

The default implementation does nothing.

Declaration
public virtual void ExitPowers(Cobol85Parser.PowersContext context)
Parameters
Type Name Description
Cobol85Parser.PowersContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDeclarative(Cobol85Parser.ProcedureDeclarativeContext)

Exit a parse tree produced by procedureDeclarative().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDeclarative(Cobol85Parser.ProcedureDeclarativeContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDeclarativeContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDeclaratives(Cobol85Parser.ProcedureDeclarativesContext)

Exit a parse tree produced by procedureDeclaratives().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDeclaratives(Cobol85Parser.ProcedureDeclarativesContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDeclarativesContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivision(Cobol85Parser.ProcedureDivisionContext)

Exit a parse tree produced by procedureDivision().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivision(Cobol85Parser.ProcedureDivisionContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivisionBody(Cobol85Parser.ProcedureDivisionBodyContext)

Exit a parse tree produced by procedureDivisionBody().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivisionBody(Cobol85Parser.ProcedureDivisionBodyContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionBodyContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivisionByReference(Cobol85Parser.ProcedureDivisionByReferenceContext)

Exit a parse tree produced by procedureDivisionByReference().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivisionByReference(Cobol85Parser.ProcedureDivisionByReferenceContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionByReferenceContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivisionByReferencePhrase(Cobol85Parser.ProcedureDivisionByReferencePhraseContext)

Exit a parse tree produced by procedureDivisionByReferencePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivisionByReferencePhrase(Cobol85Parser.ProcedureDivisionByReferencePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionByReferencePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivisionByValue(Cobol85Parser.ProcedureDivisionByValueContext)

Exit a parse tree produced by procedureDivisionByValue().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivisionByValue(Cobol85Parser.ProcedureDivisionByValueContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionByValueContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivisionByValuePhrase(Cobol85Parser.ProcedureDivisionByValuePhraseContext)

Exit a parse tree produced by procedureDivisionByValuePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivisionByValuePhrase(Cobol85Parser.ProcedureDivisionByValuePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionByValuePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivisionGivingClause(Cobol85Parser.ProcedureDivisionGivingClauseContext)

Exit a parse tree produced by procedureDivisionGivingClause().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivisionGivingClause(Cobol85Parser.ProcedureDivisionGivingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionGivingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivisionUsingClause(Cobol85Parser.ProcedureDivisionUsingClauseContext)

Exit a parse tree produced by procedureDivisionUsingClause().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivisionUsingClause(Cobol85Parser.ProcedureDivisionUsingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionUsingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureDivisionUsingParameter(Cobol85Parser.ProcedureDivisionUsingParameterContext)

Exit a parse tree produced by procedureDivisionUsingParameter().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureDivisionUsingParameter(Cobol85Parser.ProcedureDivisionUsingParameterContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureDivisionUsingParameterContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureName(Cobol85Parser.ProcedureNameContext)

Exit a parse tree produced by procedureName().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureName(Cobol85Parser.ProcedureNameContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureNameContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureSection(Cobol85Parser.ProcedureSectionContext)

Exit a parse tree produced by procedureSection().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureSection(Cobol85Parser.ProcedureSectionContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureSectionContext context

The parse tree.

| Improve this Doc View Source

ExitProcedureSectionHeader(Cobol85Parser.ProcedureSectionHeaderContext)

Exit a parse tree produced by procedureSectionHeader().

The default implementation does nothing.

Declaration
public virtual void ExitProcedureSectionHeader(Cobol85Parser.ProcedureSectionHeaderContext context)
Parameters
Type Name Description
Cobol85Parser.ProcedureSectionHeaderContext context

The parse tree.

| Improve this Doc View Source

ExitProgramIdParagraph(Cobol85Parser.ProgramIdParagraphContext)

Exit a parse tree produced by programIdParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitProgramIdParagraph(Cobol85Parser.ProgramIdParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.ProgramIdParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitProgramLibrarySection(Cobol85Parser.ProgramLibrarySectionContext)

Exit a parse tree produced by programLibrarySection().

The default implementation does nothing.

Declaration
public virtual void ExitProgramLibrarySection(Cobol85Parser.ProgramLibrarySectionContext context)
Parameters
Type Name Description
Cobol85Parser.ProgramLibrarySectionContext context

The parse tree.

| Improve this Doc View Source

ExitProgramName(Cobol85Parser.ProgramNameContext)

Exit a parse tree produced by programName().

The default implementation does nothing.

Declaration
public virtual void ExitProgramName(Cobol85Parser.ProgramNameContext context)
Parameters
Type Name Description
Cobol85Parser.ProgramNameContext context

The parse tree.

| Improve this Doc View Source

ExitProgramUnit(Cobol85Parser.ProgramUnitContext)

Exit a parse tree produced by programUnit().

The default implementation does nothing.

Declaration
public virtual void ExitProgramUnit(Cobol85Parser.ProgramUnitContext context)
Parameters
Type Name Description
Cobol85Parser.ProgramUnitContext context

The parse tree.

| Improve this Doc View Source

ExitPurgeStatement(Cobol85Parser.PurgeStatementContext)

Exit a parse tree produced by purgeStatement().

The default implementation does nothing.

Declaration
public virtual void ExitPurgeStatement(Cobol85Parser.PurgeStatementContext context)
Parameters
Type Name Description
Cobol85Parser.PurgeStatementContext context

The parse tree.

| Improve this Doc View Source

ExitQualifiedDataName(Cobol85Parser.QualifiedDataNameContext)

Exit a parse tree produced by qualifiedDataName().

The default implementation does nothing.

Declaration
public virtual void ExitQualifiedDataName(Cobol85Parser.QualifiedDataNameContext context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameContext context

The parse tree.

| Improve this Doc View Source

ExitQualifiedDataNameFormat1(Cobol85Parser.QualifiedDataNameFormat1Context)

Exit a parse tree produced by qualifiedDataNameFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitQualifiedDataNameFormat1(Cobol85Parser.QualifiedDataNameFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitQualifiedDataNameFormat2(Cobol85Parser.QualifiedDataNameFormat2Context)

Exit a parse tree produced by qualifiedDataNameFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitQualifiedDataNameFormat2(Cobol85Parser.QualifiedDataNameFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitQualifiedDataNameFormat3(Cobol85Parser.QualifiedDataNameFormat3Context)

Exit a parse tree produced by qualifiedDataNameFormat3().

The default implementation does nothing.

Declaration
public virtual void ExitQualifiedDataNameFormat3(Cobol85Parser.QualifiedDataNameFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameFormat3Context context

The parse tree.

| Improve this Doc View Source

ExitQualifiedDataNameFormat4(Cobol85Parser.QualifiedDataNameFormat4Context)

Exit a parse tree produced by qualifiedDataNameFormat4().

The default implementation does nothing.

Declaration
public virtual void ExitQualifiedDataNameFormat4(Cobol85Parser.QualifiedDataNameFormat4Context context)
Parameters
Type Name Description
Cobol85Parser.QualifiedDataNameFormat4Context context

The parse tree.

| Improve this Doc View Source

ExitQualifiedInData(Cobol85Parser.QualifiedInDataContext)

Exit a parse tree produced by qualifiedInData().

The default implementation does nothing.

Declaration
public virtual void ExitQualifiedInData(Cobol85Parser.QualifiedInDataContext context)
Parameters
Type Name Description
Cobol85Parser.QualifiedInDataContext context

The parse tree.

| Improve this Doc View Source

ExitReadInto(Cobol85Parser.ReadIntoContext)

Exit a parse tree produced by readInto().

The default implementation does nothing.

Declaration
public virtual void ExitReadInto(Cobol85Parser.ReadIntoContext context)
Parameters
Type Name Description
Cobol85Parser.ReadIntoContext context

The parse tree.

| Improve this Doc View Source

ExitReadKey(Cobol85Parser.ReadKeyContext)

Exit a parse tree produced by readKey().

The default implementation does nothing.

Declaration
public virtual void ExitReadKey(Cobol85Parser.ReadKeyContext context)
Parameters
Type Name Description
Cobol85Parser.ReadKeyContext context

The parse tree.

| Improve this Doc View Source

ExitReadStatement(Cobol85Parser.ReadStatementContext)

Exit a parse tree produced by readStatement().

The default implementation does nothing.

Declaration
public virtual void ExitReadStatement(Cobol85Parser.ReadStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReadStatementContext context

The parse tree.

| Improve this Doc View Source

ExitReadWith(Cobol85Parser.ReadWithContext)

Exit a parse tree produced by readWith().

The default implementation does nothing.

Declaration
public virtual void ExitReadWith(Cobol85Parser.ReadWithContext context)
Parameters
Type Name Description
Cobol85Parser.ReadWithContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveBefore(Cobol85Parser.ReceiveBeforeContext)

Exit a parse tree produced by receiveBefore().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveBefore(Cobol85Parser.ReceiveBeforeContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveBeforeContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveFrom(Cobol85Parser.ReceiveFromContext)

Exit a parse tree produced by receiveFrom().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveFrom(Cobol85Parser.ReceiveFromContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveFromContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveFromStatement(Cobol85Parser.ReceiveFromStatementContext)

Exit a parse tree produced by receiveFromStatement().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveFromStatement(Cobol85Parser.ReceiveFromStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveFromStatementContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveIntoStatement(Cobol85Parser.ReceiveIntoStatementContext)

Exit a parse tree produced by receiveIntoStatement().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveIntoStatement(Cobol85Parser.ReceiveIntoStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveIntoStatementContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveNoData(Cobol85Parser.ReceiveNoDataContext)

Exit a parse tree produced by receiveNoData().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveNoData(Cobol85Parser.ReceiveNoDataContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveNoDataContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveSize(Cobol85Parser.ReceiveSizeContext)

Exit a parse tree produced by receiveSize().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveSize(Cobol85Parser.ReceiveSizeContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveSizeContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveStatement(Cobol85Parser.ReceiveStatementContext)

Exit a parse tree produced by receiveStatement().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveStatement(Cobol85Parser.ReceiveStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveStatementContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveStatus(Cobol85Parser.ReceiveStatusContext)

Exit a parse tree produced by receiveStatus().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveStatus(Cobol85Parser.ReceiveStatusContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveStatusContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveThread(Cobol85Parser.ReceiveThreadContext)

Exit a parse tree produced by receiveThread().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveThread(Cobol85Parser.ReceiveThreadContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveThreadContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveWith(Cobol85Parser.ReceiveWithContext)

Exit a parse tree produced by receiveWith().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveWith(Cobol85Parser.ReceiveWithContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveWithContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveWithData(Cobol85Parser.ReceiveWithDataContext)

Exit a parse tree produced by receiveWithData().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveWithData(Cobol85Parser.ReceiveWithDataContext context)
Parameters
Type Name Description
Cobol85Parser.ReceiveWithDataContext context

The parse tree.

| Improve this Doc View Source

ExitRecordContainsClause(Cobol85Parser.RecordContainsClauseContext)

Exit a parse tree produced by recordContainsClause().

The default implementation does nothing.

Declaration
public virtual void ExitRecordContainsClause(Cobol85Parser.RecordContainsClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsClauseContext context

The parse tree.

| Improve this Doc View Source

ExitRecordContainsClauseFormat1(Cobol85Parser.RecordContainsClauseFormat1Context)

Exit a parse tree produced by recordContainsClauseFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitRecordContainsClauseFormat1(Cobol85Parser.RecordContainsClauseFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsClauseFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitRecordContainsClauseFormat2(Cobol85Parser.RecordContainsClauseFormat2Context)

Exit a parse tree produced by recordContainsClauseFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitRecordContainsClauseFormat2(Cobol85Parser.RecordContainsClauseFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsClauseFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitRecordContainsClauseFormat3(Cobol85Parser.RecordContainsClauseFormat3Context)

Exit a parse tree produced by recordContainsClauseFormat3().

The default implementation does nothing.

Declaration
public virtual void ExitRecordContainsClauseFormat3(Cobol85Parser.RecordContainsClauseFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsClauseFormat3Context context

The parse tree.

| Improve this Doc View Source

ExitRecordContainsTo(Cobol85Parser.RecordContainsToContext)

Exit a parse tree produced by recordContainsTo().

The default implementation does nothing.

Declaration
public virtual void ExitRecordContainsTo(Cobol85Parser.RecordContainsToContext context)
Parameters
Type Name Description
Cobol85Parser.RecordContainsToContext context

The parse tree.

| Improve this Doc View Source

ExitRecordDelimiterClause(Cobol85Parser.RecordDelimiterClauseContext)

Exit a parse tree produced by recordDelimiterClause().

The default implementation does nothing.

Declaration
public virtual void ExitRecordDelimiterClause(Cobol85Parser.RecordDelimiterClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RecordDelimiterClauseContext context

The parse tree.

| Improve this Doc View Source

ExitRecordingModeClause(Cobol85Parser.RecordingModeClauseContext)

Exit a parse tree produced by recordingModeClause().

The default implementation does nothing.

Declaration
public virtual void ExitRecordingModeClause(Cobol85Parser.RecordingModeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RecordingModeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitRecordKeyClause(Cobol85Parser.RecordKeyClauseContext)

Exit a parse tree produced by recordKeyClause().

The default implementation does nothing.

Declaration
public virtual void ExitRecordKeyClause(Cobol85Parser.RecordKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RecordKeyClauseContext context

The parse tree.

| Improve this Doc View Source

ExitRecordName(Cobol85Parser.RecordNameContext)

Exit a parse tree produced by recordName().

The default implementation does nothing.

Declaration
public virtual void ExitRecordName(Cobol85Parser.RecordNameContext context)
Parameters
Type Name Description
Cobol85Parser.RecordNameContext context

The parse tree.

| Improve this Doc View Source

ExitReferenceModifier(Cobol85Parser.ReferenceModifierContext)

Exit a parse tree produced by referenceModifier().

The default implementation does nothing.

Declaration
public virtual void ExitReferenceModifier(Cobol85Parser.ReferenceModifierContext context)
Parameters
Type Name Description
Cobol85Parser.ReferenceModifierContext context

The parse tree.

| Improve this Doc View Source

ExitRelationalOperator(Cobol85Parser.RelationalOperatorContext)

Exit a parse tree produced by relationalOperator().

The default implementation does nothing.

Declaration
public virtual void ExitRelationalOperator(Cobol85Parser.RelationalOperatorContext context)
Parameters
Type Name Description
Cobol85Parser.RelationalOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitRelationArithmeticComparison(Cobol85Parser.RelationArithmeticComparisonContext)

Exit a parse tree produced by relationArithmeticComparison().

The default implementation does nothing.

Declaration
public virtual void ExitRelationArithmeticComparison(Cobol85Parser.RelationArithmeticComparisonContext context)
Parameters
Type Name Description
Cobol85Parser.RelationArithmeticComparisonContext context

The parse tree.

| Improve this Doc View Source

ExitRelationCombinedComparison(Cobol85Parser.RelationCombinedComparisonContext)

Exit a parse tree produced by relationCombinedComparison().

The default implementation does nothing.

Declaration
public virtual void ExitRelationCombinedComparison(Cobol85Parser.RelationCombinedComparisonContext context)
Parameters
Type Name Description
Cobol85Parser.RelationCombinedComparisonContext context

The parse tree.

| Improve this Doc View Source

ExitRelationCombinedCondition(Cobol85Parser.RelationCombinedConditionContext)

Exit a parse tree produced by relationCombinedCondition().

The default implementation does nothing.

Declaration
public virtual void ExitRelationCombinedCondition(Cobol85Parser.RelationCombinedConditionContext context)
Parameters
Type Name Description
Cobol85Parser.RelationCombinedConditionContext context

The parse tree.

| Improve this Doc View Source

ExitRelationCondition(Cobol85Parser.RelationConditionContext)

Exit a parse tree produced by relationCondition().

The default implementation does nothing.

Declaration
public virtual void ExitRelationCondition(Cobol85Parser.RelationConditionContext context)
Parameters
Type Name Description
Cobol85Parser.RelationConditionContext context

The parse tree.

| Improve this Doc View Source

ExitRelationSignCondition(Cobol85Parser.RelationSignConditionContext)

Exit a parse tree produced by relationSignCondition().

The default implementation does nothing.

Declaration
public virtual void ExitRelationSignCondition(Cobol85Parser.RelationSignConditionContext context)
Parameters
Type Name Description
Cobol85Parser.RelationSignConditionContext context

The parse tree.

| Improve this Doc View Source

ExitRelativeKeyClause(Cobol85Parser.RelativeKeyClauseContext)

Exit a parse tree produced by relativeKeyClause().

The default implementation does nothing.

Declaration
public virtual void ExitRelativeKeyClause(Cobol85Parser.RelativeKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RelativeKeyClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReleaseStatement(Cobol85Parser.ReleaseStatementContext)

Exit a parse tree produced by releaseStatement().

The default implementation does nothing.

Declaration
public virtual void ExitReleaseStatement(Cobol85Parser.ReleaseStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReleaseStatementContext context

The parse tree.

| Improve this Doc View Source

ExitRemarksParagraph(Cobol85Parser.RemarksParagraphContext)

Exit a parse tree produced by remarksParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitRemarksParagraph(Cobol85Parser.RemarksParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.RemarksParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitReportClause(Cobol85Parser.ReportClauseContext)

Exit a parse tree produced by reportClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportClause(Cobol85Parser.ReportClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportDescription(Cobol85Parser.ReportDescriptionContext)

Exit a parse tree produced by reportDescription().

The default implementation does nothing.

Declaration
public virtual void ExitReportDescription(Cobol85Parser.ReportDescriptionContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionContext context

The parse tree.

| Improve this Doc View Source

ExitReportDescriptionEntry(Cobol85Parser.ReportDescriptionEntryContext)

Exit a parse tree produced by reportDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void ExitReportDescriptionEntry(Cobol85Parser.ReportDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

ExitReportDescriptionFirstDetailClause(Cobol85Parser.ReportDescriptionFirstDetailClauseContext)

Exit a parse tree produced by reportDescriptionFirstDetailClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportDescriptionFirstDetailClause(Cobol85Parser.ReportDescriptionFirstDetailClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionFirstDetailClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportDescriptionFootingClause(Cobol85Parser.ReportDescriptionFootingClauseContext)

Exit a parse tree produced by reportDescriptionFootingClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportDescriptionFootingClause(Cobol85Parser.ReportDescriptionFootingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionFootingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportDescriptionGlobalClause(Cobol85Parser.ReportDescriptionGlobalClauseContext)

Exit a parse tree produced by reportDescriptionGlobalClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportDescriptionGlobalClause(Cobol85Parser.ReportDescriptionGlobalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionGlobalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportDescriptionHeadingClause(Cobol85Parser.ReportDescriptionHeadingClauseContext)

Exit a parse tree produced by reportDescriptionHeadingClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportDescriptionHeadingClause(Cobol85Parser.ReportDescriptionHeadingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionHeadingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportDescriptionLastDetailClause(Cobol85Parser.ReportDescriptionLastDetailClauseContext)

Exit a parse tree produced by reportDescriptionLastDetailClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportDescriptionLastDetailClause(Cobol85Parser.ReportDescriptionLastDetailClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionLastDetailClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportDescriptionPageLimitClause(Cobol85Parser.ReportDescriptionPageLimitClauseContext)

Exit a parse tree produced by reportDescriptionPageLimitClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportDescriptionPageLimitClause(Cobol85Parser.ReportDescriptionPageLimitClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportDescriptionPageLimitClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupBlankWhenZeroClause(Cobol85Parser.ReportGroupBlankWhenZeroClauseContext)

Exit a parse tree produced by reportGroupBlankWhenZeroClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupBlankWhenZeroClause(Cobol85Parser.ReportGroupBlankWhenZeroClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupBlankWhenZeroClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupColumnNumberClause(Cobol85Parser.ReportGroupColumnNumberClauseContext)

Exit a parse tree produced by reportGroupColumnNumberClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupColumnNumberClause(Cobol85Parser.ReportGroupColumnNumberClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupColumnNumberClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupDescriptionEntry(Cobol85Parser.ReportGroupDescriptionEntryContext)

Exit a parse tree produced by reportGroupDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupDescriptionEntry(Cobol85Parser.ReportGroupDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupDescriptionEntryFormat1(Cobol85Parser.ReportGroupDescriptionEntryFormat1Context)

Exit a parse tree produced by reportGroupDescriptionEntryFormat1().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupDescriptionEntryFormat1(Cobol85Parser.ReportGroupDescriptionEntryFormat1Context context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupDescriptionEntryFormat1Context context

The parse tree.

| Improve this Doc View Source

ExitReportGroupDescriptionEntryFormat2(Cobol85Parser.ReportGroupDescriptionEntryFormat2Context)

Exit a parse tree produced by reportGroupDescriptionEntryFormat2().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupDescriptionEntryFormat2(Cobol85Parser.ReportGroupDescriptionEntryFormat2Context context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupDescriptionEntryFormat2Context context

The parse tree.

| Improve this Doc View Source

ExitReportGroupDescriptionEntryFormat3(Cobol85Parser.ReportGroupDescriptionEntryFormat3Context)

Exit a parse tree produced by reportGroupDescriptionEntryFormat3().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupDescriptionEntryFormat3(Cobol85Parser.ReportGroupDescriptionEntryFormat3Context context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupDescriptionEntryFormat3Context context

The parse tree.

| Improve this Doc View Source

ExitReportGroupIndicateClause(Cobol85Parser.ReportGroupIndicateClauseContext)

Exit a parse tree produced by reportGroupIndicateClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupIndicateClause(Cobol85Parser.ReportGroupIndicateClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupIndicateClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupJustifiedClause(Cobol85Parser.ReportGroupJustifiedClauseContext)

Exit a parse tree produced by reportGroupJustifiedClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupJustifiedClause(Cobol85Parser.ReportGroupJustifiedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupJustifiedClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupLineNumberClause(Cobol85Parser.ReportGroupLineNumberClauseContext)

Exit a parse tree produced by reportGroupLineNumberClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupLineNumberClause(Cobol85Parser.ReportGroupLineNumberClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupLineNumberClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupLineNumberNextPage(Cobol85Parser.ReportGroupLineNumberNextPageContext)

Exit a parse tree produced by reportGroupLineNumberNextPage().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupLineNumberNextPage(Cobol85Parser.ReportGroupLineNumberNextPageContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupLineNumberNextPageContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupLineNumberPlus(Cobol85Parser.ReportGroupLineNumberPlusContext)

Exit a parse tree produced by reportGroupLineNumberPlus().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupLineNumberPlus(Cobol85Parser.ReportGroupLineNumberPlusContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupLineNumberPlusContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupNextGroupClause(Cobol85Parser.ReportGroupNextGroupClauseContext)

Exit a parse tree produced by reportGroupNextGroupClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupNextGroupClause(Cobol85Parser.ReportGroupNextGroupClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupNextGroupClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupNextGroupNextPage(Cobol85Parser.ReportGroupNextGroupNextPageContext)

Exit a parse tree produced by reportGroupNextGroupNextPage().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupNextGroupNextPage(Cobol85Parser.ReportGroupNextGroupNextPageContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupNextGroupNextPageContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupNextGroupPlus(Cobol85Parser.ReportGroupNextGroupPlusContext)

Exit a parse tree produced by reportGroupNextGroupPlus().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupNextGroupPlus(Cobol85Parser.ReportGroupNextGroupPlusContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupNextGroupPlusContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupPictureClause(Cobol85Parser.ReportGroupPictureClauseContext)

Exit a parse tree produced by reportGroupPictureClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupPictureClause(Cobol85Parser.ReportGroupPictureClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupPictureClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupResetClause(Cobol85Parser.ReportGroupResetClauseContext)

Exit a parse tree produced by reportGroupResetClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupResetClause(Cobol85Parser.ReportGroupResetClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupResetClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupSignClause(Cobol85Parser.ReportGroupSignClauseContext)

Exit a parse tree produced by reportGroupSignClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupSignClause(Cobol85Parser.ReportGroupSignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupSignClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupSourceClause(Cobol85Parser.ReportGroupSourceClauseContext)

Exit a parse tree produced by reportGroupSourceClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupSourceClause(Cobol85Parser.ReportGroupSourceClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupSourceClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupSumClause(Cobol85Parser.ReportGroupSumClauseContext)

Exit a parse tree produced by reportGroupSumClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupSumClause(Cobol85Parser.ReportGroupSumClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupSumClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupTypeClause(Cobol85Parser.ReportGroupTypeClauseContext)

Exit a parse tree produced by reportGroupTypeClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupTypeClause(Cobol85Parser.ReportGroupTypeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupTypeControlFooting(Cobol85Parser.ReportGroupTypeControlFootingContext)

Exit a parse tree produced by reportGroupTypeControlFooting().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupTypeControlFooting(Cobol85Parser.ReportGroupTypeControlFootingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeControlFootingContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupTypeControlHeading(Cobol85Parser.ReportGroupTypeControlHeadingContext)

Exit a parse tree produced by reportGroupTypeControlHeading().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupTypeControlHeading(Cobol85Parser.ReportGroupTypeControlHeadingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeControlHeadingContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupTypeDetail(Cobol85Parser.ReportGroupTypeDetailContext)

Exit a parse tree produced by reportGroupTypeDetail().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupTypeDetail(Cobol85Parser.ReportGroupTypeDetailContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeDetailContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupTypePageFooting(Cobol85Parser.ReportGroupTypePageFootingContext)

Exit a parse tree produced by reportGroupTypePageFooting().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupTypePageFooting(Cobol85Parser.ReportGroupTypePageFootingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypePageFootingContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupTypePageHeading(Cobol85Parser.ReportGroupTypePageHeadingContext)

Exit a parse tree produced by reportGroupTypePageHeading().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupTypePageHeading(Cobol85Parser.ReportGroupTypePageHeadingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypePageHeadingContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupTypeReportFooting(Cobol85Parser.ReportGroupTypeReportFootingContext)

Exit a parse tree produced by reportGroupTypeReportFooting().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupTypeReportFooting(Cobol85Parser.ReportGroupTypeReportFootingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeReportFootingContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupTypeReportHeading(Cobol85Parser.ReportGroupTypeReportHeadingContext)

Exit a parse tree produced by reportGroupTypeReportHeading().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupTypeReportHeading(Cobol85Parser.ReportGroupTypeReportHeadingContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupTypeReportHeadingContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupUsageClause(Cobol85Parser.ReportGroupUsageClauseContext)

Exit a parse tree produced by reportGroupUsageClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupUsageClause(Cobol85Parser.ReportGroupUsageClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupUsageClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportGroupValueClause(Cobol85Parser.ReportGroupValueClauseContext)

Exit a parse tree produced by reportGroupValueClause().

The default implementation does nothing.

Declaration
public virtual void ExitReportGroupValueClause(Cobol85Parser.ReportGroupValueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReportGroupValueClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReportName(Cobol85Parser.ReportNameContext)

Exit a parse tree produced by reportName().

The default implementation does nothing.

Declaration
public virtual void ExitReportName(Cobol85Parser.ReportNameContext context)
Parameters
Type Name Description
Cobol85Parser.ReportNameContext context

The parse tree.

| Improve this Doc View Source

ExitReportSection(Cobol85Parser.ReportSectionContext)

Exit a parse tree produced by reportSection().

The default implementation does nothing.

Declaration
public virtual void ExitReportSection(Cobol85Parser.ReportSectionContext context)
Parameters
Type Name Description
Cobol85Parser.ReportSectionContext context

The parse tree.

| Improve this Doc View Source

ExitRerunClause(Cobol85Parser.RerunClauseContext)

Exit a parse tree produced by rerunClause().

The default implementation does nothing.

Declaration
public virtual void ExitRerunClause(Cobol85Parser.RerunClauseContext context)
Parameters
Type Name Description
Cobol85Parser.RerunClauseContext context

The parse tree.

| Improve this Doc View Source

ExitRerunEveryClock(Cobol85Parser.RerunEveryClockContext)

Exit a parse tree produced by rerunEveryClock().

The default implementation does nothing.

Declaration
public virtual void ExitRerunEveryClock(Cobol85Parser.RerunEveryClockContext context)
Parameters
Type Name Description
Cobol85Parser.RerunEveryClockContext context

The parse tree.

| Improve this Doc View Source

ExitRerunEveryOf(Cobol85Parser.RerunEveryOfContext)

Exit a parse tree produced by rerunEveryOf().

The default implementation does nothing.

Declaration
public virtual void ExitRerunEveryOf(Cobol85Parser.RerunEveryOfContext context)
Parameters
Type Name Description
Cobol85Parser.RerunEveryOfContext context

The parse tree.

| Improve this Doc View Source

ExitRerunEveryRecords(Cobol85Parser.RerunEveryRecordsContext)

Exit a parse tree produced by rerunEveryRecords().

The default implementation does nothing.

Declaration
public virtual void ExitRerunEveryRecords(Cobol85Parser.RerunEveryRecordsContext context)
Parameters
Type Name Description
Cobol85Parser.RerunEveryRecordsContext context

The parse tree.

| Improve this Doc View Source

ExitReserveClause(Cobol85Parser.ReserveClauseContext)

Exit a parse tree produced by reserveClause().

The default implementation does nothing.

Declaration
public virtual void ExitReserveClause(Cobol85Parser.ReserveClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReserveClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReserveNetworkClause(Cobol85Parser.ReserveNetworkClauseContext)

Exit a parse tree produced by reserveNetworkClause().

The default implementation does nothing.

Declaration
public virtual void ExitReserveNetworkClause(Cobol85Parser.ReserveNetworkClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ReserveNetworkClauseContext context

The parse tree.

| Improve this Doc View Source

ExitReturnInto(Cobol85Parser.ReturnIntoContext)

Exit a parse tree produced by returnInto().

The default implementation does nothing.

Declaration
public virtual void ExitReturnInto(Cobol85Parser.ReturnIntoContext context)
Parameters
Type Name Description
Cobol85Parser.ReturnIntoContext context

The parse tree.

| Improve this Doc View Source

ExitReturnStatement(Cobol85Parser.ReturnStatementContext)

Exit a parse tree produced by returnStatement().

The default implementation does nothing.

Declaration
public virtual void ExitReturnStatement(Cobol85Parser.ReturnStatementContext context)
Parameters
Type Name Description
Cobol85Parser.ReturnStatementContext context

The parse tree.

| Improve this Doc View Source

ExitRewriteFrom(Cobol85Parser.RewriteFromContext)

Exit a parse tree produced by rewriteFrom().

The default implementation does nothing.

Declaration
public virtual void ExitRewriteFrom(Cobol85Parser.RewriteFromContext context)
Parameters
Type Name Description
Cobol85Parser.RewriteFromContext context

The parse tree.

| Improve this Doc View Source

ExitRewriteStatement(Cobol85Parser.RewriteStatementContext)

Exit a parse tree produced by rewriteStatement().

The default implementation does nothing.

Declaration
public virtual void ExitRewriteStatement(Cobol85Parser.RewriteStatementContext context)
Parameters
Type Name Description
Cobol85Parser.RewriteStatementContext context

The parse tree.

| Improve this Doc View Source

ExitRoutineName(Cobol85Parser.RoutineNameContext)

Exit a parse tree produced by routineName().

The default implementation does nothing.

Declaration
public virtual void ExitRoutineName(Cobol85Parser.RoutineNameContext context)
Parameters
Type Name Description
Cobol85Parser.RoutineNameContext context

The parse tree.

| Improve this Doc View Source

ExitSameClause(Cobol85Parser.SameClauseContext)

Exit a parse tree produced by sameClause().

The default implementation does nothing.

Declaration
public virtual void ExitSameClause(Cobol85Parser.SameClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SameClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionAutoClause(Cobol85Parser.ScreenDescriptionAutoClauseContext)

Exit a parse tree produced by screenDescriptionAutoClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionAutoClause(Cobol85Parser.ScreenDescriptionAutoClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionAutoClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionBackgroundColorClause(Cobol85Parser.ScreenDescriptionBackgroundColorClauseContext)

Exit a parse tree produced by screenDescriptionBackgroundColorClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionBackgroundColorClause(Cobol85Parser.ScreenDescriptionBackgroundColorClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBackgroundColorClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionBellClause(Cobol85Parser.ScreenDescriptionBellClauseContext)

Exit a parse tree produced by screenDescriptionBellClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionBellClause(Cobol85Parser.ScreenDescriptionBellClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBellClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionBlankClause(Cobol85Parser.ScreenDescriptionBlankClauseContext)

Exit a parse tree produced by screenDescriptionBlankClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionBlankClause(Cobol85Parser.ScreenDescriptionBlankClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBlankClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionBlankWhenZeroClause(Cobol85Parser.ScreenDescriptionBlankWhenZeroClauseContext)

Exit a parse tree produced by screenDescriptionBlankWhenZeroClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionBlankWhenZeroClause(Cobol85Parser.ScreenDescriptionBlankWhenZeroClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBlankWhenZeroClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionBlinkClause(Cobol85Parser.ScreenDescriptionBlinkClauseContext)

Exit a parse tree produced by screenDescriptionBlinkClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionBlinkClause(Cobol85Parser.ScreenDescriptionBlinkClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionBlinkClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionColumnClause(Cobol85Parser.ScreenDescriptionColumnClauseContext)

Exit a parse tree produced by screenDescriptionColumnClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionColumnClause(Cobol85Parser.ScreenDescriptionColumnClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionColumnClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionControlClause(Cobol85Parser.ScreenDescriptionControlClauseContext)

Exit a parse tree produced by screenDescriptionControlClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionControlClause(Cobol85Parser.ScreenDescriptionControlClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionControlClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionEntry(Cobol85Parser.ScreenDescriptionEntryContext)

Exit a parse tree produced by screenDescriptionEntry().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionEntry(Cobol85Parser.ScreenDescriptionEntryContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionEntryContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionEraseClause(Cobol85Parser.ScreenDescriptionEraseClauseContext)

Exit a parse tree produced by screenDescriptionEraseClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionEraseClause(Cobol85Parser.ScreenDescriptionEraseClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionEraseClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionForegroundColorClause(Cobol85Parser.ScreenDescriptionForegroundColorClauseContext)

Exit a parse tree produced by screenDescriptionForegroundColorClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionForegroundColorClause(Cobol85Parser.ScreenDescriptionForegroundColorClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionForegroundColorClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionFromClause(Cobol85Parser.ScreenDescriptionFromClauseContext)

Exit a parse tree produced by screenDescriptionFromClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionFromClause(Cobol85Parser.ScreenDescriptionFromClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionFromClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionFullClause(Cobol85Parser.ScreenDescriptionFullClauseContext)

Exit a parse tree produced by screenDescriptionFullClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionFullClause(Cobol85Parser.ScreenDescriptionFullClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionFullClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionGridClause(Cobol85Parser.ScreenDescriptionGridClauseContext)

Exit a parse tree produced by screenDescriptionGridClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionGridClause(Cobol85Parser.ScreenDescriptionGridClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionGridClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionJustifiedClause(Cobol85Parser.ScreenDescriptionJustifiedClauseContext)

Exit a parse tree produced by screenDescriptionJustifiedClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionJustifiedClause(Cobol85Parser.ScreenDescriptionJustifiedClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionJustifiedClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionLightClause(Cobol85Parser.ScreenDescriptionLightClauseContext)

Exit a parse tree produced by screenDescriptionLightClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionLightClause(Cobol85Parser.ScreenDescriptionLightClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionLightClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionLineClause(Cobol85Parser.ScreenDescriptionLineClauseContext)

Exit a parse tree produced by screenDescriptionLineClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionLineClause(Cobol85Parser.ScreenDescriptionLineClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionLineClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionPictureClause(Cobol85Parser.ScreenDescriptionPictureClauseContext)

Exit a parse tree produced by screenDescriptionPictureClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionPictureClause(Cobol85Parser.ScreenDescriptionPictureClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionPictureClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionPromptClause(Cobol85Parser.ScreenDescriptionPromptClauseContext)

Exit a parse tree produced by screenDescriptionPromptClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionPromptClause(Cobol85Parser.ScreenDescriptionPromptClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionPromptClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionPromptOccursClause(Cobol85Parser.ScreenDescriptionPromptOccursClauseContext)

Exit a parse tree produced by screenDescriptionPromptOccursClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionPromptOccursClause(Cobol85Parser.ScreenDescriptionPromptOccursClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionPromptOccursClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionRequiredClause(Cobol85Parser.ScreenDescriptionRequiredClauseContext)

Exit a parse tree produced by screenDescriptionRequiredClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionRequiredClause(Cobol85Parser.ScreenDescriptionRequiredClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionRequiredClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionReverseVideoClause(Cobol85Parser.ScreenDescriptionReverseVideoClauseContext)

Exit a parse tree produced by screenDescriptionReverseVideoClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionReverseVideoClause(Cobol85Parser.ScreenDescriptionReverseVideoClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionReverseVideoClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionSecureClause(Cobol85Parser.ScreenDescriptionSecureClauseContext)

Exit a parse tree produced by screenDescriptionSecureClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionSecureClause(Cobol85Parser.ScreenDescriptionSecureClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionSecureClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionSignClause(Cobol85Parser.ScreenDescriptionSignClauseContext)

Exit a parse tree produced by screenDescriptionSignClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionSignClause(Cobol85Parser.ScreenDescriptionSignClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionSignClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionSizeClause(Cobol85Parser.ScreenDescriptionSizeClauseContext)

Exit a parse tree produced by screenDescriptionSizeClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionSizeClause(Cobol85Parser.ScreenDescriptionSizeClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionSizeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionToClause(Cobol85Parser.ScreenDescriptionToClauseContext)

Exit a parse tree produced by screenDescriptionToClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionToClause(Cobol85Parser.ScreenDescriptionToClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionToClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionUnderlineClause(Cobol85Parser.ScreenDescriptionUnderlineClauseContext)

Exit a parse tree produced by screenDescriptionUnderlineClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionUnderlineClause(Cobol85Parser.ScreenDescriptionUnderlineClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionUnderlineClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionUsageClause(Cobol85Parser.ScreenDescriptionUsageClauseContext)

Exit a parse tree produced by screenDescriptionUsageClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionUsageClause(Cobol85Parser.ScreenDescriptionUsageClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionUsageClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionUsingClause(Cobol85Parser.ScreenDescriptionUsingClauseContext)

Exit a parse tree produced by screenDescriptionUsingClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionUsingClause(Cobol85Parser.ScreenDescriptionUsingClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionUsingClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionValueClause(Cobol85Parser.ScreenDescriptionValueClauseContext)

Exit a parse tree produced by screenDescriptionValueClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionValueClause(Cobol85Parser.ScreenDescriptionValueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionValueClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenDescriptionZeroFillClause(Cobol85Parser.ScreenDescriptionZeroFillClauseContext)

Exit a parse tree produced by screenDescriptionZeroFillClause().

The default implementation does nothing.

Declaration
public virtual void ExitScreenDescriptionZeroFillClause(Cobol85Parser.ScreenDescriptionZeroFillClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenDescriptionZeroFillClauseContext context

The parse tree.

| Improve this Doc View Source

ExitScreenName(Cobol85Parser.ScreenNameContext)

Exit a parse tree produced by screenName().

The default implementation does nothing.

Declaration
public virtual void ExitScreenName(Cobol85Parser.ScreenNameContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenNameContext context

The parse tree.

| Improve this Doc View Source

ExitScreenSection(Cobol85Parser.ScreenSectionContext)

Exit a parse tree produced by screenSection().

The default implementation does nothing.

Declaration
public virtual void ExitScreenSection(Cobol85Parser.ScreenSectionContext context)
Parameters
Type Name Description
Cobol85Parser.ScreenSectionContext context

The parse tree.

| Improve this Doc View Source

ExitSearchStatement(Cobol85Parser.SearchStatementContext)

Exit a parse tree produced by searchStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSearchStatement(Cobol85Parser.SearchStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SearchStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSearchVarying(Cobol85Parser.SearchVaryingContext)

Exit a parse tree produced by searchVarying().

The default implementation does nothing.

Declaration
public virtual void ExitSearchVarying(Cobol85Parser.SearchVaryingContext context)
Parameters
Type Name Description
Cobol85Parser.SearchVaryingContext context

The parse tree.

| Improve this Doc View Source

ExitSearchWhen(Cobol85Parser.SearchWhenContext)

Exit a parse tree produced by searchWhen().

The default implementation does nothing.

Declaration
public virtual void ExitSearchWhen(Cobol85Parser.SearchWhenContext context)
Parameters
Type Name Description
Cobol85Parser.SearchWhenContext context

The parse tree.

| Improve this Doc View Source

ExitSectionName(Cobol85Parser.SectionNameContext)

Exit a parse tree produced by sectionName().

The default implementation does nothing.

Declaration
public virtual void ExitSectionName(Cobol85Parser.SectionNameContext context)
Parameters
Type Name Description
Cobol85Parser.SectionNameContext context

The parse tree.

| Improve this Doc View Source

ExitSecurityParagraph(Cobol85Parser.SecurityParagraphContext)

Exit a parse tree produced by securityParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitSecurityParagraph(Cobol85Parser.SecurityParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.SecurityParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitSegmentLimitClause(Cobol85Parser.SegmentLimitClauseContext)

Exit a parse tree produced by segmentLimitClause().

The default implementation does nothing.

Declaration
public virtual void ExitSegmentLimitClause(Cobol85Parser.SegmentLimitClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SegmentLimitClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSelectClause(Cobol85Parser.SelectClauseContext)

Exit a parse tree produced by selectClause().

The default implementation does nothing.

Declaration
public virtual void ExitSelectClause(Cobol85Parser.SelectClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SelectClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSendAdvancingLines(Cobol85Parser.SendAdvancingLinesContext)

Exit a parse tree produced by sendAdvancingLines().

The default implementation does nothing.

Declaration
public virtual void ExitSendAdvancingLines(Cobol85Parser.SendAdvancingLinesContext context)
Parameters
Type Name Description
Cobol85Parser.SendAdvancingLinesContext context

The parse tree.

| Improve this Doc View Source

ExitSendAdvancingMnemonic(Cobol85Parser.SendAdvancingMnemonicContext)

Exit a parse tree produced by sendAdvancingMnemonic().

The default implementation does nothing.

Declaration
public virtual void ExitSendAdvancingMnemonic(Cobol85Parser.SendAdvancingMnemonicContext context)
Parameters
Type Name Description
Cobol85Parser.SendAdvancingMnemonicContext context

The parse tree.

| Improve this Doc View Source

ExitSendAdvancingPage(Cobol85Parser.SendAdvancingPageContext)

Exit a parse tree produced by sendAdvancingPage().

The default implementation does nothing.

Declaration
public virtual void ExitSendAdvancingPage(Cobol85Parser.SendAdvancingPageContext context)
Parameters
Type Name Description
Cobol85Parser.SendAdvancingPageContext context

The parse tree.

| Improve this Doc View Source

ExitSendAdvancingPhrase(Cobol85Parser.SendAdvancingPhraseContext)

Exit a parse tree produced by sendAdvancingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSendAdvancingPhrase(Cobol85Parser.SendAdvancingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SendAdvancingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSendFromPhrase(Cobol85Parser.SendFromPhraseContext)

Exit a parse tree produced by sendFromPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSendFromPhrase(Cobol85Parser.SendFromPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SendFromPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSendReplacingPhrase(Cobol85Parser.SendReplacingPhraseContext)

Exit a parse tree produced by sendReplacingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSendReplacingPhrase(Cobol85Parser.SendReplacingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SendReplacingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSendStatement(Cobol85Parser.SendStatementContext)

Exit a parse tree produced by sendStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSendStatement(Cobol85Parser.SendStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SendStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSendStatementAsync(Cobol85Parser.SendStatementAsyncContext)

Exit a parse tree produced by sendStatementAsync().

The default implementation does nothing.

Declaration
public virtual void ExitSendStatementAsync(Cobol85Parser.SendStatementAsyncContext context)
Parameters
Type Name Description
Cobol85Parser.SendStatementAsyncContext context

The parse tree.

| Improve this Doc View Source

ExitSendStatementSync(Cobol85Parser.SendStatementSyncContext)

Exit a parse tree produced by sendStatementSync().

The default implementation does nothing.

Declaration
public virtual void ExitSendStatementSync(Cobol85Parser.SendStatementSyncContext context)
Parameters
Type Name Description
Cobol85Parser.SendStatementSyncContext context

The parse tree.

| Improve this Doc View Source

ExitSendWithPhrase(Cobol85Parser.SendWithPhraseContext)

Exit a parse tree produced by sendWithPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSendWithPhrase(Cobol85Parser.SendWithPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SendWithPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSentence(Cobol85Parser.SentenceContext)

Exit a parse tree produced by sentence().

The default implementation does nothing.

Declaration
public virtual void ExitSentence(Cobol85Parser.SentenceContext context)
Parameters
Type Name Description
Cobol85Parser.SentenceContext context

The parse tree.

| Improve this Doc View Source

ExitSetByValue(Cobol85Parser.SetByValueContext)

Exit a parse tree produced by setByValue().

The default implementation does nothing.

Declaration
public virtual void ExitSetByValue(Cobol85Parser.SetByValueContext context)
Parameters
Type Name Description
Cobol85Parser.SetByValueContext context

The parse tree.

| Improve this Doc View Source

ExitSetStatement(Cobol85Parser.SetStatementContext)

Exit a parse tree produced by setStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSetStatement(Cobol85Parser.SetStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SetStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSetTo(Cobol85Parser.SetToContext)

Exit a parse tree produced by setTo().

The default implementation does nothing.

Declaration
public virtual void ExitSetTo(Cobol85Parser.SetToContext context)
Parameters
Type Name Description
Cobol85Parser.SetToContext context

The parse tree.

| Improve this Doc View Source

ExitSetToStatement(Cobol85Parser.SetToStatementContext)

Exit a parse tree produced by setToStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSetToStatement(Cobol85Parser.SetToStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SetToStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSetToValue(Cobol85Parser.SetToValueContext)

Exit a parse tree produced by setToValue().

The default implementation does nothing.

Declaration
public virtual void ExitSetToValue(Cobol85Parser.SetToValueContext context)
Parameters
Type Name Description
Cobol85Parser.SetToValueContext context

The parse tree.

| Improve this Doc View Source

ExitSetUpDownByStatement(Cobol85Parser.SetUpDownByStatementContext)

Exit a parse tree produced by setUpDownByStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSetUpDownByStatement(Cobol85Parser.SetUpDownByStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SetUpDownByStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSimpleCondition(Cobol85Parser.SimpleConditionContext)

Exit a parse tree produced by simpleCondition().

The default implementation does nothing.

Declaration
public virtual void ExitSimpleCondition(Cobol85Parser.SimpleConditionContext context)
Parameters
Type Name Description
Cobol85Parser.SimpleConditionContext context

The parse tree.

| Improve this Doc View Source

ExitSortCollatingAlphanumeric(Cobol85Parser.SortCollatingAlphanumericContext)

Exit a parse tree produced by sortCollatingAlphanumeric().

The default implementation does nothing.

Declaration
public virtual void ExitSortCollatingAlphanumeric(Cobol85Parser.SortCollatingAlphanumericContext context)
Parameters
Type Name Description
Cobol85Parser.SortCollatingAlphanumericContext context

The parse tree.

| Improve this Doc View Source

ExitSortCollatingNational(Cobol85Parser.SortCollatingNationalContext)

Exit a parse tree produced by sortCollatingNational().

The default implementation does nothing.

Declaration
public virtual void ExitSortCollatingNational(Cobol85Parser.SortCollatingNationalContext context)
Parameters
Type Name Description
Cobol85Parser.SortCollatingNationalContext context

The parse tree.

| Improve this Doc View Source

ExitSortCollatingSequencePhrase(Cobol85Parser.SortCollatingSequencePhraseContext)

Exit a parse tree produced by sortCollatingSequencePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSortCollatingSequencePhrase(Cobol85Parser.SortCollatingSequencePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortCollatingSequencePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSortDuplicatesPhrase(Cobol85Parser.SortDuplicatesPhraseContext)

Exit a parse tree produced by sortDuplicatesPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSortDuplicatesPhrase(Cobol85Parser.SortDuplicatesPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortDuplicatesPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSortGiving(Cobol85Parser.SortGivingContext)

Exit a parse tree produced by sortGiving().

The default implementation does nothing.

Declaration
public virtual void ExitSortGiving(Cobol85Parser.SortGivingContext context)
Parameters
Type Name Description
Cobol85Parser.SortGivingContext context

The parse tree.

| Improve this Doc View Source

ExitSortGivingPhrase(Cobol85Parser.SortGivingPhraseContext)

Exit a parse tree produced by sortGivingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSortGivingPhrase(Cobol85Parser.SortGivingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortGivingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSortInputProcedurePhrase(Cobol85Parser.SortInputProcedurePhraseContext)

Exit a parse tree produced by sortInputProcedurePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSortInputProcedurePhrase(Cobol85Parser.SortInputProcedurePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortInputProcedurePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSortInputThrough(Cobol85Parser.SortInputThroughContext)

Exit a parse tree produced by sortInputThrough().

The default implementation does nothing.

Declaration
public virtual void ExitSortInputThrough(Cobol85Parser.SortInputThroughContext context)
Parameters
Type Name Description
Cobol85Parser.SortInputThroughContext context

The parse tree.

| Improve this Doc View Source

ExitSortOnKeyClause(Cobol85Parser.SortOnKeyClauseContext)

Exit a parse tree produced by sortOnKeyClause().

The default implementation does nothing.

Declaration
public virtual void ExitSortOnKeyClause(Cobol85Parser.SortOnKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SortOnKeyClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSortOutputProcedurePhrase(Cobol85Parser.SortOutputProcedurePhraseContext)

Exit a parse tree produced by sortOutputProcedurePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitSortOutputProcedurePhrase(Cobol85Parser.SortOutputProcedurePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.SortOutputProcedurePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSortOutputThrough(Cobol85Parser.SortOutputThroughContext)

Exit a parse tree produced by sortOutputThrough().

The default implementation does nothing.

Declaration
public virtual void ExitSortOutputThrough(Cobol85Parser.SortOutputThroughContext context)
Parameters
Type Name Description
Cobol85Parser.SortOutputThroughContext context

The parse tree.

| Improve this Doc View Source

ExitSortStatement(Cobol85Parser.SortStatementContext)

Exit a parse tree produced by sortStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSortStatement(Cobol85Parser.SortStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SortStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSortUsing(Cobol85Parser.SortUsingContext)

Exit a parse tree produced by sortUsing().

The default implementation does nothing.

Declaration
public virtual void ExitSortUsing(Cobol85Parser.SortUsingContext context)
Parameters
Type Name Description
Cobol85Parser.SortUsingContext context

The parse tree.

| Improve this Doc View Source

ExitSourceComputerParagraph(Cobol85Parser.SourceComputerParagraphContext)

Exit a parse tree produced by sourceComputerParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitSourceComputerParagraph(Cobol85Parser.SourceComputerParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.SourceComputerParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitSpecialNameClause(Cobol85Parser.SpecialNameClauseContext)

Exit a parse tree produced by specialNameClause().

The default implementation does nothing.

Declaration
public virtual void ExitSpecialNameClause(Cobol85Parser.SpecialNameClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SpecialNameClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSpecialNamesParagraph(Cobol85Parser.SpecialNamesParagraphContext)

Exit a parse tree produced by specialNamesParagraph().

The default implementation does nothing.

Declaration
public virtual void ExitSpecialNamesParagraph(Cobol85Parser.SpecialNamesParagraphContext context)
Parameters
Type Name Description
Cobol85Parser.SpecialNamesParagraphContext context

The parse tree.

| Improve this Doc View Source

ExitSpecialRegister(Cobol85Parser.SpecialRegisterContext)

Exit a parse tree produced by specialRegister().

The default implementation does nothing.

Declaration
public virtual void ExitSpecialRegister(Cobol85Parser.SpecialRegisterContext context)
Parameters
Type Name Description
Cobol85Parser.SpecialRegisterContext context

The parse tree.

| Improve this Doc View Source

ExitStartKey(Cobol85Parser.StartKeyContext)

Exit a parse tree produced by startKey().

The default implementation does nothing.

Declaration
public virtual void ExitStartKey(Cobol85Parser.StartKeyContext context)
Parameters
Type Name Description
Cobol85Parser.StartKeyContext context

The parse tree.

| Improve this Doc View Source

ExitStartRule(Cobol85Parser.StartRuleContext)

Exit a parse tree produced by startRule().

The default implementation does nothing.

Declaration
public virtual void ExitStartRule(Cobol85Parser.StartRuleContext context)
Parameters
Type Name Description
Cobol85Parser.StartRuleContext context

The parse tree.

| Improve this Doc View Source

ExitStartStatement(Cobol85Parser.StartStatementContext)

Exit a parse tree produced by startStatement().

The default implementation does nothing.

Declaration
public virtual void ExitStartStatement(Cobol85Parser.StartStatementContext context)
Parameters
Type Name Description
Cobol85Parser.StartStatementContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(Cobol85Parser.StatementContext)

Exit a parse tree produced by statement().

The default implementation does nothing.

Declaration
public virtual void ExitStatement(Cobol85Parser.StatementContext context)
Parameters
Type Name Description
Cobol85Parser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitStatusKeyClause(Cobol85Parser.StatusKeyClauseContext)

Exit a parse tree produced by statusKeyClause().

The default implementation does nothing.

Declaration
public virtual void ExitStatusKeyClause(Cobol85Parser.StatusKeyClauseContext context)
Parameters
Type Name Description
Cobol85Parser.StatusKeyClauseContext context

The parse tree.

| Improve this Doc View Source

ExitStopStatement(Cobol85Parser.StopStatementContext)

Exit a parse tree produced by stopStatement().

The default implementation does nothing.

Declaration
public virtual void ExitStopStatement(Cobol85Parser.StopStatementContext context)
Parameters
Type Name Description
Cobol85Parser.StopStatementContext context

The parse tree.

| Improve this Doc View Source

ExitStringDelimitedByPhrase(Cobol85Parser.StringDelimitedByPhraseContext)

Exit a parse tree produced by stringDelimitedByPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitStringDelimitedByPhrase(Cobol85Parser.StringDelimitedByPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringDelimitedByPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitStringForPhrase(Cobol85Parser.StringForPhraseContext)

Exit a parse tree produced by stringForPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitStringForPhrase(Cobol85Parser.StringForPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringForPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitStringIntoPhrase(Cobol85Parser.StringIntoPhraseContext)

Exit a parse tree produced by stringIntoPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitStringIntoPhrase(Cobol85Parser.StringIntoPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringIntoPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitStringSending(Cobol85Parser.StringSendingContext)

Exit a parse tree produced by stringSending().

The default implementation does nothing.

Declaration
public virtual void ExitStringSending(Cobol85Parser.StringSendingContext context)
Parameters
Type Name Description
Cobol85Parser.StringSendingContext context

The parse tree.

| Improve this Doc View Source

ExitStringSendingPhrase(Cobol85Parser.StringSendingPhraseContext)

Exit a parse tree produced by stringSendingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitStringSendingPhrase(Cobol85Parser.StringSendingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringSendingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitStringStatement(Cobol85Parser.StringStatementContext)

Exit a parse tree produced by stringStatement().

The default implementation does nothing.

Declaration
public virtual void ExitStringStatement(Cobol85Parser.StringStatementContext context)
Parameters
Type Name Description
Cobol85Parser.StringStatementContext context

The parse tree.

| Improve this Doc View Source

ExitStringWithPointerPhrase(Cobol85Parser.StringWithPointerPhraseContext)

Exit a parse tree produced by stringWithPointerPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitStringWithPointerPhrase(Cobol85Parser.StringWithPointerPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.StringWithPointerPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitSubscript_(Cobol85Parser.Subscript_Context)

Exit a parse tree produced by subscript_().

The default implementation does nothing.

Declaration
public virtual void ExitSubscript_(Cobol85Parser.Subscript_Context context)
Parameters
Type Name Description
Cobol85Parser.Subscript_Context context

The parse tree.

| Improve this Doc View Source

ExitSubtractCorrespondingStatement(Cobol85Parser.SubtractCorrespondingStatementContext)

Exit a parse tree produced by subtractCorrespondingStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractCorrespondingStatement(Cobol85Parser.SubtractCorrespondingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractCorrespondingStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSubtractFromGivingStatement(Cobol85Parser.SubtractFromGivingStatementContext)

Exit a parse tree produced by subtractFromGivingStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractFromGivingStatement(Cobol85Parser.SubtractFromGivingStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractFromGivingStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSubtractFromStatement(Cobol85Parser.SubtractFromStatementContext)

Exit a parse tree produced by subtractFromStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractFromStatement(Cobol85Parser.SubtractFromStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractFromStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSubtractGiving(Cobol85Parser.SubtractGivingContext)

Exit a parse tree produced by subtractGiving().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractGiving(Cobol85Parser.SubtractGivingContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractGivingContext context

The parse tree.

| Improve this Doc View Source

ExitSubtractMinuend(Cobol85Parser.SubtractMinuendContext)

Exit a parse tree produced by subtractMinuend().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractMinuend(Cobol85Parser.SubtractMinuendContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractMinuendContext context

The parse tree.

| Improve this Doc View Source

ExitSubtractMinuendCorresponding(Cobol85Parser.SubtractMinuendCorrespondingContext)

Exit a parse tree produced by subtractMinuendCorresponding().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractMinuendCorresponding(Cobol85Parser.SubtractMinuendCorrespondingContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractMinuendCorrespondingContext context

The parse tree.

| Improve this Doc View Source

ExitSubtractMinuendGiving(Cobol85Parser.SubtractMinuendGivingContext)

Exit a parse tree produced by subtractMinuendGiving().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractMinuendGiving(Cobol85Parser.SubtractMinuendGivingContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractMinuendGivingContext context

The parse tree.

| Improve this Doc View Source

ExitSubtractStatement(Cobol85Parser.SubtractStatementContext)

Exit a parse tree produced by subtractStatement().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractStatement(Cobol85Parser.SubtractStatementContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSubtractSubtrahend(Cobol85Parser.SubtractSubtrahendContext)

Exit a parse tree produced by subtractSubtrahend().

The default implementation does nothing.

Declaration
public virtual void ExitSubtractSubtrahend(Cobol85Parser.SubtractSubtrahendContext context)
Parameters
Type Name Description
Cobol85Parser.SubtractSubtrahendContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolicCharacter(Cobol85Parser.SymbolicCharacterContext)

Exit a parse tree produced by symbolicCharacter().

The default implementation does nothing.

Declaration
public virtual void ExitSymbolicCharacter(Cobol85Parser.SymbolicCharacterContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicCharacterContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolicCharacters(Cobol85Parser.SymbolicCharactersContext)

Exit a parse tree produced by symbolicCharacters().

The default implementation does nothing.

Declaration
public virtual void ExitSymbolicCharacters(Cobol85Parser.SymbolicCharactersContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicCharactersContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolicCharactersClause(Cobol85Parser.SymbolicCharactersClauseContext)

Exit a parse tree produced by symbolicCharactersClause().

The default implementation does nothing.

Declaration
public virtual void ExitSymbolicCharactersClause(Cobol85Parser.SymbolicCharactersClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicCharactersClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolicDestinationClause(Cobol85Parser.SymbolicDestinationClauseContext)

Exit a parse tree produced by symbolicDestinationClause().

The default implementation does nothing.

Declaration
public virtual void ExitSymbolicDestinationClause(Cobol85Parser.SymbolicDestinationClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicDestinationClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolicQueueClause(Cobol85Parser.SymbolicQueueClauseContext)

Exit a parse tree produced by symbolicQueueClause().

The default implementation does nothing.

Declaration
public virtual void ExitSymbolicQueueClause(Cobol85Parser.SymbolicQueueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicQueueClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolicSourceClause(Cobol85Parser.SymbolicSourceClauseContext)

Exit a parse tree produced by symbolicSourceClause().

The default implementation does nothing.

Declaration
public virtual void ExitSymbolicSourceClause(Cobol85Parser.SymbolicSourceClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicSourceClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolicSubQueueClause(Cobol85Parser.SymbolicSubQueueClauseContext)

Exit a parse tree produced by symbolicSubQueueClause().

The default implementation does nothing.

Declaration
public virtual void ExitSymbolicSubQueueClause(Cobol85Parser.SymbolicSubQueueClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicSubQueueClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolicTerminalClause(Cobol85Parser.SymbolicTerminalClauseContext)

Exit a parse tree produced by symbolicTerminalClause().

The default implementation does nothing.

Declaration
public virtual void ExitSymbolicTerminalClause(Cobol85Parser.SymbolicTerminalClauseContext context)
Parameters
Type Name Description
Cobol85Parser.SymbolicTerminalClauseContext context

The parse tree.

| Improve this Doc View Source

ExitSystemName(Cobol85Parser.SystemNameContext)

Exit a parse tree produced by systemName().

The default implementation does nothing.

Declaration
public virtual void ExitSystemName(Cobol85Parser.SystemNameContext context)
Parameters
Type Name Description
Cobol85Parser.SystemNameContext context

The parse tree.

| Improve this Doc View Source

ExitTableCall(Cobol85Parser.TableCallContext)

Exit a parse tree produced by tableCall().

The default implementation does nothing.

Declaration
public virtual void ExitTableCall(Cobol85Parser.TableCallContext context)
Parameters
Type Name Description
Cobol85Parser.TableCallContext context

The parse tree.

| Improve this Doc View Source

ExitTerminateStatement(Cobol85Parser.TerminateStatementContext)

Exit a parse tree produced by terminateStatement().

The default implementation does nothing.

Declaration
public virtual void ExitTerminateStatement(Cobol85Parser.TerminateStatementContext context)
Parameters
Type Name Description
Cobol85Parser.TerminateStatementContext context

The parse tree.

| Improve this Doc View Source

ExitTextLengthClause(Cobol85Parser.TextLengthClauseContext)

Exit a parse tree produced by textLengthClause().

The default implementation does nothing.

Declaration
public virtual void ExitTextLengthClause(Cobol85Parser.TextLengthClauseContext context)
Parameters
Type Name Description
Cobol85Parser.TextLengthClauseContext context

The parse tree.

| Improve this Doc View Source

ExitTextName(Cobol85Parser.TextNameContext)

Exit a parse tree produced by textName().

The default implementation does nothing.

Declaration
public virtual void ExitTextName(Cobol85Parser.TextNameContext context)
Parameters
Type Name Description
Cobol85Parser.TextNameContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringCountIn(Cobol85Parser.UnstringCountInContext)

Exit a parse tree produced by unstringCountIn().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringCountIn(Cobol85Parser.UnstringCountInContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringCountInContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringDelimitedByPhrase(Cobol85Parser.UnstringDelimitedByPhraseContext)

Exit a parse tree produced by unstringDelimitedByPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringDelimitedByPhrase(Cobol85Parser.UnstringDelimitedByPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringDelimitedByPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringDelimiterIn(Cobol85Parser.UnstringDelimiterInContext)

Exit a parse tree produced by unstringDelimiterIn().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringDelimiterIn(Cobol85Parser.UnstringDelimiterInContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringDelimiterInContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringInto(Cobol85Parser.UnstringIntoContext)

Exit a parse tree produced by unstringInto().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringInto(Cobol85Parser.UnstringIntoContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringIntoContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringIntoPhrase(Cobol85Parser.UnstringIntoPhraseContext)

Exit a parse tree produced by unstringIntoPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringIntoPhrase(Cobol85Parser.UnstringIntoPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringIntoPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringOrAllPhrase(Cobol85Parser.UnstringOrAllPhraseContext)

Exit a parse tree produced by unstringOrAllPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringOrAllPhrase(Cobol85Parser.UnstringOrAllPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringOrAllPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringSendingPhrase(Cobol85Parser.UnstringSendingPhraseContext)

Exit a parse tree produced by unstringSendingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringSendingPhrase(Cobol85Parser.UnstringSendingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringSendingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringStatement(Cobol85Parser.UnstringStatementContext)

Exit a parse tree produced by unstringStatement().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringStatement(Cobol85Parser.UnstringStatementContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringStatementContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringTallyingPhrase(Cobol85Parser.UnstringTallyingPhraseContext)

Exit a parse tree produced by unstringTallyingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringTallyingPhrase(Cobol85Parser.UnstringTallyingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringTallyingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitUnstringWithPointerPhrase(Cobol85Parser.UnstringWithPointerPhraseContext)

Exit a parse tree produced by unstringWithPointerPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitUnstringWithPointerPhrase(Cobol85Parser.UnstringWithPointerPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.UnstringWithPointerPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitUseAfterClause(Cobol85Parser.UseAfterClauseContext)

Exit a parse tree produced by useAfterClause().

The default implementation does nothing.

Declaration
public virtual void ExitUseAfterClause(Cobol85Parser.UseAfterClauseContext context)
Parameters
Type Name Description
Cobol85Parser.UseAfterClauseContext context

The parse tree.

| Improve this Doc View Source

ExitUseAfterOn(Cobol85Parser.UseAfterOnContext)

Exit a parse tree produced by useAfterOn().

The default implementation does nothing.

Declaration
public virtual void ExitUseAfterOn(Cobol85Parser.UseAfterOnContext context)
Parameters
Type Name Description
Cobol85Parser.UseAfterOnContext context

The parse tree.

| Improve this Doc View Source

ExitUseDebugClause(Cobol85Parser.UseDebugClauseContext)

Exit a parse tree produced by useDebugClause().

The default implementation does nothing.

Declaration
public virtual void ExitUseDebugClause(Cobol85Parser.UseDebugClauseContext context)
Parameters
Type Name Description
Cobol85Parser.UseDebugClauseContext context

The parse tree.

| Improve this Doc View Source

ExitUseDebugOn(Cobol85Parser.UseDebugOnContext)

Exit a parse tree produced by useDebugOn().

The default implementation does nothing.

Declaration
public virtual void ExitUseDebugOn(Cobol85Parser.UseDebugOnContext context)
Parameters
Type Name Description
Cobol85Parser.UseDebugOnContext context

The parse tree.

| Improve this Doc View Source

ExitUseStatement(Cobol85Parser.UseStatementContext)

Exit a parse tree produced by useStatement().

The default implementation does nothing.

Declaration
public virtual void ExitUseStatement(Cobol85Parser.UseStatementContext context)
Parameters
Type Name Description
Cobol85Parser.UseStatementContext context

The parse tree.

| Improve this Doc View Source

ExitValueOfClause(Cobol85Parser.ValueOfClauseContext)

Exit a parse tree produced by valueOfClause().

The default implementation does nothing.

Declaration
public virtual void ExitValueOfClause(Cobol85Parser.ValueOfClauseContext context)
Parameters
Type Name Description
Cobol85Parser.ValueOfClauseContext context

The parse tree.

| Improve this Doc View Source

ExitValuePair(Cobol85Parser.ValuePairContext)

Exit a parse tree produced by valuePair().

The default implementation does nothing.

Declaration
public virtual void ExitValuePair(Cobol85Parser.ValuePairContext context)
Parameters
Type Name Description
Cobol85Parser.ValuePairContext context

The parse tree.

| Improve this Doc View Source

ExitWorkingStorageSection(Cobol85Parser.WorkingStorageSectionContext)

Exit a parse tree produced by workingStorageSection().

The default implementation does nothing.

Declaration
public virtual void ExitWorkingStorageSection(Cobol85Parser.WorkingStorageSectionContext context)
Parameters
Type Name Description
Cobol85Parser.WorkingStorageSectionContext context

The parse tree.

| Improve this Doc View Source

ExitWriteAdvancingLines(Cobol85Parser.WriteAdvancingLinesContext)

Exit a parse tree produced by writeAdvancingLines().

The default implementation does nothing.

Declaration
public virtual void ExitWriteAdvancingLines(Cobol85Parser.WriteAdvancingLinesContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAdvancingLinesContext context

The parse tree.

| Improve this Doc View Source

ExitWriteAdvancingMnemonic(Cobol85Parser.WriteAdvancingMnemonicContext)

Exit a parse tree produced by writeAdvancingMnemonic().

The default implementation does nothing.

Declaration
public virtual void ExitWriteAdvancingMnemonic(Cobol85Parser.WriteAdvancingMnemonicContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAdvancingMnemonicContext context

The parse tree.

| Improve this Doc View Source

ExitWriteAdvancingPage(Cobol85Parser.WriteAdvancingPageContext)

Exit a parse tree produced by writeAdvancingPage().

The default implementation does nothing.

Declaration
public virtual void ExitWriteAdvancingPage(Cobol85Parser.WriteAdvancingPageContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAdvancingPageContext context

The parse tree.

| Improve this Doc View Source

ExitWriteAdvancingPhrase(Cobol85Parser.WriteAdvancingPhraseContext)

Exit a parse tree produced by writeAdvancingPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitWriteAdvancingPhrase(Cobol85Parser.WriteAdvancingPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAdvancingPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitWriteAtEndOfPagePhrase(Cobol85Parser.WriteAtEndOfPagePhraseContext)

Exit a parse tree produced by writeAtEndOfPagePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitWriteAtEndOfPagePhrase(Cobol85Parser.WriteAtEndOfPagePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.WriteAtEndOfPagePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitWriteFromPhrase(Cobol85Parser.WriteFromPhraseContext)

Exit a parse tree produced by writeFromPhrase().

The default implementation does nothing.

Declaration
public virtual void ExitWriteFromPhrase(Cobol85Parser.WriteFromPhraseContext context)
Parameters
Type Name Description
Cobol85Parser.WriteFromPhraseContext context

The parse tree.

| Improve this Doc View Source

ExitWriteNotAtEndOfPagePhrase(Cobol85Parser.WriteNotAtEndOfPagePhraseContext)

Exit a parse tree produced by writeNotAtEndOfPagePhrase().

The default implementation does nothing.

Declaration
public virtual void ExitWriteNotAtEndOfPagePhrase(Cobol85Parser.WriteNotAtEndOfPagePhraseContext context)
Parameters
Type Name Description
Cobol85Parser.WriteNotAtEndOfPagePhraseContext context

The parse tree.

| Improve this Doc View Source

ExitWriteStatement(Cobol85Parser.WriteStatementContext)

Exit a parse tree produced by writeStatement().

The default implementation does nothing.

Declaration
public virtual void ExitWriteStatement(Cobol85Parser.WriteStatementContext context)
Parameters
Type Name Description
Cobol85Parser.WriteStatementContext 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

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