Show / Hide Table of Contents

Class SparqlBaseListener

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

Inheritance
System.Object
SparqlBaseListener
Implements
ISparqlListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Sparql
Assembly: Sparql.dll
Syntax
public class SparqlBaseListener : object, ISparqlListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAdditiveExpression(SparqlParser.AdditiveExpressionContext)

Enter a parse tree produced by additiveExpression().

The default implementation does nothing.

Declaration
public virtual void EnterAdditiveExpression(SparqlParser.AdditiveExpressionContext context)
Parameters
Type Name Description
SparqlParser.AdditiveExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterArgList(SparqlParser.ArgListContext)

Enter a parse tree produced by argList().

The default implementation does nothing.

Declaration
public virtual void EnterArgList(SparqlParser.ArgListContext context)
Parameters
Type Name Description
SparqlParser.ArgListContext context

The parse tree.

| Improve this Doc View Source

EnterAskQuery(SparqlParser.AskQueryContext)

Enter a parse tree produced by askQuery().

The default implementation does nothing.

Declaration
public virtual void EnterAskQuery(SparqlParser.AskQueryContext context)
Parameters
Type Name Description
SparqlParser.AskQueryContext context

The parse tree.

| Improve this Doc View Source

EnterBaseDecl(SparqlParser.BaseDeclContext)

Enter a parse tree produced by baseDecl().

The default implementation does nothing.

Declaration
public virtual void EnterBaseDecl(SparqlParser.BaseDeclContext context)
Parameters
Type Name Description
SparqlParser.BaseDeclContext context

The parse tree.

| Improve this Doc View Source

EnterBlankNode(SparqlParser.BlankNodeContext)

Enter a parse tree produced by blankNode().

The default implementation does nothing.

Declaration
public virtual void EnterBlankNode(SparqlParser.BlankNodeContext context)
Parameters
Type Name Description
SparqlParser.BlankNodeContext context

The parse tree.

| Improve this Doc View Source

EnterBlankNodePropertyList(SparqlParser.BlankNodePropertyListContext)

Enter a parse tree produced by blankNodePropertyList().

The default implementation does nothing.

Declaration
public virtual void EnterBlankNodePropertyList(SparqlParser.BlankNodePropertyListContext context)
Parameters
Type Name Description
SparqlParser.BlankNodePropertyListContext context

The parse tree.

| Improve this Doc View Source

EnterBooleanLiteral(SparqlParser.BooleanLiteralContext)

Enter a parse tree produced by booleanLiteral().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterBrackettedExpression(SparqlParser.BrackettedExpressionContext)

Enter a parse tree produced by brackettedExpression().

The default implementation does nothing.

Declaration
public virtual void EnterBrackettedExpression(SparqlParser.BrackettedExpressionContext context)
Parameters
Type Name Description
SparqlParser.BrackettedExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterBuiltInCall(SparqlParser.BuiltInCallContext)

Enter a parse tree produced by builtInCall().

The default implementation does nothing.

Declaration
public virtual void EnterBuiltInCall(SparqlParser.BuiltInCallContext context)
Parameters
Type Name Description
SparqlParser.BuiltInCallContext context

The parse tree.

| Improve this Doc View Source

EnterCollection(SparqlParser.CollectionContext)

Enter a parse tree produced by collection().

The default implementation does nothing.

Declaration
public virtual void EnterCollection(SparqlParser.CollectionContext context)
Parameters
Type Name Description
SparqlParser.CollectionContext context

The parse tree.

| Improve this Doc View Source

EnterConditionalAndExpression(SparqlParser.ConditionalAndExpressionContext)

Enter a parse tree produced by conditionalAndExpression().

The default implementation does nothing.

Declaration
public virtual void EnterConditionalAndExpression(SparqlParser.ConditionalAndExpressionContext context)
Parameters
Type Name Description
SparqlParser.ConditionalAndExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterConditionalOrExpression(SparqlParser.ConditionalOrExpressionContext)

Enter a parse tree produced by conditionalOrExpression().

The default implementation does nothing.

Declaration
public virtual void EnterConditionalOrExpression(SparqlParser.ConditionalOrExpressionContext context)
Parameters
Type Name Description
SparqlParser.ConditionalOrExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterConstraint(SparqlParser.ConstraintContext)

Enter a parse tree produced by constraint().

The default implementation does nothing.

Declaration
public virtual void EnterConstraint(SparqlParser.ConstraintContext context)
Parameters
Type Name Description
SparqlParser.ConstraintContext context

The parse tree.

| Improve this Doc View Source

EnterConstructQuery(SparqlParser.ConstructQueryContext)

Enter a parse tree produced by constructQuery().

The default implementation does nothing.

Declaration
public virtual void EnterConstructQuery(SparqlParser.ConstructQueryContext context)
Parameters
Type Name Description
SparqlParser.ConstructQueryContext context

The parse tree.

| Improve this Doc View Source

EnterConstructTemplate(SparqlParser.ConstructTemplateContext)

Enter a parse tree produced by constructTemplate().

The default implementation does nothing.

Declaration
public virtual void EnterConstructTemplate(SparqlParser.ConstructTemplateContext context)
Parameters
Type Name Description
SparqlParser.ConstructTemplateContext context

The parse tree.

| Improve this Doc View Source

EnterConstructTriples(SparqlParser.ConstructTriplesContext)

Enter a parse tree produced by constructTriples().

The default implementation does nothing.

Declaration
public virtual void EnterConstructTriples(SparqlParser.ConstructTriplesContext context)
Parameters
Type Name Description
SparqlParser.ConstructTriplesContext context

The parse tree.

| Improve this Doc View Source

EnterDatasetClause(SparqlParser.DatasetClauseContext)

Enter a parse tree produced by datasetClause().

The default implementation does nothing.

Declaration
public virtual void EnterDatasetClause(SparqlParser.DatasetClauseContext context)
Parameters
Type Name Description
SparqlParser.DatasetClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDefaultGraphClause(SparqlParser.DefaultGraphClauseContext)

Enter a parse tree produced by defaultGraphClause().

The default implementation does nothing.

Declaration
public virtual void EnterDefaultGraphClause(SparqlParser.DefaultGraphClauseContext context)
Parameters
Type Name Description
SparqlParser.DefaultGraphClauseContext context

The parse tree.

| Improve this Doc View Source

EnterDescribeQuery(SparqlParser.DescribeQueryContext)

Enter a parse tree produced by describeQuery().

The default implementation does nothing.

Declaration
public virtual void EnterDescribeQuery(SparqlParser.DescribeQueryContext context)
Parameters
Type Name Description
SparqlParser.DescribeQueryContext 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(SparqlParser.ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void EnterExpression(SparqlParser.ExpressionContext context)
Parameters
Type Name Description
SparqlParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterFilter_(SparqlParser.Filter_Context)

Enter a parse tree produced by filter_().

The default implementation does nothing.

Declaration
public virtual void EnterFilter_(SparqlParser.Filter_Context context)
Parameters
Type Name Description
SparqlParser.Filter_Context context

The parse tree.

| Improve this Doc View Source

EnterFunctionCall(SparqlParser.FunctionCallContext)

Enter a parse tree produced by functionCall().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterGraphGraphPattern(SparqlParser.GraphGraphPatternContext)

Enter a parse tree produced by graphGraphPattern().

The default implementation does nothing.

Declaration
public virtual void EnterGraphGraphPattern(SparqlParser.GraphGraphPatternContext context)
Parameters
Type Name Description
SparqlParser.GraphGraphPatternContext context

The parse tree.

| Improve this Doc View Source

EnterGraphNode(SparqlParser.GraphNodeContext)

Enter a parse tree produced by graphNode().

The default implementation does nothing.

Declaration
public virtual void EnterGraphNode(SparqlParser.GraphNodeContext context)
Parameters
Type Name Description
SparqlParser.GraphNodeContext context

The parse tree.

| Improve this Doc View Source

EnterGraphPatternNotTriples(SparqlParser.GraphPatternNotTriplesContext)

Enter a parse tree produced by graphPatternNotTriples().

The default implementation does nothing.

Declaration
public virtual void EnterGraphPatternNotTriples(SparqlParser.GraphPatternNotTriplesContext context)
Parameters
Type Name Description
SparqlParser.GraphPatternNotTriplesContext context

The parse tree.

| Improve this Doc View Source

EnterGraphTerm(SparqlParser.GraphTermContext)

Enter a parse tree produced by graphTerm().

The default implementation does nothing.

Declaration
public virtual void EnterGraphTerm(SparqlParser.GraphTermContext context)
Parameters
Type Name Description
SparqlParser.GraphTermContext context

The parse tree.

| Improve this Doc View Source

EnterGroupGraphPattern(SparqlParser.GroupGraphPatternContext)

Enter a parse tree produced by groupGraphPattern().

The default implementation does nothing.

Declaration
public virtual void EnterGroupGraphPattern(SparqlParser.GroupGraphPatternContext context)
Parameters
Type Name Description
SparqlParser.GroupGraphPatternContext context

The parse tree.

| Improve this Doc View Source

EnterGroupOrUnionGraphPattern(SparqlParser.GroupOrUnionGraphPatternContext)

Enter a parse tree produced by groupOrUnionGraphPattern().

The default implementation does nothing.

Declaration
public virtual void EnterGroupOrUnionGraphPattern(SparqlParser.GroupOrUnionGraphPatternContext context)
Parameters
Type Name Description
SparqlParser.GroupOrUnionGraphPatternContext context

The parse tree.

| Improve this Doc View Source

EnterIriRef(SparqlParser.IriRefContext)

Enter a parse tree produced by iriRef().

The default implementation does nothing.

Declaration
public virtual void EnterIriRef(SparqlParser.IriRefContext context)
Parameters
Type Name Description
SparqlParser.IriRefContext context

The parse tree.

| Improve this Doc View Source

EnterIriRefOrFunction(SparqlParser.IriRefOrFunctionContext)

Enter a parse tree produced by iriRefOrFunction().

The default implementation does nothing.

Declaration
public virtual void EnterIriRefOrFunction(SparqlParser.IriRefOrFunctionContext context)
Parameters
Type Name Description
SparqlParser.IriRefOrFunctionContext context

The parse tree.

| Improve this Doc View Source

EnterLimitClause(SparqlParser.LimitClauseContext)

Enter a parse tree produced by limitClause().

The default implementation does nothing.

Declaration
public virtual void EnterLimitClause(SparqlParser.LimitClauseContext context)
Parameters
Type Name Description
SparqlParser.LimitClauseContext context

The parse tree.

| Improve this Doc View Source

EnterLimitOffsetClauses(SparqlParser.LimitOffsetClausesContext)

Enter a parse tree produced by limitOffsetClauses().

The default implementation does nothing.

Declaration
public virtual void EnterLimitOffsetClauses(SparqlParser.LimitOffsetClausesContext context)
Parameters
Type Name Description
SparqlParser.LimitOffsetClausesContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplicativeExpression(SparqlParser.MultiplicativeExpressionContext)

Enter a parse tree produced by multiplicativeExpression().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplicativeExpression(SparqlParser.MultiplicativeExpressionContext context)
Parameters
Type Name Description
SparqlParser.MultiplicativeExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterNamedGraphClause(SparqlParser.NamedGraphClauseContext)

Enter a parse tree produced by namedGraphClause().

The default implementation does nothing.

Declaration
public virtual void EnterNamedGraphClause(SparqlParser.NamedGraphClauseContext context)
Parameters
Type Name Description
SparqlParser.NamedGraphClauseContext context

The parse tree.

| Improve this Doc View Source

EnterNumericExpression(SparqlParser.NumericExpressionContext)

Enter a parse tree produced by numericExpression().

The default implementation does nothing.

Declaration
public virtual void EnterNumericExpression(SparqlParser.NumericExpressionContext context)
Parameters
Type Name Description
SparqlParser.NumericExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterNumericLiteral(SparqlParser.NumericLiteralContext)

Enter a parse tree produced by numericLiteral().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterNumericLiteralNegative(SparqlParser.NumericLiteralNegativeContext)

Enter a parse tree produced by numericLiteralNegative().

The default implementation does nothing.

Declaration
public virtual void EnterNumericLiteralNegative(SparqlParser.NumericLiteralNegativeContext context)
Parameters
Type Name Description
SparqlParser.NumericLiteralNegativeContext context

The parse tree.

| Improve this Doc View Source

EnterNumericLiteralPositive(SparqlParser.NumericLiteralPositiveContext)

Enter a parse tree produced by numericLiteralPositive().

The default implementation does nothing.

Declaration
public virtual void EnterNumericLiteralPositive(SparqlParser.NumericLiteralPositiveContext context)
Parameters
Type Name Description
SparqlParser.NumericLiteralPositiveContext context

The parse tree.

| Improve this Doc View Source

EnterNumericLiteralUnsigned(SparqlParser.NumericLiteralUnsignedContext)

Enter a parse tree produced by numericLiteralUnsigned().

The default implementation does nothing.

Declaration
public virtual void EnterNumericLiteralUnsigned(SparqlParser.NumericLiteralUnsignedContext context)
Parameters
Type Name Description
SparqlParser.NumericLiteralUnsignedContext context

The parse tree.

| Improve this Doc View Source

EnterObject_(SparqlParser.Object_Context)

Enter a parse tree produced by object_().

The default implementation does nothing.

Declaration
public virtual void EnterObject_(SparqlParser.Object_Context context)
Parameters
Type Name Description
SparqlParser.Object_Context context

The parse tree.

| Improve this Doc View Source

EnterObjectList(SparqlParser.ObjectListContext)

Enter a parse tree produced by objectList().

The default implementation does nothing.

Declaration
public virtual void EnterObjectList(SparqlParser.ObjectListContext context)
Parameters
Type Name Description
SparqlParser.ObjectListContext context

The parse tree.

| Improve this Doc View Source

EnterOffsetClause(SparqlParser.OffsetClauseContext)

Enter a parse tree produced by offsetClause().

The default implementation does nothing.

Declaration
public virtual void EnterOffsetClause(SparqlParser.OffsetClauseContext context)
Parameters
Type Name Description
SparqlParser.OffsetClauseContext context

The parse tree.

| Improve this Doc View Source

EnterOptionalGraphPattern(SparqlParser.OptionalGraphPatternContext)

Enter a parse tree produced by optionalGraphPattern().

The default implementation does nothing.

Declaration
public virtual void EnterOptionalGraphPattern(SparqlParser.OptionalGraphPatternContext context)
Parameters
Type Name Description
SparqlParser.OptionalGraphPatternContext context

The parse tree.

| Improve this Doc View Source

EnterOrderClause(SparqlParser.OrderClauseContext)

Enter a parse tree produced by orderClause().

The default implementation does nothing.

Declaration
public virtual void EnterOrderClause(SparqlParser.OrderClauseContext context)
Parameters
Type Name Description
SparqlParser.OrderClauseContext context

The parse tree.

| Improve this Doc View Source

EnterOrderCondition(SparqlParser.OrderConditionContext)

Enter a parse tree produced by orderCondition().

The default implementation does nothing.

Declaration
public virtual void EnterOrderCondition(SparqlParser.OrderConditionContext context)
Parameters
Type Name Description
SparqlParser.OrderConditionContext context

The parse tree.

| Improve this Doc View Source

EnterPrefixDecl(SparqlParser.PrefixDeclContext)

Enter a parse tree produced by prefixDecl().

The default implementation does nothing.

Declaration
public virtual void EnterPrefixDecl(SparqlParser.PrefixDeclContext context)
Parameters
Type Name Description
SparqlParser.PrefixDeclContext context

The parse tree.

| Improve this Doc View Source

EnterPrefixedName(SparqlParser.PrefixedNameContext)

Enter a parse tree produced by prefixedName().

The default implementation does nothing.

Declaration
public virtual void EnterPrefixedName(SparqlParser.PrefixedNameContext context)
Parameters
Type Name Description
SparqlParser.PrefixedNameContext context

The parse tree.

| Improve this Doc View Source

EnterPrimaryExpression(SparqlParser.PrimaryExpressionContext)

Enter a parse tree produced by primaryExpression().

The default implementation does nothing.

Declaration
public virtual void EnterPrimaryExpression(SparqlParser.PrimaryExpressionContext context)
Parameters
Type Name Description
SparqlParser.PrimaryExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterPrologue(SparqlParser.PrologueContext)

Enter a parse tree produced by prologue().

The default implementation does nothing.

Declaration
public virtual void EnterPrologue(SparqlParser.PrologueContext context)
Parameters
Type Name Description
SparqlParser.PrologueContext context

The parse tree.

| Improve this Doc View Source

EnterPropertyList(SparqlParser.PropertyListContext)

Enter a parse tree produced by propertyList().

The default implementation does nothing.

Declaration
public virtual void EnterPropertyList(SparqlParser.PropertyListContext context)
Parameters
Type Name Description
SparqlParser.PropertyListContext context

The parse tree.

| Improve this Doc View Source

EnterPropertyListNotEmpty(SparqlParser.PropertyListNotEmptyContext)

Enter a parse tree produced by propertyListNotEmpty().

The default implementation does nothing.

Declaration
public virtual void EnterPropertyListNotEmpty(SparqlParser.PropertyListNotEmptyContext context)
Parameters
Type Name Description
SparqlParser.PropertyListNotEmptyContext context

The parse tree.

| Improve this Doc View Source

EnterQuery(SparqlParser.QueryContext)

Enter a parse tree produced by query().

The default implementation does nothing.

Declaration
public virtual void EnterQuery(SparqlParser.QueryContext context)
Parameters
Type Name Description
SparqlParser.QueryContext context

The parse tree.

| Improve this Doc View Source

EnterRdfLiteral(SparqlParser.RdfLiteralContext)

Enter a parse tree produced by rdfLiteral().

The default implementation does nothing.

Declaration
public virtual void EnterRdfLiteral(SparqlParser.RdfLiteralContext context)
Parameters
Type Name Description
SparqlParser.RdfLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterRegexExpression(SparqlParser.RegexExpressionContext)

Enter a parse tree produced by regexExpression().

The default implementation does nothing.

Declaration
public virtual void EnterRegexExpression(SparqlParser.RegexExpressionContext context)
Parameters
Type Name Description
SparqlParser.RegexExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterRelationalExpression(SparqlParser.RelationalExpressionContext)

Enter a parse tree produced by relationalExpression().

The default implementation does nothing.

Declaration
public virtual void EnterRelationalExpression(SparqlParser.RelationalExpressionContext context)
Parameters
Type Name Description
SparqlParser.RelationalExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterSelectQuery(SparqlParser.SelectQueryContext)

Enter a parse tree produced by selectQuery().

The default implementation does nothing.

Declaration
public virtual void EnterSelectQuery(SparqlParser.SelectQueryContext context)
Parameters
Type Name Description
SparqlParser.SelectQueryContext context

The parse tree.

| Improve this Doc View Source

EnterSolutionModifier(SparqlParser.SolutionModifierContext)

Enter a parse tree produced by solutionModifier().

The default implementation does nothing.

Declaration
public virtual void EnterSolutionModifier(SparqlParser.SolutionModifierContext context)
Parameters
Type Name Description
SparqlParser.SolutionModifierContext context

The parse tree.

| Improve this Doc View Source

EnterSourceSelector(SparqlParser.SourceSelectorContext)

Enter a parse tree produced by sourceSelector().

The default implementation does nothing.

Declaration
public virtual void EnterSourceSelector(SparqlParser.SourceSelectorContext context)
Parameters
Type Name Description
SparqlParser.SourceSelectorContext context

The parse tree.

| Improve this Doc View Source

EnterString(SparqlParser.StringContext)

Enter a parse tree produced by .

The default implementation does nothing.

Declaration
public virtual void EnterString(SparqlParser.StringContext context)
Parameters
Type Name Description
SparqlParser.StringContext context

The parse tree.

| Improve this Doc View Source

EnterTriplesBlock(SparqlParser.TriplesBlockContext)

Enter a parse tree produced by triplesBlock().

The default implementation does nothing.

Declaration
public virtual void EnterTriplesBlock(SparqlParser.TriplesBlockContext context)
Parameters
Type Name Description
SparqlParser.TriplesBlockContext context

The parse tree.

| Improve this Doc View Source

EnterTriplesNode(SparqlParser.TriplesNodeContext)

Enter a parse tree produced by triplesNode().

The default implementation does nothing.

Declaration
public virtual void EnterTriplesNode(SparqlParser.TriplesNodeContext context)
Parameters
Type Name Description
SparqlParser.TriplesNodeContext context

The parse tree.

| Improve this Doc View Source

EnterTriplesSameSubject(SparqlParser.TriplesSameSubjectContext)

Enter a parse tree produced by triplesSameSubject().

The default implementation does nothing.

Declaration
public virtual void EnterTriplesSameSubject(SparqlParser.TriplesSameSubjectContext context)
Parameters
Type Name Description
SparqlParser.TriplesSameSubjectContext context

The parse tree.

| Improve this Doc View Source

EnterUnaryExpression(SparqlParser.UnaryExpressionContext)

Enter a parse tree produced by unaryExpression().

The default implementation does nothing.

Declaration
public virtual void EnterUnaryExpression(SparqlParser.UnaryExpressionContext context)
Parameters
Type Name Description
SparqlParser.UnaryExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterValueLogical(SparqlParser.ValueLogicalContext)

Enter a parse tree produced by valueLogical().

The default implementation does nothing.

Declaration
public virtual void EnterValueLogical(SparqlParser.ValueLogicalContext context)
Parameters
Type Name Description
SparqlParser.ValueLogicalContext context

The parse tree.

| Improve this Doc View Source

EnterVar_(SparqlParser.Var_Context)

Enter a parse tree produced by var_().

The default implementation does nothing.

Declaration
public virtual void EnterVar_(SparqlParser.Var_Context context)
Parameters
Type Name Description
SparqlParser.Var_Context context

The parse tree.

| Improve this Doc View Source

EnterVarOrIRIref(SparqlParser.VarOrIRIrefContext)

Enter a parse tree produced by varOrIRIref().

The default implementation does nothing.

Declaration
public virtual void EnterVarOrIRIref(SparqlParser.VarOrIRIrefContext context)
Parameters
Type Name Description
SparqlParser.VarOrIRIrefContext context

The parse tree.

| Improve this Doc View Source

EnterVarOrTerm(SparqlParser.VarOrTermContext)

Enter a parse tree produced by varOrTerm().

The default implementation does nothing.

Declaration
public virtual void EnterVarOrTerm(SparqlParser.VarOrTermContext context)
Parameters
Type Name Description
SparqlParser.VarOrTermContext context

The parse tree.

| Improve this Doc View Source

EnterVerb(SparqlParser.VerbContext)

Enter a parse tree produced by verb().

The default implementation does nothing.

Declaration
public virtual void EnterVerb(SparqlParser.VerbContext context)
Parameters
Type Name Description
SparqlParser.VerbContext context

The parse tree.

| Improve this Doc View Source

EnterWhereClause(SparqlParser.WhereClauseContext)

Enter a parse tree produced by whereClause().

The default implementation does nothing.

Declaration
public virtual void EnterWhereClause(SparqlParser.WhereClauseContext context)
Parameters
Type Name Description
SparqlParser.WhereClauseContext context

The parse tree.

| Improve this Doc View Source

ExitAdditiveExpression(SparqlParser.AdditiveExpressionContext)

Exit a parse tree produced by additiveExpression().

The default implementation does nothing.

Declaration
public virtual void ExitAdditiveExpression(SparqlParser.AdditiveExpressionContext context)
Parameters
Type Name Description
SparqlParser.AdditiveExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitArgList(SparqlParser.ArgListContext)

Exit a parse tree produced by argList().

The default implementation does nothing.

Declaration
public virtual void ExitArgList(SparqlParser.ArgListContext context)
Parameters
Type Name Description
SparqlParser.ArgListContext context

The parse tree.

| Improve this Doc View Source

ExitAskQuery(SparqlParser.AskQueryContext)

Exit a parse tree produced by askQuery().

The default implementation does nothing.

Declaration
public virtual void ExitAskQuery(SparqlParser.AskQueryContext context)
Parameters
Type Name Description
SparqlParser.AskQueryContext context

The parse tree.

| Improve this Doc View Source

ExitBaseDecl(SparqlParser.BaseDeclContext)

Exit a parse tree produced by baseDecl().

The default implementation does nothing.

Declaration
public virtual void ExitBaseDecl(SparqlParser.BaseDeclContext context)
Parameters
Type Name Description
SparqlParser.BaseDeclContext context

The parse tree.

| Improve this Doc View Source

ExitBlankNode(SparqlParser.BlankNodeContext)

Exit a parse tree produced by blankNode().

The default implementation does nothing.

Declaration
public virtual void ExitBlankNode(SparqlParser.BlankNodeContext context)
Parameters
Type Name Description
SparqlParser.BlankNodeContext context

The parse tree.

| Improve this Doc View Source

ExitBlankNodePropertyList(SparqlParser.BlankNodePropertyListContext)

Exit a parse tree produced by blankNodePropertyList().

The default implementation does nothing.

Declaration
public virtual void ExitBlankNodePropertyList(SparqlParser.BlankNodePropertyListContext context)
Parameters
Type Name Description
SparqlParser.BlankNodePropertyListContext context

The parse tree.

| Improve this Doc View Source

ExitBooleanLiteral(SparqlParser.BooleanLiteralContext)

Exit a parse tree produced by booleanLiteral().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitBrackettedExpression(SparqlParser.BrackettedExpressionContext)

Exit a parse tree produced by brackettedExpression().

The default implementation does nothing.

Declaration
public virtual void ExitBrackettedExpression(SparqlParser.BrackettedExpressionContext context)
Parameters
Type Name Description
SparqlParser.BrackettedExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitBuiltInCall(SparqlParser.BuiltInCallContext)

Exit a parse tree produced by builtInCall().

The default implementation does nothing.

Declaration
public virtual void ExitBuiltInCall(SparqlParser.BuiltInCallContext context)
Parameters
Type Name Description
SparqlParser.BuiltInCallContext context

The parse tree.

| Improve this Doc View Source

ExitCollection(SparqlParser.CollectionContext)

Exit a parse tree produced by collection().

The default implementation does nothing.

Declaration
public virtual void ExitCollection(SparqlParser.CollectionContext context)
Parameters
Type Name Description
SparqlParser.CollectionContext context

The parse tree.

| Improve this Doc View Source

ExitConditionalAndExpression(SparqlParser.ConditionalAndExpressionContext)

Exit a parse tree produced by conditionalAndExpression().

The default implementation does nothing.

Declaration
public virtual void ExitConditionalAndExpression(SparqlParser.ConditionalAndExpressionContext context)
Parameters
Type Name Description
SparqlParser.ConditionalAndExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitConditionalOrExpression(SparqlParser.ConditionalOrExpressionContext)

Exit a parse tree produced by conditionalOrExpression().

The default implementation does nothing.

Declaration
public virtual void ExitConditionalOrExpression(SparqlParser.ConditionalOrExpressionContext context)
Parameters
Type Name Description
SparqlParser.ConditionalOrExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitConstraint(SparqlParser.ConstraintContext)

Exit a parse tree produced by constraint().

The default implementation does nothing.

Declaration
public virtual void ExitConstraint(SparqlParser.ConstraintContext context)
Parameters
Type Name Description
SparqlParser.ConstraintContext context

The parse tree.

| Improve this Doc View Source

ExitConstructQuery(SparqlParser.ConstructQueryContext)

Exit a parse tree produced by constructQuery().

The default implementation does nothing.

Declaration
public virtual void ExitConstructQuery(SparqlParser.ConstructQueryContext context)
Parameters
Type Name Description
SparqlParser.ConstructQueryContext context

The parse tree.

| Improve this Doc View Source

ExitConstructTemplate(SparqlParser.ConstructTemplateContext)

Exit a parse tree produced by constructTemplate().

The default implementation does nothing.

Declaration
public virtual void ExitConstructTemplate(SparqlParser.ConstructTemplateContext context)
Parameters
Type Name Description
SparqlParser.ConstructTemplateContext context

The parse tree.

| Improve this Doc View Source

ExitConstructTriples(SparqlParser.ConstructTriplesContext)

Exit a parse tree produced by constructTriples().

The default implementation does nothing.

Declaration
public virtual void ExitConstructTriples(SparqlParser.ConstructTriplesContext context)
Parameters
Type Name Description
SparqlParser.ConstructTriplesContext context

The parse tree.

| Improve this Doc View Source

ExitDatasetClause(SparqlParser.DatasetClauseContext)

Exit a parse tree produced by datasetClause().

The default implementation does nothing.

Declaration
public virtual void ExitDatasetClause(SparqlParser.DatasetClauseContext context)
Parameters
Type Name Description
SparqlParser.DatasetClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDefaultGraphClause(SparqlParser.DefaultGraphClauseContext)

Exit a parse tree produced by defaultGraphClause().

The default implementation does nothing.

Declaration
public virtual void ExitDefaultGraphClause(SparqlParser.DefaultGraphClauseContext context)
Parameters
Type Name Description
SparqlParser.DefaultGraphClauseContext context

The parse tree.

| Improve this Doc View Source

ExitDescribeQuery(SparqlParser.DescribeQueryContext)

Exit a parse tree produced by describeQuery().

The default implementation does nothing.

Declaration
public virtual void ExitDescribeQuery(SparqlParser.DescribeQueryContext context)
Parameters
Type Name Description
SparqlParser.DescribeQueryContext 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(SparqlParser.ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void ExitExpression(SparqlParser.ExpressionContext context)
Parameters
Type Name Description
SparqlParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitFilter_(SparqlParser.Filter_Context)

Exit a parse tree produced by filter_().

The default implementation does nothing.

Declaration
public virtual void ExitFilter_(SparqlParser.Filter_Context context)
Parameters
Type Name Description
SparqlParser.Filter_Context context

The parse tree.

| Improve this Doc View Source

ExitFunctionCall(SparqlParser.FunctionCallContext)

Exit a parse tree produced by functionCall().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitGraphGraphPattern(SparqlParser.GraphGraphPatternContext)

Exit a parse tree produced by graphGraphPattern().

The default implementation does nothing.

Declaration
public virtual void ExitGraphGraphPattern(SparqlParser.GraphGraphPatternContext context)
Parameters
Type Name Description
SparqlParser.GraphGraphPatternContext context

The parse tree.

| Improve this Doc View Source

ExitGraphNode(SparqlParser.GraphNodeContext)

Exit a parse tree produced by graphNode().

The default implementation does nothing.

Declaration
public virtual void ExitGraphNode(SparqlParser.GraphNodeContext context)
Parameters
Type Name Description
SparqlParser.GraphNodeContext context

The parse tree.

| Improve this Doc View Source

ExitGraphPatternNotTriples(SparqlParser.GraphPatternNotTriplesContext)

Exit a parse tree produced by graphPatternNotTriples().

The default implementation does nothing.

Declaration
public virtual void ExitGraphPatternNotTriples(SparqlParser.GraphPatternNotTriplesContext context)
Parameters
Type Name Description
SparqlParser.GraphPatternNotTriplesContext context

The parse tree.

| Improve this Doc View Source

ExitGraphTerm(SparqlParser.GraphTermContext)

Exit a parse tree produced by graphTerm().

The default implementation does nothing.

Declaration
public virtual void ExitGraphTerm(SparqlParser.GraphTermContext context)
Parameters
Type Name Description
SparqlParser.GraphTermContext context

The parse tree.

| Improve this Doc View Source

ExitGroupGraphPattern(SparqlParser.GroupGraphPatternContext)

Exit a parse tree produced by groupGraphPattern().

The default implementation does nothing.

Declaration
public virtual void ExitGroupGraphPattern(SparqlParser.GroupGraphPatternContext context)
Parameters
Type Name Description
SparqlParser.GroupGraphPatternContext context

The parse tree.

| Improve this Doc View Source

ExitGroupOrUnionGraphPattern(SparqlParser.GroupOrUnionGraphPatternContext)

Exit a parse tree produced by groupOrUnionGraphPattern().

The default implementation does nothing.

Declaration
public virtual void ExitGroupOrUnionGraphPattern(SparqlParser.GroupOrUnionGraphPatternContext context)
Parameters
Type Name Description
SparqlParser.GroupOrUnionGraphPatternContext context

The parse tree.

| Improve this Doc View Source

ExitIriRef(SparqlParser.IriRefContext)

Exit a parse tree produced by iriRef().

The default implementation does nothing.

Declaration
public virtual void ExitIriRef(SparqlParser.IriRefContext context)
Parameters
Type Name Description
SparqlParser.IriRefContext context

The parse tree.

| Improve this Doc View Source

ExitIriRefOrFunction(SparqlParser.IriRefOrFunctionContext)

Exit a parse tree produced by iriRefOrFunction().

The default implementation does nothing.

Declaration
public virtual void ExitIriRefOrFunction(SparqlParser.IriRefOrFunctionContext context)
Parameters
Type Name Description
SparqlParser.IriRefOrFunctionContext context

The parse tree.

| Improve this Doc View Source

ExitLimitClause(SparqlParser.LimitClauseContext)

Exit a parse tree produced by limitClause().

The default implementation does nothing.

Declaration
public virtual void ExitLimitClause(SparqlParser.LimitClauseContext context)
Parameters
Type Name Description
SparqlParser.LimitClauseContext context

The parse tree.

| Improve this Doc View Source

ExitLimitOffsetClauses(SparqlParser.LimitOffsetClausesContext)

Exit a parse tree produced by limitOffsetClauses().

The default implementation does nothing.

Declaration
public virtual void ExitLimitOffsetClauses(SparqlParser.LimitOffsetClausesContext context)
Parameters
Type Name Description
SparqlParser.LimitOffsetClausesContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplicativeExpression(SparqlParser.MultiplicativeExpressionContext)

Exit a parse tree produced by multiplicativeExpression().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplicativeExpression(SparqlParser.MultiplicativeExpressionContext context)
Parameters
Type Name Description
SparqlParser.MultiplicativeExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitNamedGraphClause(SparqlParser.NamedGraphClauseContext)

Exit a parse tree produced by namedGraphClause().

The default implementation does nothing.

Declaration
public virtual void ExitNamedGraphClause(SparqlParser.NamedGraphClauseContext context)
Parameters
Type Name Description
SparqlParser.NamedGraphClauseContext context

The parse tree.

| Improve this Doc View Source

ExitNumericExpression(SparqlParser.NumericExpressionContext)

Exit a parse tree produced by numericExpression().

The default implementation does nothing.

Declaration
public virtual void ExitNumericExpression(SparqlParser.NumericExpressionContext context)
Parameters
Type Name Description
SparqlParser.NumericExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitNumericLiteral(SparqlParser.NumericLiteralContext)

Exit a parse tree produced by numericLiteral().

The default implementation does nothing.

Declaration
public virtual void ExitNumericLiteral(SparqlParser.NumericLiteralContext context)
Parameters
Type Name Description
SparqlParser.NumericLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitNumericLiteralNegative(SparqlParser.NumericLiteralNegativeContext)

Exit a parse tree produced by numericLiteralNegative().

The default implementation does nothing.

Declaration
public virtual void ExitNumericLiteralNegative(SparqlParser.NumericLiteralNegativeContext context)
Parameters
Type Name Description
SparqlParser.NumericLiteralNegativeContext context

The parse tree.

| Improve this Doc View Source

ExitNumericLiteralPositive(SparqlParser.NumericLiteralPositiveContext)

Exit a parse tree produced by numericLiteralPositive().

The default implementation does nothing.

Declaration
public virtual void ExitNumericLiteralPositive(SparqlParser.NumericLiteralPositiveContext context)
Parameters
Type Name Description
SparqlParser.NumericLiteralPositiveContext context

The parse tree.

| Improve this Doc View Source

ExitNumericLiteralUnsigned(SparqlParser.NumericLiteralUnsignedContext)

Exit a parse tree produced by numericLiteralUnsigned().

The default implementation does nothing.

Declaration
public virtual void ExitNumericLiteralUnsigned(SparqlParser.NumericLiteralUnsignedContext context)
Parameters
Type Name Description
SparqlParser.NumericLiteralUnsignedContext context

The parse tree.

| Improve this Doc View Source

ExitObject_(SparqlParser.Object_Context)

Exit a parse tree produced by object_().

The default implementation does nothing.

Declaration
public virtual void ExitObject_(SparqlParser.Object_Context context)
Parameters
Type Name Description
SparqlParser.Object_Context context

The parse tree.

| Improve this Doc View Source

ExitObjectList(SparqlParser.ObjectListContext)

Exit a parse tree produced by objectList().

The default implementation does nothing.

Declaration
public virtual void ExitObjectList(SparqlParser.ObjectListContext context)
Parameters
Type Name Description
SparqlParser.ObjectListContext context

The parse tree.

| Improve this Doc View Source

ExitOffsetClause(SparqlParser.OffsetClauseContext)

Exit a parse tree produced by offsetClause().

The default implementation does nothing.

Declaration
public virtual void ExitOffsetClause(SparqlParser.OffsetClauseContext context)
Parameters
Type Name Description
SparqlParser.OffsetClauseContext context

The parse tree.

| Improve this Doc View Source

ExitOptionalGraphPattern(SparqlParser.OptionalGraphPatternContext)

Exit a parse tree produced by optionalGraphPattern().

The default implementation does nothing.

Declaration
public virtual void ExitOptionalGraphPattern(SparqlParser.OptionalGraphPatternContext context)
Parameters
Type Name Description
SparqlParser.OptionalGraphPatternContext context

The parse tree.

| Improve this Doc View Source

ExitOrderClause(SparqlParser.OrderClauseContext)

Exit a parse tree produced by orderClause().

The default implementation does nothing.

Declaration
public virtual void ExitOrderClause(SparqlParser.OrderClauseContext context)
Parameters
Type Name Description
SparqlParser.OrderClauseContext context

The parse tree.

| Improve this Doc View Source

ExitOrderCondition(SparqlParser.OrderConditionContext)

Exit a parse tree produced by orderCondition().

The default implementation does nothing.

Declaration
public virtual void ExitOrderCondition(SparqlParser.OrderConditionContext context)
Parameters
Type Name Description
SparqlParser.OrderConditionContext context

The parse tree.

| Improve this Doc View Source

ExitPrefixDecl(SparqlParser.PrefixDeclContext)

Exit a parse tree produced by prefixDecl().

The default implementation does nothing.

Declaration
public virtual void ExitPrefixDecl(SparqlParser.PrefixDeclContext context)
Parameters
Type Name Description
SparqlParser.PrefixDeclContext context

The parse tree.

| Improve this Doc View Source

ExitPrefixedName(SparqlParser.PrefixedNameContext)

Exit a parse tree produced by prefixedName().

The default implementation does nothing.

Declaration
public virtual void ExitPrefixedName(SparqlParser.PrefixedNameContext context)
Parameters
Type Name Description
SparqlParser.PrefixedNameContext context

The parse tree.

| Improve this Doc View Source

ExitPrimaryExpression(SparqlParser.PrimaryExpressionContext)

Exit a parse tree produced by primaryExpression().

The default implementation does nothing.

Declaration
public virtual void ExitPrimaryExpression(SparqlParser.PrimaryExpressionContext context)
Parameters
Type Name Description
SparqlParser.PrimaryExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitPrologue(SparqlParser.PrologueContext)

Exit a parse tree produced by prologue().

The default implementation does nothing.

Declaration
public virtual void ExitPrologue(SparqlParser.PrologueContext context)
Parameters
Type Name Description
SparqlParser.PrologueContext context

The parse tree.

| Improve this Doc View Source

ExitPropertyList(SparqlParser.PropertyListContext)

Exit a parse tree produced by propertyList().

The default implementation does nothing.

Declaration
public virtual void ExitPropertyList(SparqlParser.PropertyListContext context)
Parameters
Type Name Description
SparqlParser.PropertyListContext context

The parse tree.

| Improve this Doc View Source

ExitPropertyListNotEmpty(SparqlParser.PropertyListNotEmptyContext)

Exit a parse tree produced by propertyListNotEmpty().

The default implementation does nothing.

Declaration
public virtual void ExitPropertyListNotEmpty(SparqlParser.PropertyListNotEmptyContext context)
Parameters
Type Name Description
SparqlParser.PropertyListNotEmptyContext context

The parse tree.

| Improve this Doc View Source

ExitQuery(SparqlParser.QueryContext)

Exit a parse tree produced by query().

The default implementation does nothing.

Declaration
public virtual void ExitQuery(SparqlParser.QueryContext context)
Parameters
Type Name Description
SparqlParser.QueryContext context

The parse tree.

| Improve this Doc View Source

ExitRdfLiteral(SparqlParser.RdfLiteralContext)

Exit a parse tree produced by rdfLiteral().

The default implementation does nothing.

Declaration
public virtual void ExitRdfLiteral(SparqlParser.RdfLiteralContext context)
Parameters
Type Name Description
SparqlParser.RdfLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitRegexExpression(SparqlParser.RegexExpressionContext)

Exit a parse tree produced by regexExpression().

The default implementation does nothing.

Declaration
public virtual void ExitRegexExpression(SparqlParser.RegexExpressionContext context)
Parameters
Type Name Description
SparqlParser.RegexExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitRelationalExpression(SparqlParser.RelationalExpressionContext)

Exit a parse tree produced by relationalExpression().

The default implementation does nothing.

Declaration
public virtual void ExitRelationalExpression(SparqlParser.RelationalExpressionContext context)
Parameters
Type Name Description
SparqlParser.RelationalExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitSelectQuery(SparqlParser.SelectQueryContext)

Exit a parse tree produced by selectQuery().

The default implementation does nothing.

Declaration
public virtual void ExitSelectQuery(SparqlParser.SelectQueryContext context)
Parameters
Type Name Description
SparqlParser.SelectQueryContext context

The parse tree.

| Improve this Doc View Source

ExitSolutionModifier(SparqlParser.SolutionModifierContext)

Exit a parse tree produced by solutionModifier().

The default implementation does nothing.

Declaration
public virtual void ExitSolutionModifier(SparqlParser.SolutionModifierContext context)
Parameters
Type Name Description
SparqlParser.SolutionModifierContext context

The parse tree.

| Improve this Doc View Source

ExitSourceSelector(SparqlParser.SourceSelectorContext)

Exit a parse tree produced by sourceSelector().

The default implementation does nothing.

Declaration
public virtual void ExitSourceSelector(SparqlParser.SourceSelectorContext context)
Parameters
Type Name Description
SparqlParser.SourceSelectorContext context

The parse tree.

| Improve this Doc View Source

ExitString(SparqlParser.StringContext)

Exit a parse tree produced by .

The default implementation does nothing.

Declaration
public virtual void ExitString(SparqlParser.StringContext context)
Parameters
Type Name Description
SparqlParser.StringContext context

The parse tree.

| Improve this Doc View Source

ExitTriplesBlock(SparqlParser.TriplesBlockContext)

Exit a parse tree produced by triplesBlock().

The default implementation does nothing.

Declaration
public virtual void ExitTriplesBlock(SparqlParser.TriplesBlockContext context)
Parameters
Type Name Description
SparqlParser.TriplesBlockContext context

The parse tree.

| Improve this Doc View Source

ExitTriplesNode(SparqlParser.TriplesNodeContext)

Exit a parse tree produced by triplesNode().

The default implementation does nothing.

Declaration
public virtual void ExitTriplesNode(SparqlParser.TriplesNodeContext context)
Parameters
Type Name Description
SparqlParser.TriplesNodeContext context

The parse tree.

| Improve this Doc View Source

ExitTriplesSameSubject(SparqlParser.TriplesSameSubjectContext)

Exit a parse tree produced by triplesSameSubject().

The default implementation does nothing.

Declaration
public virtual void ExitTriplesSameSubject(SparqlParser.TriplesSameSubjectContext context)
Parameters
Type Name Description
SparqlParser.TriplesSameSubjectContext context

The parse tree.

| Improve this Doc View Source

ExitUnaryExpression(SparqlParser.UnaryExpressionContext)

Exit a parse tree produced by unaryExpression().

The default implementation does nothing.

Declaration
public virtual void ExitUnaryExpression(SparqlParser.UnaryExpressionContext context)
Parameters
Type Name Description
SparqlParser.UnaryExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitValueLogical(SparqlParser.ValueLogicalContext)

Exit a parse tree produced by valueLogical().

The default implementation does nothing.

Declaration
public virtual void ExitValueLogical(SparqlParser.ValueLogicalContext context)
Parameters
Type Name Description
SparqlParser.ValueLogicalContext context

The parse tree.

| Improve this Doc View Source

ExitVar_(SparqlParser.Var_Context)

Exit a parse tree produced by var_().

The default implementation does nothing.

Declaration
public virtual void ExitVar_(SparqlParser.Var_Context context)
Parameters
Type Name Description
SparqlParser.Var_Context context

The parse tree.

| Improve this Doc View Source

ExitVarOrIRIref(SparqlParser.VarOrIRIrefContext)

Exit a parse tree produced by varOrIRIref().

The default implementation does nothing.

Declaration
public virtual void ExitVarOrIRIref(SparqlParser.VarOrIRIrefContext context)
Parameters
Type Name Description
SparqlParser.VarOrIRIrefContext context

The parse tree.

| Improve this Doc View Source

ExitVarOrTerm(SparqlParser.VarOrTermContext)

Exit a parse tree produced by varOrTerm().

The default implementation does nothing.

Declaration
public virtual void ExitVarOrTerm(SparqlParser.VarOrTermContext context)
Parameters
Type Name Description
SparqlParser.VarOrTermContext context

The parse tree.

| Improve this Doc View Source

ExitVerb(SparqlParser.VerbContext)

Exit a parse tree produced by verb().

The default implementation does nothing.

Declaration
public virtual void ExitVerb(SparqlParser.VerbContext context)
Parameters
Type Name Description
SparqlParser.VerbContext context

The parse tree.

| Improve this Doc View Source

ExitWhereClause(SparqlParser.WhereClauseContext)

Exit a parse tree produced by whereClause().

The default implementation does nothing.

Declaration
public virtual void ExitWhereClause(SparqlParser.WhereClauseContext context)
Parameters
Type Name Description
SparqlParser.WhereClauseContext 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

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