Show / Hide Table of Contents

Class PROV_NBaseListener

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

Inheritance
System.Object
PROV_NBaseListener
Implements
IPROV_NListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.ProvN
Assembly: ProvN.dll
Syntax
public class PROV_NBaseListener : object, IPROV_NListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterActivityExpression(PROV_NParser.ActivityExpressionContext)

Enter a parse tree produced by activityExpression().

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExpression(PROV_NParser.ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExpression(PROV_NParser.ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IPROV_NListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX