Show / Hide Table of Contents

Interface IPROV_NListener

This interface defines a complete listener for a parse tree produced by PROV_NParser.

Namespace: GCore.Antlr.Grammers.ProvN
Assembly: ProvN.dll
Syntax
public interface IPROV_NListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterActivityExpression(PROV_NParser.ActivityExpressionContext)

Enter a parse tree produced by activityExpression().

Declaration
void EnterActivityExpression(PROV_NParser.ActivityExpressionContext context)
Parameters
Type Name Description
PROV_NParser.ActivityExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterAgentExpression(PROV_NParser.AgentExpressionContext)

Enter a parse tree produced by agentExpression().

Declaration
void EnterAgentExpression(PROV_NParser.AgentExpressionContext context)
Parameters
Type Name Description
PROV_NParser.AgentExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterAgIdentifier(PROV_NParser.AgIdentifierContext)

Enter a parse tree produced by agIdentifier().

Declaration
void EnterAgIdentifier(PROV_NParser.AgIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.AgIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterAgIdentifierOrMarker(PROV_NParser.AgIdentifierOrMarkerContext)

Enter a parse tree produced by agIdentifierOrMarker().

Declaration
void EnterAgIdentifierOrMarker(PROV_NParser.AgIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.AgIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

EnterAIdentifier(PROV_NParser.AIdentifierContext)

Enter a parse tree produced by aIdentifier().

Declaration
void EnterAIdentifier(PROV_NParser.AIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.AIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterAIdentifierOrMarker(PROV_NParser.AIdentifierOrMarkerContext)

Enter a parse tree produced by aIdentifierOrMarker().

Declaration
void EnterAIdentifierOrMarker(PROV_NParser.AIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.AIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

EnterAlternateExpression(PROV_NParser.AlternateExpressionContext)

Enter a parse tree produced by alternateExpression().

Declaration
void EnterAlternateExpression(PROV_NParser.AlternateExpressionContext context)
Parameters
Type Name Description
PROV_NParser.AlternateExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterAssociationExpression(PROV_NParser.AssociationExpressionContext)

Enter a parse tree produced by associationExpression().

Declaration
void EnterAssociationExpression(PROV_NParser.AssociationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.AssociationExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterAttribute(PROV_NParser.AttributeContext)

Enter a parse tree produced by attribute().

Declaration
void EnterAttribute(PROV_NParser.AttributeContext context)
Parameters
Type Name Description
PROV_NParser.AttributeContext context

The parse tree.

| Improve this Doc View Source

EnterAttributeValuePair(PROV_NParser.AttributeValuePairContext)

Enter a parse tree produced by attributeValuePair().

Declaration
void EnterAttributeValuePair(PROV_NParser.AttributeValuePairContext context)
Parameters
Type Name Description
PROV_NParser.AttributeValuePairContext context

The parse tree.

| Improve this Doc View Source

EnterAttributeValuePairs(PROV_NParser.AttributeValuePairsContext)

Enter a parse tree produced by attributeValuePairs().

Declaration
void EnterAttributeValuePairs(PROV_NParser.AttributeValuePairsContext context)
Parameters
Type Name Description
PROV_NParser.AttributeValuePairsContext context

The parse tree.

| Improve this Doc View Source

EnterAttributionExpression(PROV_NParser.AttributionExpressionContext)

Enter a parse tree produced by attributionExpression().

Declaration
void EnterAttributionExpression(PROV_NParser.AttributionExpressionContext context)
Parameters
Type Name Description
PROV_NParser.AttributionExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterBundle(PROV_NParser.BundleContext)

Enter a parse tree produced by bundle().

Declaration
void EnterBundle(PROV_NParser.BundleContext context)
Parameters
Type Name Description
PROV_NParser.BundleContext context

The parse tree.

| Improve this Doc View Source

EnterCIdentifier(PROV_NParser.CIdentifierContext)

Enter a parse tree produced by cIdentifier().

Declaration
void EnterCIdentifier(PROV_NParser.CIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.CIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterCommunicationExpression(PROV_NParser.CommunicationExpressionContext)

Enter a parse tree produced by communicationExpression().

Declaration
void EnterCommunicationExpression(PROV_NParser.CommunicationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.CommunicationExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterConvenienceNotation(PROV_NParser.ConvenienceNotationContext)

Enter a parse tree produced by convenienceNotation().

Declaration
void EnterConvenienceNotation(PROV_NParser.ConvenienceNotationContext context)
Parameters
Type Name Description
PROV_NParser.ConvenienceNotationContext context

The parse tree.

| Improve this Doc View Source

EnterDatatype(PROV_NParser.DatatypeContext)

Enter a parse tree produced by datatype().

Declaration
void EnterDatatype(PROV_NParser.DatatypeContext context)
Parameters
Type Name Description
PROV_NParser.DatatypeContext context

The parse tree.

| Improve this Doc View Source

EnterDefaultNamespaceDeclaration(PROV_NParser.DefaultNamespaceDeclarationContext)

Enter a parse tree produced by defaultNamespaceDeclaration().

Declaration
void EnterDefaultNamespaceDeclaration(PROV_NParser.DefaultNamespaceDeclarationContext context)
Parameters
Type Name Description
PROV_NParser.DefaultNamespaceDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterDelegationExpression(PROV_NParser.DelegationExpressionContext)

Enter a parse tree produced by delegationExpression().

Declaration
void EnterDelegationExpression(PROV_NParser.DelegationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.DelegationExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterDerivationExpression(PROV_NParser.DerivationExpressionContext)

Enter a parse tree produced by derivationExpression().

Declaration
void EnterDerivationExpression(PROV_NParser.DerivationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.DerivationExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterDocument(PROV_NParser.DocumentContext)

Enter a parse tree produced by document().

Declaration
void EnterDocument(PROV_NParser.DocumentContext context)
Parameters
Type Name Description
PROV_NParser.DocumentContext context

The parse tree.

| Improve this Doc View Source

EnterEIdentifier(PROV_NParser.EIdentifierContext)

Enter a parse tree produced by eIdentifier().

Declaration
void EnterEIdentifier(PROV_NParser.EIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.EIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterEIdentifierOrMarker(PROV_NParser.EIdentifierOrMarkerContext)

Enter a parse tree produced by eIdentifierOrMarker().

Declaration
void EnterEIdentifierOrMarker(PROV_NParser.EIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.EIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

EnterEndExpression(PROV_NParser.EndExpressionContext)

Enter a parse tree produced by endExpression().

Declaration
void EnterEndExpression(PROV_NParser.EndExpressionContext context)
Parameters
Type Name Description
PROV_NParser.EndExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterEntityExpression(PROV_NParser.EntityExpressionContext)

Enter a parse tree produced by entityExpression().

Declaration
void EnterEntityExpression(PROV_NParser.EntityExpressionContext context)
Parameters
Type Name Description
PROV_NParser.EntityExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(PROV_NParser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(PROV_NParser.ExpressionContext context)
Parameters
Type Name Description
PROV_NParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterExtensibilityArgument(PROV_NParser.ExtensibilityArgumentContext)

Enter a parse tree produced by extensibilityArgument().

Declaration
void EnterExtensibilityArgument(PROV_NParser.ExtensibilityArgumentContext context)
Parameters
Type Name Description
PROV_NParser.ExtensibilityArgumentContext context

The parse tree.

| Improve this Doc View Source

EnterExtensibilityExpression(PROV_NParser.ExtensibilityExpressionContext)

Enter a parse tree produced by extensibilityExpression().

Declaration
void EnterExtensibilityExpression(PROV_NParser.ExtensibilityExpressionContext context)
Parameters
Type Name Description
PROV_NParser.ExtensibilityExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterExtensibilityTuple(PROV_NParser.ExtensibilityTupleContext)

Enter a parse tree produced by extensibilityTuple().

Declaration
void EnterExtensibilityTuple(PROV_NParser.ExtensibilityTupleContext context)
Parameters
Type Name Description
PROV_NParser.ExtensibilityTupleContext context

The parse tree.

| Improve this Doc View Source

EnterGenerationExpression(PROV_NParser.GenerationExpressionContext)

Enter a parse tree produced by generationExpression().

Declaration
void EnterGenerationExpression(PROV_NParser.GenerationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.GenerationExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterGIdentifier(PROV_NParser.GIdentifierContext)

Enter a parse tree produced by gIdentifier().

Declaration
void EnterGIdentifier(PROV_NParser.GIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.GIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterGIdentifierOrMarker(PROV_NParser.GIdentifierOrMarkerContext)

Enter a parse tree produced by gIdentifierOrMarker().

Declaration
void EnterGIdentifierOrMarker(PROV_NParser.GIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.GIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(PROV_NParser.IdentifierContext)

Enter a parse tree produced by identifier().

Declaration
void EnterIdentifier(PROV_NParser.IdentifierContext context)
Parameters
Type Name Description
PROV_NParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifierOrMarker(PROV_NParser.IdentifierOrMarkerContext)

Enter a parse tree produced by identifierOrMarker().

Declaration
void EnterIdentifierOrMarker(PROV_NParser.IdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.IdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

EnterInfluenceExpression(PROV_NParser.InfluenceExpressionContext)

Enter a parse tree produced by influenceExpression().

Declaration
void EnterInfluenceExpression(PROV_NParser.InfluenceExpressionContext context)
Parameters
Type Name Description
PROV_NParser.InfluenceExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterInvalidationExpression(PROV_NParser.InvalidationExpressionContext)

Enter a parse tree produced by invalidationExpression().

Declaration
void EnterInvalidationExpression(PROV_NParser.InvalidationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.InvalidationExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(PROV_NParser.LiteralContext)

Enter a parse tree produced by literal().

Declaration
void EnterLiteral(PROV_NParser.LiteralContext context)
Parameters
Type Name Description
PROV_NParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterMembershipExpression(PROV_NParser.MembershipExpressionContext)

Enter a parse tree produced by membershipExpression().

Declaration
void EnterMembershipExpression(PROV_NParser.MembershipExpressionContext context)
Parameters
Type Name Description
PROV_NParser.MembershipExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterNamespace_(PROV_NParser.Namespace_Context)

Enter a parse tree produced by namespace_().

Declaration
void EnterNamespace_(PROV_NParser.Namespace_Context context)
Parameters
Type Name Description
PROV_NParser.Namespace_Context context

The parse tree.

| Improve this Doc View Source

EnterNamespaceDeclaration(PROV_NParser.NamespaceDeclarationContext)

Enter a parse tree produced by namespaceDeclaration().

Declaration
void EnterNamespaceDeclaration(PROV_NParser.NamespaceDeclarationContext context)
Parameters
Type Name Description
PROV_NParser.NamespaceDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterNamespaceDeclarations(PROV_NParser.NamespaceDeclarationsContext)

Enter a parse tree produced by namespaceDeclarations().

Declaration
void EnterNamespaceDeclarations(PROV_NParser.NamespaceDeclarationsContext context)
Parameters
Type Name Description
PROV_NParser.NamespaceDeclarationsContext context

The parse tree.

| Improve this Doc View Source

EnterOptionalAttributeValuePairs(PROV_NParser.OptionalAttributeValuePairsContext)

Enter a parse tree produced by optionalAttributeValuePairs().

Declaration
void EnterOptionalAttributeValuePairs(PROV_NParser.OptionalAttributeValuePairsContext context)
Parameters
Type Name Description
PROV_NParser.OptionalAttributeValuePairsContext context

The parse tree.

| Improve this Doc View Source

EnterOptionalIdentifier(PROV_NParser.OptionalIdentifierContext)

Enter a parse tree produced by optionalIdentifier().

Declaration
void EnterOptionalIdentifier(PROV_NParser.OptionalIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.OptionalIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterSpecializationExpression(PROV_NParser.SpecializationExpressionContext)

Enter a parse tree produced by specializationExpression().

Declaration
void EnterSpecializationExpression(PROV_NParser.SpecializationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.SpecializationExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterStartExpression(PROV_NParser.StartExpressionContext)

Enter a parse tree produced by startExpression().

Declaration
void EnterStartExpression(PROV_NParser.StartExpressionContext context)
Parameters
Type Name Description
PROV_NParser.StartExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterTime(PROV_NParser.TimeContext)

Enter a parse tree produced by time().

Declaration
void EnterTime(PROV_NParser.TimeContext context)
Parameters
Type Name Description
PROV_NParser.TimeContext context

The parse tree.

| Improve this Doc View Source

EnterTimeOrMarker(PROV_NParser.TimeOrMarkerContext)

Enter a parse tree produced by timeOrMarker().

Declaration
void EnterTimeOrMarker(PROV_NParser.TimeOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.TimeOrMarkerContext context

The parse tree.

| Improve this Doc View Source

EnterTypedLiteral(PROV_NParser.TypedLiteralContext)

Enter a parse tree produced by typedLiteral().

Declaration
void EnterTypedLiteral(PROV_NParser.TypedLiteralContext context)
Parameters
Type Name Description
PROV_NParser.TypedLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterUIdentifier(PROV_NParser.UIdentifierContext)

Enter a parse tree produced by uIdentifier().

Declaration
void EnterUIdentifier(PROV_NParser.UIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.UIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterUIdentifierOrMarker(PROV_NParser.UIdentifierOrMarkerContext)

Enter a parse tree produced by uIdentifierOrMarker().

Declaration
void EnterUIdentifierOrMarker(PROV_NParser.UIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.UIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

EnterUsageExpression(PROV_NParser.UsageExpressionContext)

Enter a parse tree produced by usageExpression().

Declaration
void EnterUsageExpression(PROV_NParser.UsageExpressionContext context)
Parameters
Type Name Description
PROV_NParser.UsageExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitActivityExpression(PROV_NParser.ActivityExpressionContext)

Exit a parse tree produced by activityExpression().

Declaration
void ExitActivityExpression(PROV_NParser.ActivityExpressionContext context)
Parameters
Type Name Description
PROV_NParser.ActivityExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitAgentExpression(PROV_NParser.AgentExpressionContext)

Exit a parse tree produced by agentExpression().

Declaration
void ExitAgentExpression(PROV_NParser.AgentExpressionContext context)
Parameters
Type Name Description
PROV_NParser.AgentExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitAgIdentifier(PROV_NParser.AgIdentifierContext)

Exit a parse tree produced by agIdentifier().

Declaration
void ExitAgIdentifier(PROV_NParser.AgIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.AgIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitAgIdentifierOrMarker(PROV_NParser.AgIdentifierOrMarkerContext)

Exit a parse tree produced by agIdentifierOrMarker().

Declaration
void ExitAgIdentifierOrMarker(PROV_NParser.AgIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.AgIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

ExitAIdentifier(PROV_NParser.AIdentifierContext)

Exit a parse tree produced by aIdentifier().

Declaration
void ExitAIdentifier(PROV_NParser.AIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.AIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitAIdentifierOrMarker(PROV_NParser.AIdentifierOrMarkerContext)

Exit a parse tree produced by aIdentifierOrMarker().

Declaration
void ExitAIdentifierOrMarker(PROV_NParser.AIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.AIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

ExitAlternateExpression(PROV_NParser.AlternateExpressionContext)

Exit a parse tree produced by alternateExpression().

Declaration
void ExitAlternateExpression(PROV_NParser.AlternateExpressionContext context)
Parameters
Type Name Description
PROV_NParser.AlternateExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitAssociationExpression(PROV_NParser.AssociationExpressionContext)

Exit a parse tree produced by associationExpression().

Declaration
void ExitAssociationExpression(PROV_NParser.AssociationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.AssociationExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute(PROV_NParser.AttributeContext)

Exit a parse tree produced by attribute().

Declaration
void ExitAttribute(PROV_NParser.AttributeContext context)
Parameters
Type Name Description
PROV_NParser.AttributeContext context

The parse tree.

| Improve this Doc View Source

ExitAttributeValuePair(PROV_NParser.AttributeValuePairContext)

Exit a parse tree produced by attributeValuePair().

Declaration
void ExitAttributeValuePair(PROV_NParser.AttributeValuePairContext context)
Parameters
Type Name Description
PROV_NParser.AttributeValuePairContext context

The parse tree.

| Improve this Doc View Source

ExitAttributeValuePairs(PROV_NParser.AttributeValuePairsContext)

Exit a parse tree produced by attributeValuePairs().

Declaration
void ExitAttributeValuePairs(PROV_NParser.AttributeValuePairsContext context)
Parameters
Type Name Description
PROV_NParser.AttributeValuePairsContext context

The parse tree.

| Improve this Doc View Source

ExitAttributionExpression(PROV_NParser.AttributionExpressionContext)

Exit a parse tree produced by attributionExpression().

Declaration
void ExitAttributionExpression(PROV_NParser.AttributionExpressionContext context)
Parameters
Type Name Description
PROV_NParser.AttributionExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitBundle(PROV_NParser.BundleContext)

Exit a parse tree produced by bundle().

Declaration
void ExitBundle(PROV_NParser.BundleContext context)
Parameters
Type Name Description
PROV_NParser.BundleContext context

The parse tree.

| Improve this Doc View Source

ExitCIdentifier(PROV_NParser.CIdentifierContext)

Exit a parse tree produced by cIdentifier().

Declaration
void ExitCIdentifier(PROV_NParser.CIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.CIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitCommunicationExpression(PROV_NParser.CommunicationExpressionContext)

Exit a parse tree produced by communicationExpression().

Declaration
void ExitCommunicationExpression(PROV_NParser.CommunicationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.CommunicationExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitConvenienceNotation(PROV_NParser.ConvenienceNotationContext)

Exit a parse tree produced by convenienceNotation().

Declaration
void ExitConvenienceNotation(PROV_NParser.ConvenienceNotationContext context)
Parameters
Type Name Description
PROV_NParser.ConvenienceNotationContext context

The parse tree.

| Improve this Doc View Source

ExitDatatype(PROV_NParser.DatatypeContext)

Exit a parse tree produced by datatype().

Declaration
void ExitDatatype(PROV_NParser.DatatypeContext context)
Parameters
Type Name Description
PROV_NParser.DatatypeContext context

The parse tree.

| Improve this Doc View Source

ExitDefaultNamespaceDeclaration(PROV_NParser.DefaultNamespaceDeclarationContext)

Exit a parse tree produced by defaultNamespaceDeclaration().

Declaration
void ExitDefaultNamespaceDeclaration(PROV_NParser.DefaultNamespaceDeclarationContext context)
Parameters
Type Name Description
PROV_NParser.DefaultNamespaceDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitDelegationExpression(PROV_NParser.DelegationExpressionContext)

Exit a parse tree produced by delegationExpression().

Declaration
void ExitDelegationExpression(PROV_NParser.DelegationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.DelegationExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitDerivationExpression(PROV_NParser.DerivationExpressionContext)

Exit a parse tree produced by derivationExpression().

Declaration
void ExitDerivationExpression(PROV_NParser.DerivationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.DerivationExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitDocument(PROV_NParser.DocumentContext)

Exit a parse tree produced by document().

Declaration
void ExitDocument(PROV_NParser.DocumentContext context)
Parameters
Type Name Description
PROV_NParser.DocumentContext context

The parse tree.

| Improve this Doc View Source

ExitEIdentifier(PROV_NParser.EIdentifierContext)

Exit a parse tree produced by eIdentifier().

Declaration
void ExitEIdentifier(PROV_NParser.EIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.EIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitEIdentifierOrMarker(PROV_NParser.EIdentifierOrMarkerContext)

Exit a parse tree produced by eIdentifierOrMarker().

Declaration
void ExitEIdentifierOrMarker(PROV_NParser.EIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.EIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

ExitEndExpression(PROV_NParser.EndExpressionContext)

Exit a parse tree produced by endExpression().

Declaration
void ExitEndExpression(PROV_NParser.EndExpressionContext context)
Parameters
Type Name Description
PROV_NParser.EndExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitEntityExpression(PROV_NParser.EntityExpressionContext)

Exit a parse tree produced by entityExpression().

Declaration
void ExitEntityExpression(PROV_NParser.EntityExpressionContext context)
Parameters
Type Name Description
PROV_NParser.EntityExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(PROV_NParser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(PROV_NParser.ExpressionContext context)
Parameters
Type Name Description
PROV_NParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitExtensibilityArgument(PROV_NParser.ExtensibilityArgumentContext)

Exit a parse tree produced by extensibilityArgument().

Declaration
void ExitExtensibilityArgument(PROV_NParser.ExtensibilityArgumentContext context)
Parameters
Type Name Description
PROV_NParser.ExtensibilityArgumentContext context

The parse tree.

| Improve this Doc View Source

ExitExtensibilityExpression(PROV_NParser.ExtensibilityExpressionContext)

Exit a parse tree produced by extensibilityExpression().

Declaration
void ExitExtensibilityExpression(PROV_NParser.ExtensibilityExpressionContext context)
Parameters
Type Name Description
PROV_NParser.ExtensibilityExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitExtensibilityTuple(PROV_NParser.ExtensibilityTupleContext)

Exit a parse tree produced by extensibilityTuple().

Declaration
void ExitExtensibilityTuple(PROV_NParser.ExtensibilityTupleContext context)
Parameters
Type Name Description
PROV_NParser.ExtensibilityTupleContext context

The parse tree.

| Improve this Doc View Source

ExitGenerationExpression(PROV_NParser.GenerationExpressionContext)

Exit a parse tree produced by generationExpression().

Declaration
void ExitGenerationExpression(PROV_NParser.GenerationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.GenerationExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitGIdentifier(PROV_NParser.GIdentifierContext)

Exit a parse tree produced by gIdentifier().

Declaration
void ExitGIdentifier(PROV_NParser.GIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.GIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitGIdentifierOrMarker(PROV_NParser.GIdentifierOrMarkerContext)

Exit a parse tree produced by gIdentifierOrMarker().

Declaration
void ExitGIdentifierOrMarker(PROV_NParser.GIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.GIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(PROV_NParser.IdentifierContext)

Exit a parse tree produced by identifier().

Declaration
void ExitIdentifier(PROV_NParser.IdentifierContext context)
Parameters
Type Name Description
PROV_NParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifierOrMarker(PROV_NParser.IdentifierOrMarkerContext)

Exit a parse tree produced by identifierOrMarker().

Declaration
void ExitIdentifierOrMarker(PROV_NParser.IdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.IdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

ExitInfluenceExpression(PROV_NParser.InfluenceExpressionContext)

Exit a parse tree produced by influenceExpression().

Declaration
void ExitInfluenceExpression(PROV_NParser.InfluenceExpressionContext context)
Parameters
Type Name Description
PROV_NParser.InfluenceExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitInvalidationExpression(PROV_NParser.InvalidationExpressionContext)

Exit a parse tree produced by invalidationExpression().

Declaration
void ExitInvalidationExpression(PROV_NParser.InvalidationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.InvalidationExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(PROV_NParser.LiteralContext)

Exit a parse tree produced by literal().

Declaration
void ExitLiteral(PROV_NParser.LiteralContext context)
Parameters
Type Name Description
PROV_NParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitMembershipExpression(PROV_NParser.MembershipExpressionContext)

Exit a parse tree produced by membershipExpression().

Declaration
void ExitMembershipExpression(PROV_NParser.MembershipExpressionContext context)
Parameters
Type Name Description
PROV_NParser.MembershipExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitNamespace_(PROV_NParser.Namespace_Context)

Exit a parse tree produced by namespace_().

Declaration
void ExitNamespace_(PROV_NParser.Namespace_Context context)
Parameters
Type Name Description
PROV_NParser.Namespace_Context context

The parse tree.

| Improve this Doc View Source

ExitNamespaceDeclaration(PROV_NParser.NamespaceDeclarationContext)

Exit a parse tree produced by namespaceDeclaration().

Declaration
void ExitNamespaceDeclaration(PROV_NParser.NamespaceDeclarationContext context)
Parameters
Type Name Description
PROV_NParser.NamespaceDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitNamespaceDeclarations(PROV_NParser.NamespaceDeclarationsContext)

Exit a parse tree produced by namespaceDeclarations().

Declaration
void ExitNamespaceDeclarations(PROV_NParser.NamespaceDeclarationsContext context)
Parameters
Type Name Description
PROV_NParser.NamespaceDeclarationsContext context

The parse tree.

| Improve this Doc View Source

ExitOptionalAttributeValuePairs(PROV_NParser.OptionalAttributeValuePairsContext)

Exit a parse tree produced by optionalAttributeValuePairs().

Declaration
void ExitOptionalAttributeValuePairs(PROV_NParser.OptionalAttributeValuePairsContext context)
Parameters
Type Name Description
PROV_NParser.OptionalAttributeValuePairsContext context

The parse tree.

| Improve this Doc View Source

ExitOptionalIdentifier(PROV_NParser.OptionalIdentifierContext)

Exit a parse tree produced by optionalIdentifier().

Declaration
void ExitOptionalIdentifier(PROV_NParser.OptionalIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.OptionalIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitSpecializationExpression(PROV_NParser.SpecializationExpressionContext)

Exit a parse tree produced by specializationExpression().

Declaration
void ExitSpecializationExpression(PROV_NParser.SpecializationExpressionContext context)
Parameters
Type Name Description
PROV_NParser.SpecializationExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitStartExpression(PROV_NParser.StartExpressionContext)

Exit a parse tree produced by startExpression().

Declaration
void ExitStartExpression(PROV_NParser.StartExpressionContext context)
Parameters
Type Name Description
PROV_NParser.StartExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitTime(PROV_NParser.TimeContext)

Exit a parse tree produced by time().

Declaration
void ExitTime(PROV_NParser.TimeContext context)
Parameters
Type Name Description
PROV_NParser.TimeContext context

The parse tree.

| Improve this Doc View Source

ExitTimeOrMarker(PROV_NParser.TimeOrMarkerContext)

Exit a parse tree produced by timeOrMarker().

Declaration
void ExitTimeOrMarker(PROV_NParser.TimeOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.TimeOrMarkerContext context

The parse tree.

| Improve this Doc View Source

ExitTypedLiteral(PROV_NParser.TypedLiteralContext)

Exit a parse tree produced by typedLiteral().

Declaration
void ExitTypedLiteral(PROV_NParser.TypedLiteralContext context)
Parameters
Type Name Description
PROV_NParser.TypedLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitUIdentifier(PROV_NParser.UIdentifierContext)

Exit a parse tree produced by uIdentifier().

Declaration
void ExitUIdentifier(PROV_NParser.UIdentifierContext context)
Parameters
Type Name Description
PROV_NParser.UIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitUIdentifierOrMarker(PROV_NParser.UIdentifierOrMarkerContext)

Exit a parse tree produced by uIdentifierOrMarker().

Declaration
void ExitUIdentifierOrMarker(PROV_NParser.UIdentifierOrMarkerContext context)
Parameters
Type Name Description
PROV_NParser.UIdentifierOrMarkerContext context

The parse tree.

| Improve this Doc View Source

ExitUsageExpression(PROV_NParser.UsageExpressionContext)

Exit a parse tree produced by usageExpression().

Declaration
void ExitUsageExpression(PROV_NParser.UsageExpressionContext context)
Parameters
Type Name Description
PROV_NParser.UsageExpressionContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX