Show / Hide Table of Contents

Interface ISparqlListener

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

Namespace: GCore.Antlr.Grammers.Sparql
Assembly: Sparql.dll
Syntax
public interface ISparqlListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAdditiveExpression(SparqlParser.AdditiveExpressionContext)

Enter a parse tree produced by additiveExpression().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void EnterDescribeQuery(SparqlParser.DescribeQueryContext context)
Parameters
Type Name Description
SparqlParser.DescribeQueryContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(SparqlParser.ExpressionContext)

Enter a parse tree produced by expression().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
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 .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void ExitDescribeQuery(SparqlParser.DescribeQueryContext context)
Parameters
Type Name Description
SparqlParser.DescribeQueryContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(SparqlParser.ExpressionContext)

Exit a parse tree produced by expression().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
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 .

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

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

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

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

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

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

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

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

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

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

Declaration
void ExitWhereClause(SparqlParser.WhereClauseContext context)
Parameters
Type Name Description
SparqlParser.WhereClauseContext context

The parse tree.

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