Interface SHACLCListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SHACLCBaseListener
public interface SHACLCListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced bySHACLCParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterPropertyMinCount
void enterPropertyMinCount(@NotNull SHACLCParser.PropertyMinCountContext ctx)Enter a parse tree produced bySHACLCParser.propertyMinCount().- Parameters:
ctx- the parse tree
-
exitPropertyMinCount
void exitPropertyMinCount(@NotNull SHACLCParser.PropertyMinCountContext ctx)Exit a parse tree produced bySHACLCParser.propertyMinCount().- Parameters:
ctx- the parse tree
-
enterPropertyShape
void enterPropertyShape(@NotNull SHACLCParser.PropertyShapeContext ctx)Enter a parse tree produced bySHACLCParser.propertyShape().- Parameters:
ctx- the parse tree
-
exitPropertyShape
void exitPropertyShape(@NotNull SHACLCParser.PropertyShapeContext ctx)Exit a parse tree produced bySHACLCParser.propertyShape().- Parameters:
ctx- the parse tree
-
enterNegation
void enterNegation(@NotNull SHACLCParser.NegationContext ctx)Enter a parse tree produced bySHACLCParser.negation().- Parameters:
ctx- the parse tree
-
exitNegation
void exitNegation(@NotNull SHACLCParser.NegationContext ctx)Exit a parse tree produced bySHACLCParser.negation().- Parameters:
ctx- the parse tree
-
enterShapeClass
void enterShapeClass(@NotNull SHACLCParser.ShapeClassContext ctx)Enter a parse tree produced bySHACLCParser.shapeClass().- Parameters:
ctx- the parse tree
-
exitShapeClass
void exitShapeClass(@NotNull SHACLCParser.ShapeClassContext ctx)Exit a parse tree produced bySHACLCParser.shapeClass().- Parameters:
ctx- the parse tree
-
enterString
void enterString(@NotNull SHACLCParser.StringContext ctx)Enter a parse tree produced bySHACLCParser.string().- Parameters:
ctx- the parse tree
-
exitString
void exitString(@NotNull SHACLCParser.StringContext ctx)Exit a parse tree produced bySHACLCParser.string().- Parameters:
ctx- the parse tree
-
enterNodeOr
void enterNodeOr(@NotNull SHACLCParser.NodeOrContext ctx)Enter a parse tree produced bySHACLCParser.nodeOr().- Parameters:
ctx- the parse tree
-
exitNodeOr
void exitNodeOr(@NotNull SHACLCParser.NodeOrContext ctx)Exit a parse tree produced bySHACLCParser.nodeOr().- Parameters:
ctx- the parse tree
-
enterIriOrLiteralOrArray
void enterIriOrLiteralOrArray(@NotNull SHACLCParser.IriOrLiteralOrArrayContext ctx)Enter a parse tree produced bySHACLCParser.iriOrLiteralOrArray().- Parameters:
ctx- the parse tree
-
exitIriOrLiteralOrArray
void exitIriOrLiteralOrArray(@NotNull SHACLCParser.IriOrLiteralOrArrayContext ctx)Exit a parse tree produced bySHACLCParser.iriOrLiteralOrArray().- Parameters:
ctx- the parse tree
-
enterBaseDecl
void enterBaseDecl(@NotNull SHACLCParser.BaseDeclContext ctx)Enter a parse tree produced bySHACLCParser.baseDecl().- Parameters:
ctx- the parse tree
-
exitBaseDecl
void exitBaseDecl(@NotNull SHACLCParser.BaseDeclContext ctx)Exit a parse tree produced bySHACLCParser.baseDecl().- Parameters:
ctx- the parse tree
-
enterPathAlternative
void enterPathAlternative(@NotNull SHACLCParser.PathAlternativeContext ctx)Enter a parse tree produced bySHACLCParser.pathAlternative().- Parameters:
ctx- the parse tree
-
exitPathAlternative
void exitPathAlternative(@NotNull SHACLCParser.PathAlternativeContext ctx)Exit a parse tree produced bySHACLCParser.pathAlternative().- Parameters:
ctx- the parse tree
-
enterPrefixedName
void enterPrefixedName(@NotNull SHACLCParser.PrefixedNameContext ctx)Enter a parse tree produced bySHACLCParser.prefixedName().- Parameters:
ctx- the parse tree
-
exitPrefixedName
void exitPrefixedName(@NotNull SHACLCParser.PrefixedNameContext ctx)Exit a parse tree produced bySHACLCParser.prefixedName().- Parameters:
ctx- the parse tree
-
enterPrefixDecl
void enterPrefixDecl(@NotNull SHACLCParser.PrefixDeclContext ctx)Enter a parse tree produced bySHACLCParser.prefixDecl().- Parameters:
ctx- the parse tree
-
exitPrefixDecl
void exitPrefixDecl(@NotNull SHACLCParser.PrefixDeclContext ctx)Exit a parse tree produced bySHACLCParser.prefixDecl().- Parameters:
ctx- the parse tree
-
enterPathPrimary
void enterPathPrimary(@NotNull SHACLCParser.PathPrimaryContext ctx)Enter a parse tree produced bySHACLCParser.pathPrimary().- Parameters:
ctx- the parse tree
-
exitPathPrimary
void exitPathPrimary(@NotNull SHACLCParser.PathPrimaryContext ctx)Exit a parse tree produced bySHACLCParser.pathPrimary().- Parameters:
ctx- the parse tree
-
enterPropertyCount
void enterPropertyCount(@NotNull SHACLCParser.PropertyCountContext ctx)Enter a parse tree produced bySHACLCParser.propertyCount().- Parameters:
ctx- the parse tree
-
exitPropertyCount
void exitPropertyCount(@NotNull SHACLCParser.PropertyCountContext ctx)Exit a parse tree produced bySHACLCParser.propertyCount().- Parameters:
ctx- the parse tree
-
enterNodeParam
void enterNodeParam(@NotNull SHACLCParser.NodeParamContext ctx)Enter a parse tree produced bySHACLCParser.nodeParam().- Parameters:
ctx- the parse tree
-
exitNodeParam
void exitNodeParam(@NotNull SHACLCParser.NodeParamContext ctx)Exit a parse tree produced bySHACLCParser.nodeParam().- Parameters:
ctx- the parse tree
-
enterPathMod
void enterPathMod(@NotNull SHACLCParser.PathModContext ctx)Enter a parse tree produced bySHACLCParser.pathMod().- Parameters:
ctx- the parse tree
-
exitPathMod
void exitPathMod(@NotNull SHACLCParser.PathModContext ctx)Exit a parse tree produced bySHACLCParser.pathMod().- Parameters:
ctx- the parse tree
-
enterLiteral
void enterLiteral(@NotNull SHACLCParser.LiteralContext ctx)Enter a parse tree produced bySHACLCParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
void exitLiteral(@NotNull SHACLCParser.LiteralContext ctx)Exit a parse tree produced bySHACLCParser.literal().- Parameters:
ctx- the parse tree
-
enterPath
void enterPath(@NotNull SHACLCParser.PathContext ctx)Enter a parse tree produced bySHACLCParser.path().- Parameters:
ctx- the parse tree
-
exitPath
void exitPath(@NotNull SHACLCParser.PathContext ctx)Exit a parse tree produced bySHACLCParser.path().- Parameters:
ctx- the parse tree
-
enterPropertyOr
void enterPropertyOr(@NotNull SHACLCParser.PropertyOrContext ctx)Enter a parse tree produced bySHACLCParser.propertyOr().- Parameters:
ctx- the parse tree
-
exitPropertyOr
void exitPropertyOr(@NotNull SHACLCParser.PropertyOrContext ctx)Exit a parse tree produced bySHACLCParser.propertyOr().- Parameters:
ctx- the parse tree
-
enterPropertyNot
void enterPropertyNot(@NotNull SHACLCParser.PropertyNotContext ctx)Enter a parse tree produced bySHACLCParser.propertyNot().- Parameters:
ctx- the parse tree
-
exitPropertyNot
void exitPropertyNot(@NotNull SHACLCParser.PropertyNotContext ctx)Exit a parse tree produced bySHACLCParser.propertyNot().- Parameters:
ctx- the parse tree
-
enterDatatype
void enterDatatype(@NotNull SHACLCParser.DatatypeContext ctx)Enter a parse tree produced bySHACLCParser.datatype().- Parameters:
ctx- the parse tree
-
exitDatatype
void exitDatatype(@NotNull SHACLCParser.DatatypeContext ctx)Exit a parse tree produced bySHACLCParser.datatype().- Parameters:
ctx- the parse tree
-
enterArray
void enterArray(@NotNull SHACLCParser.ArrayContext ctx)Enter a parse tree produced bySHACLCParser.array().- Parameters:
ctx- the parse tree
-
exitArray
void exitArray(@NotNull SHACLCParser.ArrayContext ctx)Exit a parse tree produced bySHACLCParser.array().- Parameters:
ctx- the parse tree
-
enterNodeShapeBody
void enterNodeShapeBody(@NotNull SHACLCParser.NodeShapeBodyContext ctx)Enter a parse tree produced bySHACLCParser.nodeShapeBody().- Parameters:
ctx- the parse tree
-
exitNodeShapeBody
void exitNodeShapeBody(@NotNull SHACLCParser.NodeShapeBodyContext ctx)Exit a parse tree produced bySHACLCParser.nodeShapeBody().- Parameters:
ctx- the parse tree
-
enterTargetClass
void enterTargetClass(@NotNull SHACLCParser.TargetClassContext ctx)Enter a parse tree produced bySHACLCParser.targetClass().- Parameters:
ctx- the parse tree
-
exitTargetClass
void exitTargetClass(@NotNull SHACLCParser.TargetClassContext ctx)Exit a parse tree produced bySHACLCParser.targetClass().- Parameters:
ctx- the parse tree
-
enterPropertyType
void enterPropertyType(@NotNull SHACLCParser.PropertyTypeContext ctx)Enter a parse tree produced bySHACLCParser.propertyType().- Parameters:
ctx- the parse tree
-
exitPropertyType
void exitPropertyType(@NotNull SHACLCParser.PropertyTypeContext ctx)Exit a parse tree produced bySHACLCParser.propertyType().- Parameters:
ctx- the parse tree
-
enterPropertyParam
void enterPropertyParam(@NotNull SHACLCParser.PropertyParamContext ctx)Enter a parse tree produced bySHACLCParser.propertyParam().- Parameters:
ctx- the parse tree
-
exitPropertyParam
void exitPropertyParam(@NotNull SHACLCParser.PropertyParamContext ctx)Exit a parse tree produced bySHACLCParser.propertyParam().- Parameters:
ctx- the parse tree
-
enterNodeKind
void enterNodeKind(@NotNull SHACLCParser.NodeKindContext ctx)Enter a parse tree produced bySHACLCParser.nodeKind().- Parameters:
ctx- the parse tree
-
exitNodeKind
void exitNodeKind(@NotNull SHACLCParser.NodeKindContext ctx)Exit a parse tree produced bySHACLCParser.nodeKind().- Parameters:
ctx- the parse tree
-
enterPathElt
void enterPathElt(@NotNull SHACLCParser.PathEltContext ctx)Enter a parse tree produced bySHACLCParser.pathElt().- Parameters:
ctx- the parse tree
-
exitPathElt
void exitPathElt(@NotNull SHACLCParser.PathEltContext ctx)Exit a parse tree produced bySHACLCParser.pathElt().- Parameters:
ctx- the parse tree
-
enterRdfLiteral
void enterRdfLiteral(@NotNull SHACLCParser.RdfLiteralContext ctx)Enter a parse tree produced bySHACLCParser.rdfLiteral().- Parameters:
ctx- the parse tree
-
exitRdfLiteral
void exitRdfLiteral(@NotNull SHACLCParser.RdfLiteralContext ctx)Exit a parse tree produced bySHACLCParser.rdfLiteral().- Parameters:
ctx- the parse tree
-
enterIriOrLiteral
void enterIriOrLiteral(@NotNull SHACLCParser.IriOrLiteralContext ctx)Enter a parse tree produced bySHACLCParser.iriOrLiteral().- Parameters:
ctx- the parse tree
-
exitIriOrLiteral
void exitIriOrLiteral(@NotNull SHACLCParser.IriOrLiteralContext ctx)Exit a parse tree produced bySHACLCParser.iriOrLiteral().- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
void enterBooleanLiteral(@NotNull SHACLCParser.BooleanLiteralContext ctx)Enter a parse tree produced bySHACLCParser.booleanLiteral().- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
void exitBooleanLiteral(@NotNull SHACLCParser.BooleanLiteralContext ctx)Exit a parse tree produced bySHACLCParser.booleanLiteral().- Parameters:
ctx- the parse tree
-
enterNumericLiteral
void enterNumericLiteral(@NotNull SHACLCParser.NumericLiteralContext ctx)Enter a parse tree produced bySHACLCParser.numericLiteral().- Parameters:
ctx- the parse tree
-
exitNumericLiteral
void exitNumericLiteral(@NotNull SHACLCParser.NumericLiteralContext ctx)Exit a parse tree produced bySHACLCParser.numericLiteral().- Parameters:
ctx- the parse tree
-
enterIri
void enterIri(@NotNull SHACLCParser.IriContext ctx)Enter a parse tree produced bySHACLCParser.iri().- Parameters:
ctx- the parse tree
-
exitIri
void exitIri(@NotNull SHACLCParser.IriContext ctx)Exit a parse tree produced bySHACLCParser.iri().- Parameters:
ctx- the parse tree
-
enterPathInverse
void enterPathInverse(@NotNull SHACLCParser.PathInverseContext ctx)Enter a parse tree produced bySHACLCParser.pathInverse().- Parameters:
ctx- the parse tree
-
exitPathInverse
void exitPathInverse(@NotNull SHACLCParser.PathInverseContext ctx)Exit a parse tree produced bySHACLCParser.pathInverse().- Parameters:
ctx- the parse tree
-
enterPathEltOrInverse
void enterPathEltOrInverse(@NotNull SHACLCParser.PathEltOrInverseContext ctx)Enter a parse tree produced bySHACLCParser.pathEltOrInverse().- Parameters:
ctx- the parse tree
-
exitPathEltOrInverse
void exitPathEltOrInverse(@NotNull SHACLCParser.PathEltOrInverseContext ctx)Exit a parse tree produced bySHACLCParser.pathEltOrInverse().- Parameters:
ctx- the parse tree
-
enterNodeShape
void enterNodeShape(@NotNull SHACLCParser.NodeShapeContext ctx)Enter a parse tree produced bySHACLCParser.nodeShape().- Parameters:
ctx- the parse tree
-
exitNodeShape
void exitNodeShape(@NotNull SHACLCParser.NodeShapeContext ctx)Exit a parse tree produced bySHACLCParser.nodeShape().- Parameters:
ctx- the parse tree
-
enterPropertyValue
void enterPropertyValue(@NotNull SHACLCParser.PropertyValueContext ctx)Enter a parse tree produced bySHACLCParser.propertyValue().- Parameters:
ctx- the parse tree
-
exitPropertyValue
void exitPropertyValue(@NotNull SHACLCParser.PropertyValueContext ctx)Exit a parse tree produced bySHACLCParser.propertyValue().- Parameters:
ctx- the parse tree
-
enterImportsDecl
void enterImportsDecl(@NotNull SHACLCParser.ImportsDeclContext ctx)Enter a parse tree produced bySHACLCParser.importsDecl().- Parameters:
ctx- the parse tree
-
exitImportsDecl
void exitImportsDecl(@NotNull SHACLCParser.ImportsDeclContext ctx)Exit a parse tree produced bySHACLCParser.importsDecl().- Parameters:
ctx- the parse tree
-
enterDirective
void enterDirective(@NotNull SHACLCParser.DirectiveContext ctx)Enter a parse tree produced bySHACLCParser.directive().- Parameters:
ctx- the parse tree
-
exitDirective
void exitDirective(@NotNull SHACLCParser.DirectiveContext ctx)Exit a parse tree produced bySHACLCParser.directive().- Parameters:
ctx- the parse tree
-
enterPropertyMaxCount
void enterPropertyMaxCount(@NotNull SHACLCParser.PropertyMaxCountContext ctx)Enter a parse tree produced bySHACLCParser.propertyMaxCount().- Parameters:
ctx- the parse tree
-
exitPropertyMaxCount
void exitPropertyMaxCount(@NotNull SHACLCParser.PropertyMaxCountContext ctx)Exit a parse tree produced bySHACLCParser.propertyMaxCount().- Parameters:
ctx- the parse tree
-
enterNodeValue
void enterNodeValue(@NotNull SHACLCParser.NodeValueContext ctx)Enter a parse tree produced bySHACLCParser.nodeValue().- Parameters:
ctx- the parse tree
-
exitNodeValue
void exitNodeValue(@NotNull SHACLCParser.NodeValueContext ctx)Exit a parse tree produced bySHACLCParser.nodeValue().- Parameters:
ctx- the parse tree
-
enterNodeNot
void enterNodeNot(@NotNull SHACLCParser.NodeNotContext ctx)Enter a parse tree produced bySHACLCParser.nodeNot().- Parameters:
ctx- the parse tree
-
exitNodeNot
void exitNodeNot(@NotNull SHACLCParser.NodeNotContext ctx)Exit a parse tree produced bySHACLCParser.nodeNot().- Parameters:
ctx- the parse tree
-
enterPropertyAtom
void enterPropertyAtom(@NotNull SHACLCParser.PropertyAtomContext ctx)Enter a parse tree produced bySHACLCParser.propertyAtom().- Parameters:
ctx- the parse tree
-
exitPropertyAtom
void exitPropertyAtom(@NotNull SHACLCParser.PropertyAtomContext ctx)Exit a parse tree produced bySHACLCParser.propertyAtom().- Parameters:
ctx- the parse tree
-
enterShaclDoc
void enterShaclDoc(@NotNull SHACLCParser.ShaclDocContext ctx)Enter a parse tree produced bySHACLCParser.shaclDoc().- Parameters:
ctx- the parse tree
-
exitShaclDoc
void exitShaclDoc(@NotNull SHACLCParser.ShaclDocContext ctx)Exit a parse tree produced bySHACLCParser.shaclDoc().- Parameters:
ctx- the parse tree
-
enterPathSequence
void enterPathSequence(@NotNull SHACLCParser.PathSequenceContext ctx)Enter a parse tree produced bySHACLCParser.pathSequence().- Parameters:
ctx- the parse tree
-
exitPathSequence
void exitPathSequence(@NotNull SHACLCParser.PathSequenceContext ctx)Exit a parse tree produced bySHACLCParser.pathSequence().- Parameters:
ctx- the parse tree
-
enterConstraint
void enterConstraint(@NotNull SHACLCParser.ConstraintContext ctx)Enter a parse tree produced bySHACLCParser.constraint().- Parameters:
ctx- the parse tree
-
exitConstraint
void exitConstraint(@NotNull SHACLCParser.ConstraintContext ctx)Exit a parse tree produced bySHACLCParser.constraint().- Parameters:
ctx- the parse tree
-
enterShapeRef
void enterShapeRef(@NotNull SHACLCParser.ShapeRefContext ctx)Enter a parse tree produced bySHACLCParser.shapeRef().- Parameters:
ctx- the parse tree
-
exitShapeRef
void exitShapeRef(@NotNull SHACLCParser.ShapeRefContext ctx)Exit a parse tree produced bySHACLCParser.shapeRef().- Parameters:
ctx- the parse tree
-
-