Show / Hide Table of Contents

Interface IturtleListener

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

Namespace: GCore.Antlr.Grammers.TurtleDoc
Assembly: TurtleDoc.dll
Syntax
public interface IturtleListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterBase(turtleParser.BaseContext)

Enter a parse tree produced by .

Declaration
void EnterBase(turtleParser.BaseContext context)
Parameters
Type Name Description
turtleParser.BaseContext context

The parse tree.

| Improve this Doc View Source

EnterBlankNode(turtleParser.BlankNodeContext)

Enter a parse tree produced by blankNode().

Declaration
void EnterBlankNode(turtleParser.BlankNodeContext context)
Parameters
Type Name Description
turtleParser.BlankNodeContext context

The parse tree.

| Improve this Doc View Source

EnterBlankNodePropertyList(turtleParser.BlankNodePropertyListContext)

Enter a parse tree produced by blankNodePropertyList().

Declaration
void EnterBlankNodePropertyList(turtleParser.BlankNodePropertyListContext context)
Parameters
Type Name Description
turtleParser.BlankNodePropertyListContext context

The parse tree.

| Improve this Doc View Source

EnterBool_(turtleParser.Bool_Context)

Enter a parse tree produced by bool_().

Declaration
void EnterBool_(turtleParser.Bool_Context context)
Parameters
Type Name Description
turtleParser.Bool_Context context

The parse tree.

| Improve this Doc View Source

EnterCollection(turtleParser.CollectionContext)

Enter a parse tree produced by collection().

Declaration
void EnterCollection(turtleParser.CollectionContext context)
Parameters
Type Name Description
turtleParser.CollectionContext context

The parse tree.

| Improve this Doc View Source

EnterDirective(turtleParser.DirectiveContext)

Enter a parse tree produced by directive().

Declaration
void EnterDirective(turtleParser.DirectiveContext context)
Parameters
Type Name Description
turtleParser.DirectiveContext context

The parse tree.

| Improve this Doc View Source

EnterIri(turtleParser.IriContext)

Enter a parse tree produced by iri().

Declaration
void EnterIri(turtleParser.IriContext context)
Parameters
Type Name Description
turtleParser.IriContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(turtleParser.LiteralContext)

Enter a parse tree produced by literal().

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

The parse tree.

| Improve this Doc View Source

EnterNumericLiteral(turtleParser.NumericLiteralContext)

Enter a parse tree produced by numericLiteral().

Declaration
void EnterNumericLiteral(turtleParser.NumericLiteralContext context)
Parameters
Type Name Description
turtleParser.NumericLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterObject_(turtleParser.Object_Context)

Enter a parse tree produced by object_().

Declaration
void EnterObject_(turtleParser.Object_Context context)
Parameters
Type Name Description
turtleParser.Object_Context context

The parse tree.

| Improve this Doc View Source

EnterObjectList(turtleParser.ObjectListContext)

Enter a parse tree produced by objectList().

Declaration
void EnterObjectList(turtleParser.ObjectListContext context)
Parameters
Type Name Description
turtleParser.ObjectListContext context

The parse tree.

| Improve this Doc View Source

EnterPredicate(turtleParser.PredicateContext)

Enter a parse tree produced by predicate().

Declaration
void EnterPredicate(turtleParser.PredicateContext context)
Parameters
Type Name Description
turtleParser.PredicateContext context

The parse tree.

| Improve this Doc View Source

EnterPredicateObject(turtleParser.PredicateObjectContext)

Enter a parse tree produced by predicateObject().

Declaration
void EnterPredicateObject(turtleParser.PredicateObjectContext context)
Parameters
Type Name Description
turtleParser.PredicateObjectContext context

The parse tree.

| Improve this Doc View Source

EnterPredicateObjectList(turtleParser.PredicateObjectListContext)

Enter a parse tree produced by predicateObjectList().

Declaration
void EnterPredicateObjectList(turtleParser.PredicateObjectListContext context)
Parameters
Type Name Description
turtleParser.PredicateObjectListContext context

The parse tree.

| Improve this Doc View Source

EnterPrefixID(turtleParser.PrefixIDContext)

Enter a parse tree produced by prefixID().

Declaration
void EnterPrefixID(turtleParser.PrefixIDContext context)
Parameters
Type Name Description
turtleParser.PrefixIDContext context

The parse tree.

| Improve this Doc View Source

EnterRDFLiteral(turtleParser.RDFLiteralContext)

Enter a parse tree produced by rDFLiteral().

Declaration
void EnterRDFLiteral(turtleParser.RDFLiteralContext context)
Parameters
Type Name Description
turtleParser.RDFLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterSparqlBase(turtleParser.SparqlBaseContext)

Enter a parse tree produced by sparqlBase().

Declaration
void EnterSparqlBase(turtleParser.SparqlBaseContext context)
Parameters
Type Name Description
turtleParser.SparqlBaseContext context

The parse tree.

| Improve this Doc View Source

EnterSparqlPrefix(turtleParser.SparqlPrefixContext)

Enter a parse tree produced by sparqlPrefix().

Declaration
void EnterSparqlPrefix(turtleParser.SparqlPrefixContext context)
Parameters
Type Name Description
turtleParser.SparqlPrefixContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(turtleParser.StatementContext)

Enter a parse tree produced by statement().

Declaration
void EnterStatement(turtleParser.StatementContext context)
Parameters
Type Name Description
turtleParser.StatementContext context

The parse tree.

| Improve this Doc View Source

EnterString(turtleParser.StringContext)

Enter a parse tree produced by .

Declaration
void EnterString(turtleParser.StringContext context)
Parameters
Type Name Description
turtleParser.StringContext context

The parse tree.

| Improve this Doc View Source

EnterSubject(turtleParser.SubjectContext)

Enter a parse tree produced by subject().

Declaration
void EnterSubject(turtleParser.SubjectContext context)
Parameters
Type Name Description
turtleParser.SubjectContext context

The parse tree.

| Improve this Doc View Source

EnterTriples(turtleParser.TriplesContext)

Enter a parse tree produced by triples().

Declaration
void EnterTriples(turtleParser.TriplesContext context)
Parameters
Type Name Description
turtleParser.TriplesContext context

The parse tree.

| Improve this Doc View Source

EnterTurtleDoc(turtleParser.TurtleDocContext)

Enter a parse tree produced by turtleDoc().

Declaration
void EnterTurtleDoc(turtleParser.TurtleDocContext context)
Parameters
Type Name Description
turtleParser.TurtleDocContext context

The parse tree.

| Improve this Doc View Source

ExitBase(turtleParser.BaseContext)

Exit a parse tree produced by .

Declaration
void ExitBase(turtleParser.BaseContext context)
Parameters
Type Name Description
turtleParser.BaseContext context

The parse tree.

| Improve this Doc View Source

ExitBlankNode(turtleParser.BlankNodeContext)

Exit a parse tree produced by blankNode().

Declaration
void ExitBlankNode(turtleParser.BlankNodeContext context)
Parameters
Type Name Description
turtleParser.BlankNodeContext context

The parse tree.

| Improve this Doc View Source

ExitBlankNodePropertyList(turtleParser.BlankNodePropertyListContext)

Exit a parse tree produced by blankNodePropertyList().

Declaration
void ExitBlankNodePropertyList(turtleParser.BlankNodePropertyListContext context)
Parameters
Type Name Description
turtleParser.BlankNodePropertyListContext context

The parse tree.

| Improve this Doc View Source

ExitBool_(turtleParser.Bool_Context)

Exit a parse tree produced by bool_().

Declaration
void ExitBool_(turtleParser.Bool_Context context)
Parameters
Type Name Description
turtleParser.Bool_Context context

The parse tree.

| Improve this Doc View Source

ExitCollection(turtleParser.CollectionContext)

Exit a parse tree produced by collection().

Declaration
void ExitCollection(turtleParser.CollectionContext context)
Parameters
Type Name Description
turtleParser.CollectionContext context

The parse tree.

| Improve this Doc View Source

ExitDirective(turtleParser.DirectiveContext)

Exit a parse tree produced by directive().

Declaration
void ExitDirective(turtleParser.DirectiveContext context)
Parameters
Type Name Description
turtleParser.DirectiveContext context

The parse tree.

| Improve this Doc View Source

ExitIri(turtleParser.IriContext)

Exit a parse tree produced by iri().

Declaration
void ExitIri(turtleParser.IriContext context)
Parameters
Type Name Description
turtleParser.IriContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(turtleParser.LiteralContext)

Exit a parse tree produced by literal().

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

The parse tree.

| Improve this Doc View Source

ExitNumericLiteral(turtleParser.NumericLiteralContext)

Exit a parse tree produced by numericLiteral().

Declaration
void ExitNumericLiteral(turtleParser.NumericLiteralContext context)
Parameters
Type Name Description
turtleParser.NumericLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitObject_(turtleParser.Object_Context)

Exit a parse tree produced by object_().

Declaration
void ExitObject_(turtleParser.Object_Context context)
Parameters
Type Name Description
turtleParser.Object_Context context

The parse tree.

| Improve this Doc View Source

ExitObjectList(turtleParser.ObjectListContext)

Exit a parse tree produced by objectList().

Declaration
void ExitObjectList(turtleParser.ObjectListContext context)
Parameters
Type Name Description
turtleParser.ObjectListContext context

The parse tree.

| Improve this Doc View Source

ExitPredicate(turtleParser.PredicateContext)

Exit a parse tree produced by predicate().

Declaration
void ExitPredicate(turtleParser.PredicateContext context)
Parameters
Type Name Description
turtleParser.PredicateContext context

The parse tree.

| Improve this Doc View Source

ExitPredicateObject(turtleParser.PredicateObjectContext)

Exit a parse tree produced by predicateObject().

Declaration
void ExitPredicateObject(turtleParser.PredicateObjectContext context)
Parameters
Type Name Description
turtleParser.PredicateObjectContext context

The parse tree.

| Improve this Doc View Source

ExitPredicateObjectList(turtleParser.PredicateObjectListContext)

Exit a parse tree produced by predicateObjectList().

Declaration
void ExitPredicateObjectList(turtleParser.PredicateObjectListContext context)
Parameters
Type Name Description
turtleParser.PredicateObjectListContext context

The parse tree.

| Improve this Doc View Source

ExitPrefixID(turtleParser.PrefixIDContext)

Exit a parse tree produced by prefixID().

Declaration
void ExitPrefixID(turtleParser.PrefixIDContext context)
Parameters
Type Name Description
turtleParser.PrefixIDContext context

The parse tree.

| Improve this Doc View Source

ExitRDFLiteral(turtleParser.RDFLiteralContext)

Exit a parse tree produced by rDFLiteral().

Declaration
void ExitRDFLiteral(turtleParser.RDFLiteralContext context)
Parameters
Type Name Description
turtleParser.RDFLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitSparqlBase(turtleParser.SparqlBaseContext)

Exit a parse tree produced by sparqlBase().

Declaration
void ExitSparqlBase(turtleParser.SparqlBaseContext context)
Parameters
Type Name Description
turtleParser.SparqlBaseContext context

The parse tree.

| Improve this Doc View Source

ExitSparqlPrefix(turtleParser.SparqlPrefixContext)

Exit a parse tree produced by sparqlPrefix().

Declaration
void ExitSparqlPrefix(turtleParser.SparqlPrefixContext context)
Parameters
Type Name Description
turtleParser.SparqlPrefixContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(turtleParser.StatementContext)

Exit a parse tree produced by statement().

Declaration
void ExitStatement(turtleParser.StatementContext context)
Parameters
Type Name Description
turtleParser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitString(turtleParser.StringContext)

Exit a parse tree produced by .

Declaration
void ExitString(turtleParser.StringContext context)
Parameters
Type Name Description
turtleParser.StringContext context

The parse tree.

| Improve this Doc View Source

ExitSubject(turtleParser.SubjectContext)

Exit a parse tree produced by subject().

Declaration
void ExitSubject(turtleParser.SubjectContext context)
Parameters
Type Name Description
turtleParser.SubjectContext context

The parse tree.

| Improve this Doc View Source

ExitTriples(turtleParser.TriplesContext)

Exit a parse tree produced by triples().

Declaration
void ExitTriples(turtleParser.TriplesContext context)
Parameters
Type Name Description
turtleParser.TriplesContext context

The parse tree.

| Improve this Doc View Source

ExitTurtleDoc(turtleParser.TurtleDocContext)

Exit a parse tree produced by turtleDoc().

Declaration
void ExitTurtleDoc(turtleParser.TurtleDocContext context)
Parameters
Type Name Description
turtleParser.TurtleDocContext context

The parse tree.

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