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
Namespace: GCore.Antlr.Grammers.Cobol85
Assembly: Cobol85.dll
Syntax
public class Cobol85BaseListener : object, ICobol85Listener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAbbreviation(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExecCicsStatement(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExecCicsStatement(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.