class ShExDocBaseListener extends ShExDocListener
This class provides an empty implementation of ShExDocListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
- Source
- ShExDocBaseListener.java
- Alphabetic
- By Inheritance
- ShExDocBaseListener
- ShExDocListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ShExDocBaseListener()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
enterAdd(ctx: AddContext): Unit
Enter a parse tree produced by the
addlabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
addlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterAnnotation(ctx: AnnotationContext): Unit
Enter a parse tree produced by
ShExDocParser#annotation.Enter a parse tree produced by
ShExDocParser#annotation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterBaseDecl(ctx: BaseDeclContext): Unit
Enter a parse tree produced by
ShExDocParser#baseDecl.Enter a parse tree produced by
ShExDocParser#baseDecl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterBasicExpr(ctx: BasicExprContext): Unit
Enter a parse tree produced by
ShExDocParser#basicExpr.Enter a parse tree produced by
ShExDocParser#basicExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterBlankNode(ctx: BlankNodeContext): Unit
Enter a parse tree produced by
ShExDocParser#blankNode.Enter a parse tree produced by
ShExDocParser#blankNode.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterBooleanLiteral(ctx: BooleanLiteralContext): Unit
Enter a parse tree produced by
ShExDocParser#booleanLiteral.Enter a parse tree produced by
ShExDocParser#booleanLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterBracketedTripleExpr(ctx: BracketedTripleExprContext): Unit
Enter a parse tree produced by
ShExDocParser#bracketedTripleExpr.Enter a parse tree produced by
ShExDocParser#bracketedTripleExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterDatatype(ctx: DatatypeContext): Unit
Enter a parse tree produced by
ShExDocParser#datatype.Enter a parse tree produced by
ShExDocParser#datatype.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterDirective(ctx: DirectiveContext): Unit
Enter a parse tree produced by
ShExDocParser#directive.Enter a parse tree produced by
ShExDocParser#directive.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterDiv(ctx: DivContext): Unit
Enter a parse tree produced by the
divlabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
divlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterEquals(ctx: EqualsContext): Unit
Enter a parse tree produced by the
equalslabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
equalslabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- ShExDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
enterExactRange(ctx: ExactRangeContext): Unit
Enter a parse tree produced by the
exactRangelabeled alternative inShExDocParser#repeatRange.Enter a parse tree produced by the
exactRangelabeled alternative inShExDocParser#repeatRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterExpr(ctx: ExprContext): Unit
Enter a parse tree produced by
ShExDocParser#expr.Enter a parse tree produced by
ShExDocParser#expr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterExtension(ctx: ExtensionContext): Unit
Enter a parse tree produced by
ShExDocParser#extension.Enter a parse tree produced by
ShExDocParser#extension.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterExtraPropertySet(ctx: ExtraPropertySetContext): Unit
Enter a parse tree produced by
ShExDocParser#extraPropertySet.Enter a parse tree produced by
ShExDocParser#extraPropertySet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterGe(ctx: GeContext): Unit
Enter a parse tree produced by the
gelabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
gelabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterGroupTripleExpr(ctx: GroupTripleExprContext): Unit
Enter a parse tree produced by
ShExDocParser#groupTripleExpr.Enter a parse tree produced by
ShExDocParser#groupTripleExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterGt(ctx: GtContext): Unit
Enter a parse tree produced by the
gtlabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
gtlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterImportDecl(ctx: ImportDeclContext): Unit
Enter a parse tree produced by
ShExDocParser#importDecl.Enter a parse tree produced by
ShExDocParser#importDecl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInclude(ctx: IncludeContext): Unit
Enter a parse tree produced by
ShExDocParser#include.Enter a parse tree produced by
ShExDocParser#include.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeAnd(ctx: InlineShapeAndContext): Unit
Enter a parse tree produced by
ShExDocParser#inlineShapeAnd.Enter a parse tree produced by
ShExDocParser#inlineShapeAnd.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeAtomAny(ctx: InlineShapeAtomAnyContext): Unit
Enter a parse tree produced by the
inlineShapeAtomAnylabeled alternative inShExDocParser#inlineShapeAtom.Enter a parse tree produced by the
inlineShapeAtomAnylabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeAtomLitNodeConstraint(ctx: InlineShapeAtomLitNodeConstraintContext): Unit
Enter a parse tree produced by the
inlineShapeAtomLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.Enter a parse tree produced by the
inlineShapeAtomLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeAtomNonLitNodeConstraint(ctx: InlineShapeAtomNonLitNodeConstraintContext): Unit
Enter a parse tree produced by the
inlineShapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.Enter a parse tree produced by the
inlineShapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeAtomShapeExpression(ctx: InlineShapeAtomShapeExpressionContext): Unit
Enter a parse tree produced by the
inlineShapeAtomShapeExpressionlabeled alternative inShExDocParser#inlineShapeAtom.Enter a parse tree produced by the
inlineShapeAtomShapeExpressionlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeAtomShapeOrRef(ctx: InlineShapeAtomShapeOrRefContext): Unit
Enter a parse tree produced by the
inlineShapeAtomShapeOrReflabeled alternative inShExDocParser#inlineShapeAtom.Enter a parse tree produced by the
inlineShapeAtomShapeOrReflabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeDefinition(ctx: InlineShapeDefinitionContext): Unit
Enter a parse tree produced by
ShExDocParser#inlineShapeDefinition.Enter a parse tree produced by
ShExDocParser#inlineShapeDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeExpression(ctx: InlineShapeExpressionContext): Unit
Enter a parse tree produced by
ShExDocParser#inlineShapeExpression.Enter a parse tree produced by
ShExDocParser#inlineShapeExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeNot(ctx: InlineShapeNotContext): Unit
Enter a parse tree produced by
ShExDocParser#inlineShapeNot.Enter a parse tree produced by
ShExDocParser#inlineShapeNot.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeOr(ctx: InlineShapeOrContext): Unit
Enter a parse tree produced by
ShExDocParser#inlineShapeOr.Enter a parse tree produced by
ShExDocParser#inlineShapeOr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterInlineShapeOrRef(ctx: InlineShapeOrRefContext): Unit
Enter a parse tree produced by
ShExDocParser#inlineShapeOrRef.Enter a parse tree produced by
ShExDocParser#inlineShapeOrRef.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterIri(ctx: IriContext): Unit
Enter a parse tree produced by
ShExDocParser#iri.Enter a parse tree produced by
ShExDocParser#iri.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterIriExclusion(ctx: IriExclusionContext): Unit
Enter a parse tree produced by
ShExDocParser#iriExclusion.Enter a parse tree produced by
ShExDocParser#iriExclusion.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterIriRange(ctx: IriRangeContext): Unit
Enter a parse tree produced by
ShExDocParser#iriRange.Enter a parse tree produced by
ShExDocParser#iriRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLanguageExclusion(ctx: LanguageExclusionContext): Unit
Enter a parse tree produced by
ShExDocParser#languageExclusion.Enter a parse tree produced by
ShExDocParser#languageExclusion.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLanguageRangeAt(ctx: LanguageRangeAtContext): Unit
Enter a parse tree produced by the
languageRangeAtlabeled alternative inShExDocParser#languageRange.Enter a parse tree produced by the
languageRangeAtlabeled alternative inShExDocParser#languageRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLanguageRangeFull(ctx: LanguageRangeFullContext): Unit
Enter a parse tree produced by the
languageRangeFulllabeled alternative inShExDocParser#languageRange.Enter a parse tree produced by the
languageRangeFulllabeled alternative inShExDocParser#languageRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLe(ctx: LeContext): Unit
Enter a parse tree produced by the
lelabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
lelabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLitNodeConstraint(ctx: LitNodeConstraintContext): Unit
Enter a parse tree produced by
ShExDocParser#litNodeConstraint.Enter a parse tree produced by
ShExDocParser#litNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLitNodeConstraintLiteral(ctx: LitNodeConstraintLiteralContext): Unit
Enter a parse tree produced by the
litNodeConstraintLiterallabeled alternative inShExDocParser#inlineNonLitNodeConstraint.Enter a parse tree produced by the
litNodeConstraintLiterallabeled alternative inShExDocParser#inlineNonLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLitNodeConstraintStringFacet(ctx: LitNodeConstraintStringFacetContext): Unit
Enter a parse tree produced by the
litNodeConstraintStringFacetlabeled alternative inShExDocParser#inlineNonLitNodeConstraint.Enter a parse tree produced by the
litNodeConstraintStringFacetlabeled alternative inShExDocParser#inlineNonLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLiteral(ctx: LiteralContext): Unit
Enter a parse tree produced by
ShExDocParser#literal.Enter a parse tree produced by
ShExDocParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLiteralExclusion(ctx: LiteralExclusionContext): Unit
Enter a parse tree produced by
ShExDocParser#literalExclusion.Enter a parse tree produced by
ShExDocParser#literalExclusion.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLiteralRange(ctx: LiteralRangeContext): Unit
Enter a parse tree produced by
ShExDocParser#literalRange.Enter a parse tree produced by
ShExDocParser#literalRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterLt(ctx: LtContext): Unit
Enter a parse tree produced by the
ltlabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
ltlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterMax_range(ctx: Max_rangeContext): Unit
Enter a parse tree produced by
ShExDocParser#max_range.Enter a parse tree produced by
ShExDocParser#max_range.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterMinMaxRange(ctx: MinMaxRangeContext): Unit
Enter a parse tree produced by the
minMaxRangelabeled alternative inShExDocParser#repeatRange.Enter a parse tree produced by the
minMaxRangelabeled alternative inShExDocParser#repeatRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterMin_range(ctx: Min_rangeContext): Unit
Enter a parse tree produced by
ShExDocParser#min_range.Enter a parse tree produced by
ShExDocParser#min_range.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterMinus(ctx: MinusContext): Unit
Enter a parse tree produced by the
minuslabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
minuslabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterMult(ctx: MultContext): Unit
Enter a parse tree produced by the
multlabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
multlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterMultiElementGroup(ctx: MultiElementGroupContext): Unit
Enter a parse tree produced by
ShExDocParser#multiElementGroup.Enter a parse tree produced by
ShExDocParser#multiElementGroup.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterMultiElementOneOf(ctx: MultiElementOneOfContext): Unit
Enter a parse tree produced by
ShExDocParser#multiElementOneOf.Enter a parse tree produced by
ShExDocParser#multiElementOneOf.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNegation(ctx: NegationContext): Unit
Enter a parse tree produced by
ShExDocParser#negation.Enter a parse tree produced by
ShExDocParser#negation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNodeConstraintDatatype(ctx: NodeConstraintDatatypeContext): Unit
Enter a parse tree produced by the
nodeConstraintDatatypelabeled alternative inShExDocParser#inlineLitNodeConstraint.Enter a parse tree produced by the
nodeConstraintDatatypelabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNodeConstraintLiteral(ctx: NodeConstraintLiteralContext): Unit
Enter a parse tree produced by the
nodeConstraintLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.Enter a parse tree produced by the
nodeConstraintLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNodeConstraintNonLiteral(ctx: NodeConstraintNonLiteralContext): Unit
Enter a parse tree produced by the
nodeConstraintNonLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.Enter a parse tree produced by the
nodeConstraintNonLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNodeConstraintNumericFacet(ctx: NodeConstraintNumericFacetContext): Unit
Enter a parse tree produced by the
nodeConstraintNumericFacetlabeled alternative inShExDocParser#inlineLitNodeConstraint.Enter a parse tree produced by the
nodeConstraintNumericFacetlabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNodeConstraintValueSet(ctx: NodeConstraintValueSetContext): Unit
Enter a parse tree produced by the
nodeConstraintValueSetlabeled alternative inShExDocParser#inlineLitNodeConstraint.Enter a parse tree produced by the
nodeConstraintValueSetlabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNonLitNodeConstraint(ctx: NonLitNodeConstraintContext): Unit
Enter a parse tree produced by
ShExDocParser#nonLitNodeConstraint.Enter a parse tree produced by
ShExDocParser#nonLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNonLiteralKind(ctx: NonLiteralKindContext): Unit
Enter a parse tree produced by
ShExDocParser#nonLiteralKind.Enter a parse tree produced by
ShExDocParser#nonLiteralKind.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNotEquals(ctx: NotEqualsContext): Unit
Enter a parse tree produced by the
notEqualslabeled alternative inShExDocParser#binOp.Enter a parse tree produced by the
notEqualslabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNotStartAction(ctx: NotStartActionContext): Unit
Enter a parse tree produced by
ShExDocParser#notStartAction.Enter a parse tree produced by
ShExDocParser#notStartAction.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNumericFacet(ctx: NumericFacetContext): Unit
Enter a parse tree produced by
ShExDocParser#numericFacet.Enter a parse tree produced by
ShExDocParser#numericFacet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNumericLength(ctx: NumericLengthContext): Unit
Enter a parse tree produced by
ShExDocParser#numericLength.Enter a parse tree produced by
ShExDocParser#numericLength.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNumericLiteral(ctx: NumericLiteralContext): Unit
Enter a parse tree produced by
ShExDocParser#numericLiteral.Enter a parse tree produced by
ShExDocParser#numericLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterNumericRange(ctx: NumericRangeContext): Unit
Enter a parse tree produced by
ShExDocParser#numericRange.Enter a parse tree produced by
ShExDocParser#numericRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterOneOfTripleExpr(ctx: OneOfTripleExprContext): Unit
Enter a parse tree produced by
ShExDocParser#oneOfTripleExpr.Enter a parse tree produced by
ShExDocParser#oneOfTripleExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterOptionalCardinality(ctx: OptionalCardinalityContext): Unit
Enter a parse tree produced by the
optionalCardinalitylabeled alternative inShExDocParser#cardinality.Enter a parse tree produced by the
optionalCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterPlusCardinality(ctx: PlusCardinalityContext): Unit
Enter a parse tree produced by the
plusCardinalitylabeled alternative inShExDocParser#cardinality.Enter a parse tree produced by the
plusCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterPredicate(ctx: PredicateContext): Unit
Enter a parse tree produced by
ShExDocParser#predicate.Enter a parse tree produced by
ShExDocParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterPrefixDecl(ctx: PrefixDeclContext): Unit
Enter a parse tree produced by
ShExDocParser#prefixDecl.Enter a parse tree produced by
ShExDocParser#prefixDecl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterPrefixedName(ctx: PrefixedNameContext): Unit
Enter a parse tree produced by
ShExDocParser#prefixedName.Enter a parse tree produced by
ShExDocParser#prefixedName.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterQualifier(ctx: QualifierContext): Unit
Enter a parse tree produced by
ShExDocParser#qualifier.Enter a parse tree produced by
ShExDocParser#qualifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterRawNumeric(ctx: RawNumericContext): Unit
Enter a parse tree produced by
ShExDocParser#rawNumeric.Enter a parse tree produced by
ShExDocParser#rawNumeric.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterRdfLiteral(ctx: RdfLiteralContext): Unit
Enter a parse tree produced by
ShExDocParser#rdfLiteral.Enter a parse tree produced by
ShExDocParser#rdfLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterRdfType(ctx: RdfTypeContext): Unit
Enter a parse tree produced by
ShExDocParser#rdfType.Enter a parse tree produced by
ShExDocParser#rdfType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterRepeatCardinality(ctx: RepeatCardinalityContext): Unit
Enter a parse tree produced by the
repeatCardinalitylabeled alternative inShExDocParser#cardinality.Enter a parse tree produced by the
repeatCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterRestriction(ctx: RestrictionContext): Unit
Enter a parse tree produced by
ShExDocParser#restriction.Enter a parse tree produced by
ShExDocParser#restriction.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterSemanticAction(ctx: SemanticActionContext): Unit
Enter a parse tree produced by
ShExDocParser#semanticAction.Enter a parse tree produced by
ShExDocParser#semanticAction.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterSenseFlags(ctx: SenseFlagsContext): Unit
Enter a parse tree produced by
ShExDocParser#senseFlags.Enter a parse tree produced by
ShExDocParser#senseFlags.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShExDoc(ctx: ShExDocContext): Unit
Enter a parse tree produced by
ShExDocParser#shExDoc.Enter a parse tree produced by
ShExDocParser#shExDoc.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeAnd(ctx: ShapeAndContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeAnd.Enter a parse tree produced by
ShExDocParser#shapeAnd.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeAtomAny(ctx: ShapeAtomAnyContext): Unit
Enter a parse tree produced by the
shapeAtomAnylabeled alternative inShExDocParser#shapeAtom.Enter a parse tree produced by the
shapeAtomAnylabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeAtomLitNodeConstraint(ctx: ShapeAtomLitNodeConstraintContext): Unit
Enter a parse tree produced by the
shapeAtomLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.Enter a parse tree produced by the
shapeAtomLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeAtomNonLitNodeConstraint(ctx: ShapeAtomNonLitNodeConstraintContext): Unit
Enter a parse tree produced by the
shapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.Enter a parse tree produced by the
shapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeAtomShapeExpression(ctx: ShapeAtomShapeExpressionContext): Unit
Enter a parse tree produced by the
shapeAtomShapeExpressionlabeled alternative inShExDocParser#shapeAtom.Enter a parse tree produced by the
shapeAtomShapeExpressionlabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeAtomShapeOrRef(ctx: ShapeAtomShapeOrRefContext): Unit
Enter a parse tree produced by the
shapeAtomShapeOrReflabeled alternative inShExDocParser#shapeAtom.Enter a parse tree produced by the
shapeAtomShapeOrReflabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeDefinition(ctx: ShapeDefinitionContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeDefinition.Enter a parse tree produced by
ShExDocParser#shapeDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeExprDecl(ctx: ShapeExprDeclContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeExprDecl.Enter a parse tree produced by
ShExDocParser#shapeExprDecl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeExprLabel(ctx: ShapeExprLabelContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeExprLabel.Enter a parse tree produced by
ShExDocParser#shapeExprLabel.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeExpression(ctx: ShapeExpressionContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeExpression.Enter a parse tree produced by
ShExDocParser#shapeExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeNot(ctx: ShapeNotContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeNot.Enter a parse tree produced by
ShExDocParser#shapeNot.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeOr(ctx: ShapeOrContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeOr.Enter a parse tree produced by
ShExDocParser#shapeOr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeOrRef(ctx: ShapeOrRefContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeOrRef.Enter a parse tree produced by
ShExDocParser#shapeOrRef.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterShapeRef(ctx: ShapeRefContext): Unit
Enter a parse tree produced by
ShExDocParser#shapeRef.Enter a parse tree produced by
ShExDocParser#shapeRef.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterSingleElementGroup(ctx: SingleElementGroupContext): Unit
Enter a parse tree produced by
ShExDocParser#singleElementGroup.Enter a parse tree produced by
ShExDocParser#singleElementGroup.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterStarCardinality(ctx: StarCardinalityContext): Unit
Enter a parse tree produced by the
starCardinalitylabeled alternative inShExDocParser#cardinality.Enter a parse tree produced by the
starCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterStart(ctx: StartContext): Unit
Enter a parse tree produced by
ShExDocParser#start.Enter a parse tree produced by
ShExDocParser#start.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterStartActions(ctx: StartActionsContext): Unit
Enter a parse tree produced by
ShExDocParser#startActions.Enter a parse tree produced by
ShExDocParser#startActions.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterStatement(ctx: StatementContext): Unit
Enter a parse tree produced by
ShExDocParser#statement.Enter a parse tree produced by
ShExDocParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterString(ctx: StringContext): Unit
Enter a parse tree produced by
ShExDocParser#string.Enter a parse tree produced by
ShExDocParser#string.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterStringFacet(ctx: StringFacetContext): Unit
Enter a parse tree produced by
ShExDocParser#stringFacet.Enter a parse tree produced by
ShExDocParser#stringFacet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterStringLength(ctx: StringLengthContext): Unit
Enter a parse tree produced by
ShExDocParser#stringLength.Enter a parse tree produced by
ShExDocParser#stringLength.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterTripleConstraint(ctx: TripleConstraintContext): Unit
Enter a parse tree produced by
ShExDocParser#tripleConstraint.Enter a parse tree produced by
ShExDocParser#tripleConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterTripleExprLabel(ctx: TripleExprLabelContext): Unit
Enter a parse tree produced by
ShExDocParser#tripleExprLabel.Enter a parse tree produced by
ShExDocParser#tripleExprLabel.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterTripleExpression(ctx: TripleExpressionContext): Unit
Enter a parse tree produced by
ShExDocParser#tripleExpression.Enter a parse tree produced by
ShExDocParser#tripleExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterUnaryTripleExpr(ctx: UnaryTripleExprContext): Unit
Enter a parse tree produced by
ShExDocParser#unaryTripleExpr.Enter a parse tree produced by
ShExDocParser#unaryTripleExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterValueSet(ctx: ValueSetContext): Unit
Enter a parse tree produced by
ShExDocParser#valueSet.Enter a parse tree produced by
ShExDocParser#valueSet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterValueSetValue(ctx: ValueSetValueContext): Unit
Enter a parse tree produced by
ShExDocParser#valueSetValue.Enter a parse tree produced by
ShExDocParser#valueSetValue.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
enterXsFacet(ctx: XsFacetContext): Unit
Enter a parse tree produced by
ShExDocParser#xsFacet.Enter a parse tree produced by
ShExDocParser#xsFacet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exitAdd(ctx: AddContext): Unit
Exit a parse tree produced by the
addlabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
addlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitAnnotation(ctx: AnnotationContext): Unit
Exit a parse tree produced by
ShExDocParser#annotation.Exit a parse tree produced by
ShExDocParser#annotation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitBaseDecl(ctx: BaseDeclContext): Unit
Exit a parse tree produced by
ShExDocParser#baseDecl.Exit a parse tree produced by
ShExDocParser#baseDecl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitBasicExpr(ctx: BasicExprContext): Unit
Exit a parse tree produced by
ShExDocParser#basicExpr.Exit a parse tree produced by
ShExDocParser#basicExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitBlankNode(ctx: BlankNodeContext): Unit
Exit a parse tree produced by
ShExDocParser#blankNode.Exit a parse tree produced by
ShExDocParser#blankNode.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitBooleanLiteral(ctx: BooleanLiteralContext): Unit
Exit a parse tree produced by
ShExDocParser#booleanLiteral.Exit a parse tree produced by
ShExDocParser#booleanLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitBracketedTripleExpr(ctx: BracketedTripleExprContext): Unit
Exit a parse tree produced by
ShExDocParser#bracketedTripleExpr.Exit a parse tree produced by
ShExDocParser#bracketedTripleExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitDatatype(ctx: DatatypeContext): Unit
Exit a parse tree produced by
ShExDocParser#datatype.Exit a parse tree produced by
ShExDocParser#datatype.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitDirective(ctx: DirectiveContext): Unit
Exit a parse tree produced by
ShExDocParser#directive.Exit a parse tree produced by
ShExDocParser#directive.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitDiv(ctx: DivContext): Unit
Exit a parse tree produced by the
divlabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
divlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitEquals(ctx: EqualsContext): Unit
Exit a parse tree produced by the
equalslabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
equalslabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- ShExDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
exitExactRange(ctx: ExactRangeContext): Unit
Exit a parse tree produced by the
exactRangelabeled alternative inShExDocParser#repeatRange.Exit a parse tree produced by the
exactRangelabeled alternative inShExDocParser#repeatRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitExpr(ctx: ExprContext): Unit
Exit a parse tree produced by
ShExDocParser#expr.Exit a parse tree produced by
ShExDocParser#expr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitExtension(ctx: ExtensionContext): Unit
Exit a parse tree produced by
ShExDocParser#extension.Exit a parse tree produced by
ShExDocParser#extension.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitExtraPropertySet(ctx: ExtraPropertySetContext): Unit
Exit a parse tree produced by
ShExDocParser#extraPropertySet.Exit a parse tree produced by
ShExDocParser#extraPropertySet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitGe(ctx: GeContext): Unit
Exit a parse tree produced by the
gelabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
gelabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitGroupTripleExpr(ctx: GroupTripleExprContext): Unit
Exit a parse tree produced by
ShExDocParser#groupTripleExpr.Exit a parse tree produced by
ShExDocParser#groupTripleExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitGt(ctx: GtContext): Unit
Exit a parse tree produced by the
gtlabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
gtlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitImportDecl(ctx: ImportDeclContext): Unit
Exit a parse tree produced by
ShExDocParser#importDecl.Exit a parse tree produced by
ShExDocParser#importDecl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInclude(ctx: IncludeContext): Unit
Exit a parse tree produced by
ShExDocParser#include.Exit a parse tree produced by
ShExDocParser#include.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeAnd(ctx: InlineShapeAndContext): Unit
Exit a parse tree produced by
ShExDocParser#inlineShapeAnd.Exit a parse tree produced by
ShExDocParser#inlineShapeAnd.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeAtomAny(ctx: InlineShapeAtomAnyContext): Unit
Exit a parse tree produced by the
inlineShapeAtomAnylabeled alternative inShExDocParser#inlineShapeAtom.Exit a parse tree produced by the
inlineShapeAtomAnylabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeAtomLitNodeConstraint(ctx: InlineShapeAtomLitNodeConstraintContext): Unit
Exit a parse tree produced by the
inlineShapeAtomLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.Exit a parse tree produced by the
inlineShapeAtomLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeAtomNonLitNodeConstraint(ctx: InlineShapeAtomNonLitNodeConstraintContext): Unit
Exit a parse tree produced by the
inlineShapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.Exit a parse tree produced by the
inlineShapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeAtomShapeExpression(ctx: InlineShapeAtomShapeExpressionContext): Unit
Exit a parse tree produced by the
inlineShapeAtomShapeExpressionlabeled alternative inShExDocParser#inlineShapeAtom.Exit a parse tree produced by the
inlineShapeAtomShapeExpressionlabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeAtomShapeOrRef(ctx: InlineShapeAtomShapeOrRefContext): Unit
Exit a parse tree produced by the
inlineShapeAtomShapeOrReflabeled alternative inShExDocParser#inlineShapeAtom.Exit a parse tree produced by the
inlineShapeAtomShapeOrReflabeled alternative inShExDocParser#inlineShapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeDefinition(ctx: InlineShapeDefinitionContext): Unit
Exit a parse tree produced by
ShExDocParser#inlineShapeDefinition.Exit a parse tree produced by
ShExDocParser#inlineShapeDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeExpression(ctx: InlineShapeExpressionContext): Unit
Exit a parse tree produced by
ShExDocParser#inlineShapeExpression.Exit a parse tree produced by
ShExDocParser#inlineShapeExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeNot(ctx: InlineShapeNotContext): Unit
Exit a parse tree produced by
ShExDocParser#inlineShapeNot.Exit a parse tree produced by
ShExDocParser#inlineShapeNot.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeOr(ctx: InlineShapeOrContext): Unit
Exit a parse tree produced by
ShExDocParser#inlineShapeOr.Exit a parse tree produced by
ShExDocParser#inlineShapeOr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitInlineShapeOrRef(ctx: InlineShapeOrRefContext): Unit
Exit a parse tree produced by
ShExDocParser#inlineShapeOrRef.Exit a parse tree produced by
ShExDocParser#inlineShapeOrRef.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitIri(ctx: IriContext): Unit
Exit a parse tree produced by
ShExDocParser#iri.Exit a parse tree produced by
ShExDocParser#iri.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitIriExclusion(ctx: IriExclusionContext): Unit
Exit a parse tree produced by
ShExDocParser#iriExclusion.Exit a parse tree produced by
ShExDocParser#iriExclusion.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitIriRange(ctx: IriRangeContext): Unit
Exit a parse tree produced by
ShExDocParser#iriRange.Exit a parse tree produced by
ShExDocParser#iriRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLanguageExclusion(ctx: LanguageExclusionContext): Unit
Exit a parse tree produced by
ShExDocParser#languageExclusion.Exit a parse tree produced by
ShExDocParser#languageExclusion.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLanguageRangeAt(ctx: LanguageRangeAtContext): Unit
Exit a parse tree produced by the
languageRangeAtlabeled alternative inShExDocParser#languageRange.Exit a parse tree produced by the
languageRangeAtlabeled alternative inShExDocParser#languageRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLanguageRangeFull(ctx: LanguageRangeFullContext): Unit
Exit a parse tree produced by the
languageRangeFulllabeled alternative inShExDocParser#languageRange.Exit a parse tree produced by the
languageRangeFulllabeled alternative inShExDocParser#languageRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLe(ctx: LeContext): Unit
Exit a parse tree produced by the
lelabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
lelabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLitNodeConstraint(ctx: LitNodeConstraintContext): Unit
Exit a parse tree produced by
ShExDocParser#litNodeConstraint.Exit a parse tree produced by
ShExDocParser#litNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLitNodeConstraintLiteral(ctx: LitNodeConstraintLiteralContext): Unit
Exit a parse tree produced by the
litNodeConstraintLiterallabeled alternative inShExDocParser#inlineNonLitNodeConstraint.Exit a parse tree produced by the
litNodeConstraintLiterallabeled alternative inShExDocParser#inlineNonLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLitNodeConstraintStringFacet(ctx: LitNodeConstraintStringFacetContext): Unit
Exit a parse tree produced by the
litNodeConstraintStringFacetlabeled alternative inShExDocParser#inlineNonLitNodeConstraint.Exit a parse tree produced by the
litNodeConstraintStringFacetlabeled alternative inShExDocParser#inlineNonLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLiteral(ctx: LiteralContext): Unit
Exit a parse tree produced by
ShExDocParser#literal.Exit a parse tree produced by
ShExDocParser#literal.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLiteralExclusion(ctx: LiteralExclusionContext): Unit
Exit a parse tree produced by
ShExDocParser#literalExclusion.Exit a parse tree produced by
ShExDocParser#literalExclusion.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLiteralRange(ctx: LiteralRangeContext): Unit
Exit a parse tree produced by
ShExDocParser#literalRange.Exit a parse tree produced by
ShExDocParser#literalRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitLt(ctx: LtContext): Unit
Exit a parse tree produced by the
ltlabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
ltlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitMax_range(ctx: Max_rangeContext): Unit
Exit a parse tree produced by
ShExDocParser#max_range.Exit a parse tree produced by
ShExDocParser#max_range.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitMinMaxRange(ctx: MinMaxRangeContext): Unit
Exit a parse tree produced by the
minMaxRangelabeled alternative inShExDocParser#repeatRange.Exit a parse tree produced by the
minMaxRangelabeled alternative inShExDocParser#repeatRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitMin_range(ctx: Min_rangeContext): Unit
Exit a parse tree produced by
ShExDocParser#min_range.Exit a parse tree produced by
ShExDocParser#min_range.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitMinus(ctx: MinusContext): Unit
Exit a parse tree produced by the
minuslabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
minuslabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitMult(ctx: MultContext): Unit
Exit a parse tree produced by the
multlabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
multlabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitMultiElementGroup(ctx: MultiElementGroupContext): Unit
Exit a parse tree produced by
ShExDocParser#multiElementGroup.Exit a parse tree produced by
ShExDocParser#multiElementGroup.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitMultiElementOneOf(ctx: MultiElementOneOfContext): Unit
Exit a parse tree produced by
ShExDocParser#multiElementOneOf.Exit a parse tree produced by
ShExDocParser#multiElementOneOf.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNegation(ctx: NegationContext): Unit
Exit a parse tree produced by
ShExDocParser#negation.Exit a parse tree produced by
ShExDocParser#negation.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNodeConstraintDatatype(ctx: NodeConstraintDatatypeContext): Unit
Exit a parse tree produced by the
nodeConstraintDatatypelabeled alternative inShExDocParser#inlineLitNodeConstraint.Exit a parse tree produced by the
nodeConstraintDatatypelabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNodeConstraintLiteral(ctx: NodeConstraintLiteralContext): Unit
Exit a parse tree produced by the
nodeConstraintLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.Exit a parse tree produced by the
nodeConstraintLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNodeConstraintNonLiteral(ctx: NodeConstraintNonLiteralContext): Unit
Exit a parse tree produced by the
nodeConstraintNonLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.Exit a parse tree produced by the
nodeConstraintNonLiterallabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNodeConstraintNumericFacet(ctx: NodeConstraintNumericFacetContext): Unit
Exit a parse tree produced by the
nodeConstraintNumericFacetlabeled alternative inShExDocParser#inlineLitNodeConstraint.Exit a parse tree produced by the
nodeConstraintNumericFacetlabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNodeConstraintValueSet(ctx: NodeConstraintValueSetContext): Unit
Exit a parse tree produced by the
nodeConstraintValueSetlabeled alternative inShExDocParser#inlineLitNodeConstraint.Exit a parse tree produced by the
nodeConstraintValueSetlabeled alternative inShExDocParser#inlineLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNonLitNodeConstraint(ctx: NonLitNodeConstraintContext): Unit
Exit a parse tree produced by
ShExDocParser#nonLitNodeConstraint.Exit a parse tree produced by
ShExDocParser#nonLitNodeConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNonLiteralKind(ctx: NonLiteralKindContext): Unit
Exit a parse tree produced by
ShExDocParser#nonLiteralKind.Exit a parse tree produced by
ShExDocParser#nonLiteralKind.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNotEquals(ctx: NotEqualsContext): Unit
Exit a parse tree produced by the
notEqualslabeled alternative inShExDocParser#binOp.Exit a parse tree produced by the
notEqualslabeled alternative inShExDocParser#binOp.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNotStartAction(ctx: NotStartActionContext): Unit
Exit a parse tree produced by
ShExDocParser#notStartAction.Exit a parse tree produced by
ShExDocParser#notStartAction.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNumericFacet(ctx: NumericFacetContext): Unit
Exit a parse tree produced by
ShExDocParser#numericFacet.Exit a parse tree produced by
ShExDocParser#numericFacet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNumericLength(ctx: NumericLengthContext): Unit
Exit a parse tree produced by
ShExDocParser#numericLength.Exit a parse tree produced by
ShExDocParser#numericLength.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNumericLiteral(ctx: NumericLiteralContext): Unit
Exit a parse tree produced by
ShExDocParser#numericLiteral.Exit a parse tree produced by
ShExDocParser#numericLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitNumericRange(ctx: NumericRangeContext): Unit
Exit a parse tree produced by
ShExDocParser#numericRange.Exit a parse tree produced by
ShExDocParser#numericRange.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitOneOfTripleExpr(ctx: OneOfTripleExprContext): Unit
Exit a parse tree produced by
ShExDocParser#oneOfTripleExpr.Exit a parse tree produced by
ShExDocParser#oneOfTripleExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitOptionalCardinality(ctx: OptionalCardinalityContext): Unit
Exit a parse tree produced by the
optionalCardinalitylabeled alternative inShExDocParser#cardinality.Exit a parse tree produced by the
optionalCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitPlusCardinality(ctx: PlusCardinalityContext): Unit
Exit a parse tree produced by the
plusCardinalitylabeled alternative inShExDocParser#cardinality.Exit a parse tree produced by the
plusCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitPredicate(ctx: PredicateContext): Unit
Exit a parse tree produced by
ShExDocParser#predicate.Exit a parse tree produced by
ShExDocParser#predicate.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitPrefixDecl(ctx: PrefixDeclContext): Unit
Exit a parse tree produced by
ShExDocParser#prefixDecl.Exit a parse tree produced by
ShExDocParser#prefixDecl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitPrefixedName(ctx: PrefixedNameContext): Unit
Exit a parse tree produced by
ShExDocParser#prefixedName.Exit a parse tree produced by
ShExDocParser#prefixedName.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitQualifier(ctx: QualifierContext): Unit
Exit a parse tree produced by
ShExDocParser#qualifier.Exit a parse tree produced by
ShExDocParser#qualifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitRawNumeric(ctx: RawNumericContext): Unit
Exit a parse tree produced by
ShExDocParser#rawNumeric.Exit a parse tree produced by
ShExDocParser#rawNumeric.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitRdfLiteral(ctx: RdfLiteralContext): Unit
Exit a parse tree produced by
ShExDocParser#rdfLiteral.Exit a parse tree produced by
ShExDocParser#rdfLiteral.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitRdfType(ctx: RdfTypeContext): Unit
Exit a parse tree produced by
ShExDocParser#rdfType.Exit a parse tree produced by
ShExDocParser#rdfType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitRepeatCardinality(ctx: RepeatCardinalityContext): Unit
Exit a parse tree produced by the
repeatCardinalitylabeled alternative inShExDocParser#cardinality.Exit a parse tree produced by the
repeatCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitRestriction(ctx: RestrictionContext): Unit
Exit a parse tree produced by
ShExDocParser#restriction.Exit a parse tree produced by
ShExDocParser#restriction.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitSemanticAction(ctx: SemanticActionContext): Unit
Exit a parse tree produced by
ShExDocParser#semanticAction.Exit a parse tree produced by
ShExDocParser#semanticAction.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitSenseFlags(ctx: SenseFlagsContext): Unit
Exit a parse tree produced by
ShExDocParser#senseFlags.Exit a parse tree produced by
ShExDocParser#senseFlags.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShExDoc(ctx: ShExDocContext): Unit
Exit a parse tree produced by
ShExDocParser#shExDoc.Exit a parse tree produced by
ShExDocParser#shExDoc.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeAnd(ctx: ShapeAndContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeAnd.Exit a parse tree produced by
ShExDocParser#shapeAnd.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeAtomAny(ctx: ShapeAtomAnyContext): Unit
Exit a parse tree produced by the
shapeAtomAnylabeled alternative inShExDocParser#shapeAtom.Exit a parse tree produced by the
shapeAtomAnylabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeAtomLitNodeConstraint(ctx: ShapeAtomLitNodeConstraintContext): Unit
Exit a parse tree produced by the
shapeAtomLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.Exit a parse tree produced by the
shapeAtomLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeAtomNonLitNodeConstraint(ctx: ShapeAtomNonLitNodeConstraintContext): Unit
Exit a parse tree produced by the
shapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.Exit a parse tree produced by the
shapeAtomNonLitNodeConstraintlabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeAtomShapeExpression(ctx: ShapeAtomShapeExpressionContext): Unit
Exit a parse tree produced by the
shapeAtomShapeExpressionlabeled alternative inShExDocParser#shapeAtom.Exit a parse tree produced by the
shapeAtomShapeExpressionlabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeAtomShapeOrRef(ctx: ShapeAtomShapeOrRefContext): Unit
Exit a parse tree produced by the
shapeAtomShapeOrReflabeled alternative inShExDocParser#shapeAtom.Exit a parse tree produced by the
shapeAtomShapeOrReflabeled alternative inShExDocParser#shapeAtom.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeDefinition(ctx: ShapeDefinitionContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeDefinition.Exit a parse tree produced by
ShExDocParser#shapeDefinition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeExprDecl(ctx: ShapeExprDeclContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeExprDecl.Exit a parse tree produced by
ShExDocParser#shapeExprDecl.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeExprLabel(ctx: ShapeExprLabelContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeExprLabel.Exit a parse tree produced by
ShExDocParser#shapeExprLabel.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeExpression(ctx: ShapeExpressionContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeExpression.Exit a parse tree produced by
ShExDocParser#shapeExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeNot(ctx: ShapeNotContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeNot.Exit a parse tree produced by
ShExDocParser#shapeNot.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeOr(ctx: ShapeOrContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeOr.Exit a parse tree produced by
ShExDocParser#shapeOr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeOrRef(ctx: ShapeOrRefContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeOrRef.Exit a parse tree produced by
ShExDocParser#shapeOrRef.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitShapeRef(ctx: ShapeRefContext): Unit
Exit a parse tree produced by
ShExDocParser#shapeRef.Exit a parse tree produced by
ShExDocParser#shapeRef.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitSingleElementGroup(ctx: SingleElementGroupContext): Unit
Exit a parse tree produced by
ShExDocParser#singleElementGroup.Exit a parse tree produced by
ShExDocParser#singleElementGroup.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitStarCardinality(ctx: StarCardinalityContext): Unit
Exit a parse tree produced by the
starCardinalitylabeled alternative inShExDocParser#cardinality.Exit a parse tree produced by the
starCardinalitylabeled alternative inShExDocParser#cardinality.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitStart(ctx: StartContext): Unit
Exit a parse tree produced by
ShExDocParser#start.Exit a parse tree produced by
ShExDocParser#start.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitStartActions(ctx: StartActionsContext): Unit
Exit a parse tree produced by
ShExDocParser#startActions.Exit a parse tree produced by
ShExDocParser#startActions.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitStatement(ctx: StatementContext): Unit
Exit a parse tree produced by
ShExDocParser#statement.Exit a parse tree produced by
ShExDocParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitString(ctx: StringContext): Unit
Exit a parse tree produced by
ShExDocParser#string.Exit a parse tree produced by
ShExDocParser#string.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitStringFacet(ctx: StringFacetContext): Unit
Exit a parse tree produced by
ShExDocParser#stringFacet.Exit a parse tree produced by
ShExDocParser#stringFacet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitStringLength(ctx: StringLengthContext): Unit
Exit a parse tree produced by
ShExDocParser#stringLength.Exit a parse tree produced by
ShExDocParser#stringLength.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitTripleConstraint(ctx: TripleConstraintContext): Unit
Exit a parse tree produced by
ShExDocParser#tripleConstraint.Exit a parse tree produced by
ShExDocParser#tripleConstraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitTripleExprLabel(ctx: TripleExprLabelContext): Unit
Exit a parse tree produced by
ShExDocParser#tripleExprLabel.Exit a parse tree produced by
ShExDocParser#tripleExprLabel.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitTripleExpression(ctx: TripleExpressionContext): Unit
Exit a parse tree produced by
ShExDocParser#tripleExpression.Exit a parse tree produced by
ShExDocParser#tripleExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitUnaryTripleExpr(ctx: UnaryTripleExprContext): Unit
Exit a parse tree produced by
ShExDocParser#unaryTripleExpr.Exit a parse tree produced by
ShExDocParser#unaryTripleExpr.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitValueSet(ctx: ValueSetContext): Unit
Exit a parse tree produced by
ShExDocParser#valueSet.Exit a parse tree produced by
ShExDocParser#valueSet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitValueSetValue(ctx: ValueSetValueContext): Unit
Exit a parse tree produced by
ShExDocParser#valueSetValue.Exit a parse tree produced by
ShExDocParser#valueSetValue.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
def
exitXsFacet(ctx: XsFacetContext): Unit
Exit a parse tree produced by
ShExDocParser#xsFacet.Exit a parse tree produced by
ShExDocParser#xsFacet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShExDocBaseListener → ShExDocListener
- Annotations
- @Override()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- ShExDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- ShExDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )