Class SHACLCBaseListener
- java.lang.Object
-
- org.topbraid.shacl.compact.parser.SHACLCBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,SHACLCListener
public class SHACLCBaseListener extends Object implements SHACLCListener
This class provides an empty implementation ofSHACLCListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description SHACLCBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterPropertyMinCount
public void enterPropertyMinCount(@NotNull SHACLCParser.PropertyMinCountContext ctx)Enter a parse tree produced bySHACLCParser.propertyMinCount().The default implementation does nothing.
- Specified by:
enterPropertyMinCountin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyMinCount
public void exitPropertyMinCount(@NotNull SHACLCParser.PropertyMinCountContext ctx)Exit a parse tree produced bySHACLCParser.propertyMinCount().The default implementation does nothing.
- Specified by:
exitPropertyMinCountin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyShape
public void enterPropertyShape(@NotNull SHACLCParser.PropertyShapeContext ctx)Enter a parse tree produced bySHACLCParser.propertyShape().The default implementation does nothing.
- Specified by:
enterPropertyShapein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyShape
public void exitPropertyShape(@NotNull SHACLCParser.PropertyShapeContext ctx)Exit a parse tree produced bySHACLCParser.propertyShape().The default implementation does nothing.
- Specified by:
exitPropertyShapein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNegation
public void enterNegation(@NotNull SHACLCParser.NegationContext ctx)Enter a parse tree produced bySHACLCParser.negation().The default implementation does nothing.
- Specified by:
enterNegationin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNegation
public void exitNegation(@NotNull SHACLCParser.NegationContext ctx)Exit a parse tree produced bySHACLCParser.negation().The default implementation does nothing.
- Specified by:
exitNegationin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterShapeClass
public void enterShapeClass(@NotNull SHACLCParser.ShapeClassContext ctx)Enter a parse tree produced bySHACLCParser.shapeClass().The default implementation does nothing.
- Specified by:
enterShapeClassin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitShapeClass
public void exitShapeClass(@NotNull SHACLCParser.ShapeClassContext ctx)Exit a parse tree produced bySHACLCParser.shapeClass().The default implementation does nothing.
- Specified by:
exitShapeClassin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterString
public void enterString(@NotNull SHACLCParser.StringContext ctx)Enter a parse tree produced bySHACLCParser.string().The default implementation does nothing.
- Specified by:
enterStringin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitString
public void exitString(@NotNull SHACLCParser.StringContext ctx)Exit a parse tree produced bySHACLCParser.string().The default implementation does nothing.
- Specified by:
exitStringin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNodeOr
public void enterNodeOr(@NotNull SHACLCParser.NodeOrContext ctx)Enter a parse tree produced bySHACLCParser.nodeOr().The default implementation does nothing.
- Specified by:
enterNodeOrin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNodeOr
public void exitNodeOr(@NotNull SHACLCParser.NodeOrContext ctx)Exit a parse tree produced bySHACLCParser.nodeOr().The default implementation does nothing.
- Specified by:
exitNodeOrin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterIriOrLiteralOrArray
public void enterIriOrLiteralOrArray(@NotNull SHACLCParser.IriOrLiteralOrArrayContext ctx)Enter a parse tree produced bySHACLCParser.iriOrLiteralOrArray().The default implementation does nothing.
- Specified by:
enterIriOrLiteralOrArrayin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitIriOrLiteralOrArray
public void exitIriOrLiteralOrArray(@NotNull SHACLCParser.IriOrLiteralOrArrayContext ctx)Exit a parse tree produced bySHACLCParser.iriOrLiteralOrArray().The default implementation does nothing.
- Specified by:
exitIriOrLiteralOrArrayin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterBaseDecl
public void enterBaseDecl(@NotNull SHACLCParser.BaseDeclContext ctx)Enter a parse tree produced bySHACLCParser.baseDecl().The default implementation does nothing.
- Specified by:
enterBaseDeclin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitBaseDecl
public void exitBaseDecl(@NotNull SHACLCParser.BaseDeclContext ctx)Exit a parse tree produced bySHACLCParser.baseDecl().The default implementation does nothing.
- Specified by:
exitBaseDeclin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPathAlternative
public void enterPathAlternative(@NotNull SHACLCParser.PathAlternativeContext ctx)Enter a parse tree produced bySHACLCParser.pathAlternative().The default implementation does nothing.
- Specified by:
enterPathAlternativein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPathAlternative
public void exitPathAlternative(@NotNull SHACLCParser.PathAlternativeContext ctx)Exit a parse tree produced bySHACLCParser.pathAlternative().The default implementation does nothing.
- Specified by:
exitPathAlternativein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPrefixedName
public void enterPrefixedName(@NotNull SHACLCParser.PrefixedNameContext ctx)Enter a parse tree produced bySHACLCParser.prefixedName().The default implementation does nothing.
- Specified by:
enterPrefixedNamein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPrefixedName
public void exitPrefixedName(@NotNull SHACLCParser.PrefixedNameContext ctx)Exit a parse tree produced bySHACLCParser.prefixedName().The default implementation does nothing.
- Specified by:
exitPrefixedNamein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPrefixDecl
public void enterPrefixDecl(@NotNull SHACLCParser.PrefixDeclContext ctx)Enter a parse tree produced bySHACLCParser.prefixDecl().The default implementation does nothing.
- Specified by:
enterPrefixDeclin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPrefixDecl
public void exitPrefixDecl(@NotNull SHACLCParser.PrefixDeclContext ctx)Exit a parse tree produced bySHACLCParser.prefixDecl().The default implementation does nothing.
- Specified by:
exitPrefixDeclin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPathPrimary
public void enterPathPrimary(@NotNull SHACLCParser.PathPrimaryContext ctx)Enter a parse tree produced bySHACLCParser.pathPrimary().The default implementation does nothing.
- Specified by:
enterPathPrimaryin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPathPrimary
public void exitPathPrimary(@NotNull SHACLCParser.PathPrimaryContext ctx)Exit a parse tree produced bySHACLCParser.pathPrimary().The default implementation does nothing.
- Specified by:
exitPathPrimaryin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyCount
public void enterPropertyCount(@NotNull SHACLCParser.PropertyCountContext ctx)Enter a parse tree produced bySHACLCParser.propertyCount().The default implementation does nothing.
- Specified by:
enterPropertyCountin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyCount
public void exitPropertyCount(@NotNull SHACLCParser.PropertyCountContext ctx)Exit a parse tree produced bySHACLCParser.propertyCount().The default implementation does nothing.
- Specified by:
exitPropertyCountin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNodeParam
public void enterNodeParam(@NotNull SHACLCParser.NodeParamContext ctx)Enter a parse tree produced bySHACLCParser.nodeParam().The default implementation does nothing.
- Specified by:
enterNodeParamin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNodeParam
public void exitNodeParam(@NotNull SHACLCParser.NodeParamContext ctx)Exit a parse tree produced bySHACLCParser.nodeParam().The default implementation does nothing.
- Specified by:
exitNodeParamin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPathMod
public void enterPathMod(@NotNull SHACLCParser.PathModContext ctx)Enter a parse tree produced bySHACLCParser.pathMod().The default implementation does nothing.
- Specified by:
enterPathModin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPathMod
public void exitPathMod(@NotNull SHACLCParser.PathModContext ctx)Exit a parse tree produced bySHACLCParser.pathMod().The default implementation does nothing.
- Specified by:
exitPathModin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(@NotNull SHACLCParser.LiteralContext ctx)Enter a parse tree produced bySHACLCParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(@NotNull SHACLCParser.LiteralContext ctx)Exit a parse tree produced bySHACLCParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPath
public void enterPath(@NotNull SHACLCParser.PathContext ctx)Enter a parse tree produced bySHACLCParser.path().The default implementation does nothing.
- Specified by:
enterPathin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPath
public void exitPath(@NotNull SHACLCParser.PathContext ctx)Exit a parse tree produced bySHACLCParser.path().The default implementation does nothing.
- Specified by:
exitPathin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyOr
public void enterPropertyOr(@NotNull SHACLCParser.PropertyOrContext ctx)Enter a parse tree produced bySHACLCParser.propertyOr().The default implementation does nothing.
- Specified by:
enterPropertyOrin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyOr
public void exitPropertyOr(@NotNull SHACLCParser.PropertyOrContext ctx)Exit a parse tree produced bySHACLCParser.propertyOr().The default implementation does nothing.
- Specified by:
exitPropertyOrin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyNot
public void enterPropertyNot(@NotNull SHACLCParser.PropertyNotContext ctx)Enter a parse tree produced bySHACLCParser.propertyNot().The default implementation does nothing.
- Specified by:
enterPropertyNotin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyNot
public void exitPropertyNot(@NotNull SHACLCParser.PropertyNotContext ctx)Exit a parse tree produced bySHACLCParser.propertyNot().The default implementation does nothing.
- Specified by:
exitPropertyNotin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterDatatype
public void enterDatatype(@NotNull SHACLCParser.DatatypeContext ctx)Enter a parse tree produced bySHACLCParser.datatype().The default implementation does nothing.
- Specified by:
enterDatatypein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitDatatype
public void exitDatatype(@NotNull SHACLCParser.DatatypeContext ctx)Exit a parse tree produced bySHACLCParser.datatype().The default implementation does nothing.
- Specified by:
exitDatatypein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterArray
public void enterArray(@NotNull SHACLCParser.ArrayContext ctx)Enter a parse tree produced bySHACLCParser.array().The default implementation does nothing.
- Specified by:
enterArrayin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitArray
public void exitArray(@NotNull SHACLCParser.ArrayContext ctx)Exit a parse tree produced bySHACLCParser.array().The default implementation does nothing.
- Specified by:
exitArrayin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNodeShapeBody
public void enterNodeShapeBody(@NotNull SHACLCParser.NodeShapeBodyContext ctx)Enter a parse tree produced bySHACLCParser.nodeShapeBody().The default implementation does nothing.
- Specified by:
enterNodeShapeBodyin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNodeShapeBody
public void exitNodeShapeBody(@NotNull SHACLCParser.NodeShapeBodyContext ctx)Exit a parse tree produced bySHACLCParser.nodeShapeBody().The default implementation does nothing.
- Specified by:
exitNodeShapeBodyin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterTargetClass
public void enterTargetClass(@NotNull SHACLCParser.TargetClassContext ctx)Enter a parse tree produced bySHACLCParser.targetClass().The default implementation does nothing.
- Specified by:
enterTargetClassin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitTargetClass
public void exitTargetClass(@NotNull SHACLCParser.TargetClassContext ctx)Exit a parse tree produced bySHACLCParser.targetClass().The default implementation does nothing.
- Specified by:
exitTargetClassin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyType
public void enterPropertyType(@NotNull SHACLCParser.PropertyTypeContext ctx)Enter a parse tree produced bySHACLCParser.propertyType().The default implementation does nothing.
- Specified by:
enterPropertyTypein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyType
public void exitPropertyType(@NotNull SHACLCParser.PropertyTypeContext ctx)Exit a parse tree produced bySHACLCParser.propertyType().The default implementation does nothing.
- Specified by:
exitPropertyTypein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyParam
public void enterPropertyParam(@NotNull SHACLCParser.PropertyParamContext ctx)Enter a parse tree produced bySHACLCParser.propertyParam().The default implementation does nothing.
- Specified by:
enterPropertyParamin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyParam
public void exitPropertyParam(@NotNull SHACLCParser.PropertyParamContext ctx)Exit a parse tree produced bySHACLCParser.propertyParam().The default implementation does nothing.
- Specified by:
exitPropertyParamin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNodeKind
public void enterNodeKind(@NotNull SHACLCParser.NodeKindContext ctx)Enter a parse tree produced bySHACLCParser.nodeKind().The default implementation does nothing.
- Specified by:
enterNodeKindin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNodeKind
public void exitNodeKind(@NotNull SHACLCParser.NodeKindContext ctx)Exit a parse tree produced bySHACLCParser.nodeKind().The default implementation does nothing.
- Specified by:
exitNodeKindin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPathElt
public void enterPathElt(@NotNull SHACLCParser.PathEltContext ctx)Enter a parse tree produced bySHACLCParser.pathElt().The default implementation does nothing.
- Specified by:
enterPathEltin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPathElt
public void exitPathElt(@NotNull SHACLCParser.PathEltContext ctx)Exit a parse tree produced bySHACLCParser.pathElt().The default implementation does nothing.
- Specified by:
exitPathEltin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterRdfLiteral
public void enterRdfLiteral(@NotNull SHACLCParser.RdfLiteralContext ctx)Enter a parse tree produced bySHACLCParser.rdfLiteral().The default implementation does nothing.
- Specified by:
enterRdfLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitRdfLiteral
public void exitRdfLiteral(@NotNull SHACLCParser.RdfLiteralContext ctx)Exit a parse tree produced bySHACLCParser.rdfLiteral().The default implementation does nothing.
- Specified by:
exitRdfLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterIriOrLiteral
public void enterIriOrLiteral(@NotNull SHACLCParser.IriOrLiteralContext ctx)Enter a parse tree produced bySHACLCParser.iriOrLiteral().The default implementation does nothing.
- Specified by:
enterIriOrLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitIriOrLiteral
public void exitIriOrLiteral(@NotNull SHACLCParser.IriOrLiteralContext ctx)Exit a parse tree produced bySHACLCParser.iriOrLiteral().The default implementation does nothing.
- Specified by:
exitIriOrLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
public void enterBooleanLiteral(@NotNull SHACLCParser.BooleanLiteralContext ctx)Enter a parse tree produced bySHACLCParser.booleanLiteral().The default implementation does nothing.
- Specified by:
enterBooleanLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
public void exitBooleanLiteral(@NotNull SHACLCParser.BooleanLiteralContext ctx)Exit a parse tree produced bySHACLCParser.booleanLiteral().The default implementation does nothing.
- Specified by:
exitBooleanLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
public void enterNumericLiteral(@NotNull SHACLCParser.NumericLiteralContext ctx)Enter a parse tree produced bySHACLCParser.numericLiteral().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(@NotNull SHACLCParser.NumericLiteralContext ctx)Exit a parse tree produced bySHACLCParser.numericLiteral().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterIri
public void enterIri(@NotNull SHACLCParser.IriContext ctx)Enter a parse tree produced bySHACLCParser.iri().The default implementation does nothing.
- Specified by:
enterIriin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitIri
public void exitIri(@NotNull SHACLCParser.IriContext ctx)Exit a parse tree produced bySHACLCParser.iri().The default implementation does nothing.
- Specified by:
exitIriin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPathInverse
public void enterPathInverse(@NotNull SHACLCParser.PathInverseContext ctx)Enter a parse tree produced bySHACLCParser.pathInverse().The default implementation does nothing.
- Specified by:
enterPathInversein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPathInverse
public void exitPathInverse(@NotNull SHACLCParser.PathInverseContext ctx)Exit a parse tree produced bySHACLCParser.pathInverse().The default implementation does nothing.
- Specified by:
exitPathInversein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPathEltOrInverse
public void enterPathEltOrInverse(@NotNull SHACLCParser.PathEltOrInverseContext ctx)Enter a parse tree produced bySHACLCParser.pathEltOrInverse().The default implementation does nothing.
- Specified by:
enterPathEltOrInversein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPathEltOrInverse
public void exitPathEltOrInverse(@NotNull SHACLCParser.PathEltOrInverseContext ctx)Exit a parse tree produced bySHACLCParser.pathEltOrInverse().The default implementation does nothing.
- Specified by:
exitPathEltOrInversein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNodeShape
public void enterNodeShape(@NotNull SHACLCParser.NodeShapeContext ctx)Enter a parse tree produced bySHACLCParser.nodeShape().The default implementation does nothing.
- Specified by:
enterNodeShapein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNodeShape
public void exitNodeShape(@NotNull SHACLCParser.NodeShapeContext ctx)Exit a parse tree produced bySHACLCParser.nodeShape().The default implementation does nothing.
- Specified by:
exitNodeShapein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyValue
public void enterPropertyValue(@NotNull SHACLCParser.PropertyValueContext ctx)Enter a parse tree produced bySHACLCParser.propertyValue().The default implementation does nothing.
- Specified by:
enterPropertyValuein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyValue
public void exitPropertyValue(@NotNull SHACLCParser.PropertyValueContext ctx)Exit a parse tree produced bySHACLCParser.propertyValue().The default implementation does nothing.
- Specified by:
exitPropertyValuein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterImportsDecl
public void enterImportsDecl(@NotNull SHACLCParser.ImportsDeclContext ctx)Enter a parse tree produced bySHACLCParser.importsDecl().The default implementation does nothing.
- Specified by:
enterImportsDeclin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitImportsDecl
public void exitImportsDecl(@NotNull SHACLCParser.ImportsDeclContext ctx)Exit a parse tree produced bySHACLCParser.importsDecl().The default implementation does nothing.
- Specified by:
exitImportsDeclin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterDirective
public void enterDirective(@NotNull SHACLCParser.DirectiveContext ctx)Enter a parse tree produced bySHACLCParser.directive().The default implementation does nothing.
- Specified by:
enterDirectivein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitDirective
public void exitDirective(@NotNull SHACLCParser.DirectiveContext ctx)Exit a parse tree produced bySHACLCParser.directive().The default implementation does nothing.
- Specified by:
exitDirectivein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyMaxCount
public void enterPropertyMaxCount(@NotNull SHACLCParser.PropertyMaxCountContext ctx)Enter a parse tree produced bySHACLCParser.propertyMaxCount().The default implementation does nothing.
- Specified by:
enterPropertyMaxCountin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyMaxCount
public void exitPropertyMaxCount(@NotNull SHACLCParser.PropertyMaxCountContext ctx)Exit a parse tree produced bySHACLCParser.propertyMaxCount().The default implementation does nothing.
- Specified by:
exitPropertyMaxCountin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNodeValue
public void enterNodeValue(@NotNull SHACLCParser.NodeValueContext ctx)Enter a parse tree produced bySHACLCParser.nodeValue().The default implementation does nothing.
- Specified by:
enterNodeValuein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNodeValue
public void exitNodeValue(@NotNull SHACLCParser.NodeValueContext ctx)Exit a parse tree produced bySHACLCParser.nodeValue().The default implementation does nothing.
- Specified by:
exitNodeValuein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterNodeNot
public void enterNodeNot(@NotNull SHACLCParser.NodeNotContext ctx)Enter a parse tree produced bySHACLCParser.nodeNot().The default implementation does nothing.
- Specified by:
enterNodeNotin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitNodeNot
public void exitNodeNot(@NotNull SHACLCParser.NodeNotContext ctx)Exit a parse tree produced bySHACLCParser.nodeNot().The default implementation does nothing.
- Specified by:
exitNodeNotin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPropertyAtom
public void enterPropertyAtom(@NotNull SHACLCParser.PropertyAtomContext ctx)Enter a parse tree produced bySHACLCParser.propertyAtom().The default implementation does nothing.
- Specified by:
enterPropertyAtomin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPropertyAtom
public void exitPropertyAtom(@NotNull SHACLCParser.PropertyAtomContext ctx)Exit a parse tree produced bySHACLCParser.propertyAtom().The default implementation does nothing.
- Specified by:
exitPropertyAtomin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterShaclDoc
public void enterShaclDoc(@NotNull SHACLCParser.ShaclDocContext ctx)Enter a parse tree produced bySHACLCParser.shaclDoc().The default implementation does nothing.
- Specified by:
enterShaclDocin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitShaclDoc
public void exitShaclDoc(@NotNull SHACLCParser.ShaclDocContext ctx)Exit a parse tree produced bySHACLCParser.shaclDoc().The default implementation does nothing.
- Specified by:
exitShaclDocin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterPathSequence
public void enterPathSequence(@NotNull SHACLCParser.PathSequenceContext ctx)Enter a parse tree produced bySHACLCParser.pathSequence().The default implementation does nothing.
- Specified by:
enterPathSequencein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitPathSequence
public void exitPathSequence(@NotNull SHACLCParser.PathSequenceContext ctx)Exit a parse tree produced bySHACLCParser.pathSequence().The default implementation does nothing.
- Specified by:
exitPathSequencein interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterConstraint
public void enterConstraint(@NotNull SHACLCParser.ConstraintContext ctx)Enter a parse tree produced bySHACLCParser.constraint().The default implementation does nothing.
- Specified by:
enterConstraintin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitConstraint
public void exitConstraint(@NotNull SHACLCParser.ConstraintContext ctx)Exit a parse tree produced bySHACLCParser.constraint().The default implementation does nothing.
- Specified by:
exitConstraintin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterShapeRef
public void enterShapeRef(@NotNull SHACLCParser.ShapeRefContext ctx)Enter a parse tree produced bySHACLCParser.shapeRef().The default implementation does nothing.
- Specified by:
enterShapeRefin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
exitShapeRef
public void exitShapeRef(@NotNull SHACLCParser.ShapeRefContext ctx)Exit a parse tree produced bySHACLCParser.shapeRef().The default implementation does nothing.
- Specified by:
exitShapeRefin interfaceSHACLCListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(@NotNull org.antlr.v4.runtime.tree.TerminalNode node)The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(@NotNull org.antlr.v4.runtime.tree.ErrorNode node)The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-