T
- The return type of the visit operation. Use Void
for
operations with no return type.public class ShExDocBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements ShExDocVisitor<T>
ShExDocVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.Constructor and Description |
---|
ShExDocBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
public T visitShExDoc(ShExDocParser.ShExDocContext ctx)
ShExDocParser.shExDoc()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShExDoc
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitDirective(ShExDocParser.DirectiveContext ctx)
ShExDocParser.directive()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDirective
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitBaseDecl(ShExDocParser.BaseDeclContext ctx)
ShExDocParser.baseDecl()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBaseDecl
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitPrefixDecl(ShExDocParser.PrefixDeclContext ctx)
ShExDocParser.prefixDecl()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPrefixDecl
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitImportDecl(ShExDocParser.ImportDeclContext ctx)
ShExDocParser.importDecl()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitImportDecl
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNotStartAction(ShExDocParser.NotStartActionContext ctx)
ShExDocParser.notStartAction()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNotStartAction
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitStart(ShExDocParser.StartContext ctx)
ShExDocParser.start()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStart
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitStartActions(ShExDocParser.StartActionsContext ctx)
ShExDocParser.startActions()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStartActions
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitStatement(ShExDocParser.StatementContext ctx)
ShExDocParser.statement()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStatement
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeExprDecl(ShExDocParser.ShapeExprDeclContext ctx)
ShExDocParser.shapeExprDecl()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeExprDecl
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeExpression(ShExDocParser.ShapeExpressionContext ctx)
ShExDocParser.shapeExpression()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeExpression
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeOr(ShExDocParser.ShapeOrContext ctx)
ShExDocParser.shapeOr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeOr
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeAnd(ShExDocParser.ShapeAndContext ctx)
ShExDocParser.shapeAnd()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeAnd
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeNot(ShExDocParser.ShapeNotContext ctx)
ShExDocParser.shapeNot()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeNot
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNegation(ShExDocParser.NegationContext ctx)
ShExDocParser.negation()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNegation
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeExpression(ShExDocParser.InlineShapeExpressionContext ctx)
ShExDocParser.inlineShapeExpression()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeExpression
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeOr(ShExDocParser.InlineShapeOrContext ctx)
ShExDocParser.inlineShapeOr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeOr
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeAnd(ShExDocParser.InlineShapeAndContext ctx)
ShExDocParser.inlineShapeAnd()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeAnd
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeNot(ShExDocParser.InlineShapeNotContext ctx)
ShExDocParser.inlineShapeNot()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeNot
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeDefinition(ShExDocParser.InlineShapeDefinitionContext ctx)
ShExDocParser.inlineShapeDefinition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeDefinition
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeDefinition(ShExDocParser.ShapeDefinitionContext ctx)
ShExDocParser.shapeDefinition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeDefinition
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitQualifier(ShExDocParser.QualifierContext ctx)
ShExDocParser.qualifier()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitQualifier
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitExtraPropertySet(ShExDocParser.ExtraPropertySetContext ctx)
ShExDocParser.extraPropertySet()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitExtraPropertySet
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitOneOfShape(ShExDocParser.OneOfShapeContext ctx)
ShExDocParser.oneOfShape()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitOneOfShape
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitMultiElementOneOf(ShExDocParser.MultiElementOneOfContext ctx)
ShExDocParser.multiElementOneOf()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitMultiElementOneOf
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitGroupShape(ShExDocParser.GroupShapeContext ctx)
ShExDocParser.groupShape()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitGroupShape
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitSingleElementGroup(ShExDocParser.SingleElementGroupContext ctx)
ShExDocParser.singleElementGroup()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingleElementGroup
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitMultiElementGroup(ShExDocParser.MultiElementGroupContext ctx)
ShExDocParser.multiElementGroup()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitMultiElementGroup
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitUnaryShape(ShExDocParser.UnaryShapeContext ctx)
ShExDocParser.unaryShape()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitUnaryShape
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitEncapsulatedShape(ShExDocParser.EncapsulatedShapeContext ctx)
ShExDocParser.encapsulatedShape()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitEncapsulatedShape
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeAtomNodeConstraint(ShExDocParser.ShapeAtomNodeConstraintContext ctx)
shapeAtomNodeConstraint
labeled alternative in ShExDocParser.shapeAtom()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeAtomNodeConstraint
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeAtomShapeOrRef(ShExDocParser.ShapeAtomShapeOrRefContext ctx)
shapeAtomShapeOrRef
labeled alternative in ShExDocParser.shapeAtom()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeAtomShapeOrRef
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeAtomShapeExpression(ShExDocParser.ShapeAtomShapeExpressionContext ctx)
shapeAtomShapeExpression
labeled alternative in ShExDocParser.shapeAtom()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeAtomShapeExpression
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeAtomAny(ShExDocParser.ShapeAtomAnyContext ctx)
shapeAtomAny
labeled alternative in ShExDocParser.shapeAtom()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeAtomAny
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeAtomNodeConstraint(ShExDocParser.InlineShapeAtomNodeConstraintContext ctx)
inlineShapeAtomNodeConstraint
labeled alternative in ShExDocParser.inlineShapeAtom()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeAtomNodeConstraint
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeAtomShapeOrRef(ShExDocParser.InlineShapeAtomShapeOrRefContext ctx)
inlineShapeAtomShapeOrRef
labeled alternative in ShExDocParser.inlineShapeAtom()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeAtomShapeOrRef
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeAtomShapeExpression(ShExDocParser.InlineShapeAtomShapeExpressionContext ctx)
inlineShapeAtomShapeExpression
labeled alternative in ShExDocParser.inlineShapeAtom()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeAtomShapeExpression
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeAtomAny(ShExDocParser.InlineShapeAtomAnyContext ctx)
inlineShapeAtomAny
labeled alternative in ShExDocParser.inlineShapeAtom()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeAtomAny
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNodeConstraintLiteral(ShExDocParser.NodeConstraintLiteralContext ctx)
nodeConstraintLiteral
labeled alternative in ShExDocParser.nodeConstraint()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNodeConstraintLiteral
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNodeConstraintNonLiteral(ShExDocParser.NodeConstraintNonLiteralContext ctx)
nodeConstraintNonLiteral
labeled alternative in ShExDocParser.nodeConstraint()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNodeConstraintNonLiteral
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNodeConstraintDatatype(ShExDocParser.NodeConstraintDatatypeContext ctx)
nodeConstraintDatatype
labeled alternative in ShExDocParser.nodeConstraint()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNodeConstraintDatatype
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNodeConstraintValueSet(ShExDocParser.NodeConstraintValueSetContext ctx)
nodeConstraintValueSet
labeled alternative in ShExDocParser.nodeConstraint()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNodeConstraintValueSet
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNodeConstraintFacet(ShExDocParser.NodeConstraintFacetContext ctx)
nodeConstraintFacet
labeled alternative in ShExDocParser.nodeConstraint()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNodeConstraintFacet
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNonLiteralKind(ShExDocParser.NonLiteralKindContext ctx)
ShExDocParser.nonLiteralKind()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNonLiteralKind
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitXsFacet(ShExDocParser.XsFacetContext ctx)
ShExDocParser.xsFacet()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitXsFacet
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitStringFacet(ShExDocParser.StringFacetContext ctx)
ShExDocParser.stringFacet()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStringFacet
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitStringLength(ShExDocParser.StringLengthContext ctx)
ShExDocParser.stringLength()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStringLength
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNumericFacet(ShExDocParser.NumericFacetContext ctx)
ShExDocParser.numericFacet()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNumericFacet
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNumericRange(ShExDocParser.NumericRangeContext ctx)
ShExDocParser.numericRange()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNumericRange
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNumericLength(ShExDocParser.NumericLengthContext ctx)
ShExDocParser.numericLength()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNumericLength
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitTripleConstraint(ShExDocParser.TripleConstraintContext ctx)
ShExDocParser.tripleConstraint()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTripleConstraint
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitSenseFlags(ShExDocParser.SenseFlagsContext ctx)
ShExDocParser.senseFlags()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSenseFlags
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitValueSet(ShExDocParser.ValueSetContext ctx)
ShExDocParser.valueSet()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitValueSet
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitValueSetValue(ShExDocParser.ValueSetValueContext ctx)
ShExDocParser.valueSetValue()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitValueSetValue
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitIriRange(ShExDocParser.IriRangeContext ctx)
ShExDocParser.iriRange()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIriRange
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitIriExclusion(ShExDocParser.IriExclusionContext ctx)
ShExDocParser.iriExclusion()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIriExclusion
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitLiteralRange(ShExDocParser.LiteralRangeContext ctx)
ShExDocParser.literalRange()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLiteralRange
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitLiteralExclusion(ShExDocParser.LiteralExclusionContext ctx)
ShExDocParser.literalExclusion()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLiteralExclusion
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitLanguageRange(ShExDocParser.LanguageRangeContext ctx)
ShExDocParser.languageRange()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLanguageRange
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitLanguageExclusion(ShExDocParser.LanguageExclusionContext ctx)
ShExDocParser.languageExclusion()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLanguageExclusion
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitLiteral(ShExDocParser.LiteralContext ctx)
ShExDocParser.literal()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitLiteral
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeOrRef(ShExDocParser.ShapeOrRefContext ctx)
ShExDocParser.shapeOrRef()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeOrRef
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInlineShapeOrRef(ShExDocParser.InlineShapeOrRefContext ctx)
ShExDocParser.inlineShapeOrRef()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInlineShapeOrRef
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeRef(ShExDocParser.ShapeRefContext ctx)
ShExDocParser.shapeRef()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeRef
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitInclude(ShExDocParser.IncludeContext ctx)
ShExDocParser.include()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitInclude
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitSemanticActions(ShExDocParser.SemanticActionsContext ctx)
ShExDocParser.semanticActions()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSemanticActions
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitAnnotation(ShExDocParser.AnnotationContext ctx)
ShExDocParser.annotation()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAnnotation
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitPredicate(ShExDocParser.PredicateContext ctx)
ShExDocParser.predicate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPredicate
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitRdfType(ShExDocParser.RdfTypeContext ctx)
ShExDocParser.rdfType()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRdfType
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitDatatype(ShExDocParser.DatatypeContext ctx)
ShExDocParser.datatype()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDatatype
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitStarCardinality(ShExDocParser.StarCardinalityContext ctx)
starCardinality
labeled alternative in ShExDocParser.cardinality()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitStarCardinality
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitPlusCardinality(ShExDocParser.PlusCardinalityContext ctx)
plusCardinality
labeled alternative in ShExDocParser.cardinality()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPlusCardinality
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitOptionalCardinality(ShExDocParser.OptionalCardinalityContext ctx)
optionalCardinality
labeled alternative in ShExDocParser.cardinality()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitOptionalCardinality
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitRepeatCardinality(ShExDocParser.RepeatCardinalityContext ctx)
repeatCardinality
labeled alternative in ShExDocParser.cardinality()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRepeatCardinality
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitExactRange(ShExDocParser.ExactRangeContext ctx)
exactRange
labeled alternative in ShExDocParser.repeatRange()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitExactRange
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitMinMaxRange(ShExDocParser.MinMaxRangeContext ctx)
minMaxRange
labeled alternative in ShExDocParser.repeatRange()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitMinMaxRange
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitShapeExprLabel(ShExDocParser.ShapeExprLabelContext ctx)
ShExDocParser.shapeExprLabel()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitShapeExprLabel
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitTripleExprLabel(ShExDocParser.TripleExprLabelContext ctx)
ShExDocParser.tripleExprLabel()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTripleExprLabel
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitNumericLiteral(ShExDocParser.NumericLiteralContext ctx)
ShExDocParser.numericLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitNumericLiteral
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitRdfLiteral(ShExDocParser.RdfLiteralContext ctx)
ShExDocParser.rdfLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRdfLiteral
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitBooleanLiteral(ShExDocParser.BooleanLiteralContext ctx)
ShExDocParser.booleanLiteral()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBooleanLiteral
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitString(ShExDocParser.StringContext ctx)
ShExDocParser.string()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitString
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitIri(ShExDocParser.IriContext ctx)
ShExDocParser.iri()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIri
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitPrefixedName(ShExDocParser.PrefixedNameContext ctx)
ShExDocParser.prefixedName()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPrefixedName
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitBlankNode(ShExDocParser.BlankNodeContext ctx)
ShExDocParser.blankNode()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBlankNode
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitCodeDecl(ShExDocParser.CodeDeclContext ctx)
ShExDocParser.codeDecl()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCodeDecl
in interface ShExDocVisitor<T>
ctx
- the parse treepublic T visitIncludeSet(ShExDocParser.IncludeSetContext ctx)
ShExDocParser.includeSet()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIncludeSet
in interface ShExDocVisitor<T>
ctx
- the parse treeCopyright © 2019. All rights reserved.