Packages

c

es.weso.shex.parser

ShExDocBaseListener

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
Linear Supertypes
ShExDocListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShExDocBaseListener
  2. ShExDocListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShExDocBaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def enterAdd(ctx: AddContext): Unit

    Enter a parse tree produced by the add labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the add labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  7. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  8. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  9. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  10. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  11. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  12. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  13. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  14. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  15. def enterDiv(ctx: DivContext): Unit

    Enter a parse tree produced by the div labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the div labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  16. def enterEquals(ctx: EqualsContext): Unit

    Enter a parse tree produced by the equals labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the equals labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  17. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShExDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  18. def enterExactRange(ctx: ExactRangeContext): Unit

    Enter a parse tree produced by the exactRange labeled alternative in ShExDocParser#repeatRange.

    Enter a parse tree produced by the exactRange labeled alternative in ShExDocParser#repeatRange.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  19. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  20. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  21. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  22. def enterGe(ctx: GeContext): Unit

    Enter a parse tree produced by the ge labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the ge labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  23. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  24. def enterGt(ctx: GtContext): Unit

    Enter a parse tree produced by the gt labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the gt labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  25. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  26. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  27. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  28. def enterInlineShapeAtomAny(ctx: InlineShapeAtomAnyContext): Unit

    Enter a parse tree produced by the inlineShapeAtomAny labeled alternative in ShExDocParser#inlineShapeAtom.

    Enter a parse tree produced by the inlineShapeAtomAny labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  29. def enterInlineShapeAtomLitNodeConstraint(ctx: InlineShapeAtomLitNodeConstraintContext): Unit

    Enter a parse tree produced by the inlineShapeAtomLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    Enter a parse tree produced by the inlineShapeAtomLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  30. def enterInlineShapeAtomNonLitNodeConstraint(ctx: InlineShapeAtomNonLitNodeConstraintContext): Unit

    Enter a parse tree produced by the inlineShapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    Enter a parse tree produced by the inlineShapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  31. def enterInlineShapeAtomShapeExpression(ctx: InlineShapeAtomShapeExpressionContext): Unit

    Enter a parse tree produced by the inlineShapeAtomShapeExpression labeled alternative in ShExDocParser#inlineShapeAtom.

    Enter a parse tree produced by the inlineShapeAtomShapeExpression labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  32. def enterInlineShapeAtomShapeOrRef(ctx: InlineShapeAtomShapeOrRefContext): Unit

    Enter a parse tree produced by the inlineShapeAtomShapeOrRef labeled alternative in ShExDocParser#inlineShapeAtom.

    Enter a parse tree produced by the inlineShapeAtomShapeOrRef labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  33. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  34. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  35. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  36. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  37. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  38. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  39. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  40. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  41. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  42. def enterLanguageRangeAt(ctx: LanguageRangeAtContext): Unit

    Enter a parse tree produced by the languageRangeAt labeled alternative in ShExDocParser#languageRange.

    Enter a parse tree produced by the languageRangeAt labeled alternative in ShExDocParser#languageRange.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  43. def enterLanguageRangeFull(ctx: LanguageRangeFullContext): Unit

    Enter a parse tree produced by the languageRangeFull labeled alternative in ShExDocParser#languageRange.

    Enter a parse tree produced by the languageRangeFull labeled alternative in ShExDocParser#languageRange.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  44. def enterLe(ctx: LeContext): Unit

    Enter a parse tree produced by the le labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the le labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  45. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  46. def enterLitNodeConstraintLiteral(ctx: LitNodeConstraintLiteralContext): Unit

    Enter a parse tree produced by the litNodeConstraintLiteral labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    Enter a parse tree produced by the litNodeConstraintLiteral labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  47. def enterLitNodeConstraintStringFacet(ctx: LitNodeConstraintStringFacetContext): Unit

    Enter a parse tree produced by the litNodeConstraintStringFacet labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    Enter a parse tree produced by the litNodeConstraintStringFacet labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  48. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  49. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  50. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  51. def enterLt(ctx: LtContext): Unit

    Enter a parse tree produced by the lt labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the lt labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  52. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  53. def enterMinMaxRange(ctx: MinMaxRangeContext): Unit

    Enter a parse tree produced by the minMaxRange labeled alternative in ShExDocParser#repeatRange.

    Enter a parse tree produced by the minMaxRange labeled alternative in ShExDocParser#repeatRange.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  54. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  55. def enterMinus(ctx: MinusContext): Unit

    Enter a parse tree produced by the minus labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the minus labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  56. def enterMult(ctx: MultContext): Unit

    Enter a parse tree produced by the mult labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the mult labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  57. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  58. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  59. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  60. def enterNodeConstraintDatatype(ctx: NodeConstraintDatatypeContext): Unit

    Enter a parse tree produced by the nodeConstraintDatatype labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Enter a parse tree produced by the nodeConstraintDatatype labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  61. def enterNodeConstraintLiteral(ctx: NodeConstraintLiteralContext): Unit

    Enter a parse tree produced by the nodeConstraintLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Enter a parse tree produced by the nodeConstraintLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  62. def enterNodeConstraintNonLiteral(ctx: NodeConstraintNonLiteralContext): Unit

    Enter a parse tree produced by the nodeConstraintNonLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Enter a parse tree produced by the nodeConstraintNonLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  63. def enterNodeConstraintNumericFacet(ctx: NodeConstraintNumericFacetContext): Unit

    Enter a parse tree produced by the nodeConstraintNumericFacet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Enter a parse tree produced by the nodeConstraintNumericFacet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  64. def enterNodeConstraintValueSet(ctx: NodeConstraintValueSetContext): Unit

    Enter a parse tree produced by the nodeConstraintValueSet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Enter a parse tree produced by the nodeConstraintValueSet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  65. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  66. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  67. def enterNotEquals(ctx: NotEqualsContext): Unit

    Enter a parse tree produced by the notEquals labeled alternative in ShExDocParser#binOp.

    Enter a parse tree produced by the notEquals labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  68. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  69. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  70. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  71. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  72. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  73. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  74. def enterOptionalCardinality(ctx: OptionalCardinalityContext): Unit

    Enter a parse tree produced by the optionalCardinality labeled alternative in ShExDocParser#cardinality.

    Enter a parse tree produced by the optionalCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  75. def enterPlusCardinality(ctx: PlusCardinalityContext): Unit

    Enter a parse tree produced by the plusCardinality labeled alternative in ShExDocParser#cardinality.

    Enter a parse tree produced by the plusCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  76. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  77. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  78. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  79. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  80. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  81. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  82. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  83. def enterRepeatCardinality(ctx: RepeatCardinalityContext): Unit

    Enter a parse tree produced by the repeatCardinality labeled alternative in ShExDocParser#cardinality.

    Enter a parse tree produced by the repeatCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  84. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  85. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  86. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  87. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  88. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  89. def enterShapeAtomAny(ctx: ShapeAtomAnyContext): Unit

    Enter a parse tree produced by the shapeAtomAny labeled alternative in ShExDocParser#shapeAtom.

    Enter a parse tree produced by the shapeAtomAny labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  90. def enterShapeAtomLitNodeConstraint(ctx: ShapeAtomLitNodeConstraintContext): Unit

    Enter a parse tree produced by the shapeAtomLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    Enter a parse tree produced by the shapeAtomLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  91. def enterShapeAtomNonLitNodeConstraint(ctx: ShapeAtomNonLitNodeConstraintContext): Unit

    Enter a parse tree produced by the shapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    Enter a parse tree produced by the shapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  92. def enterShapeAtomShapeExpression(ctx: ShapeAtomShapeExpressionContext): Unit

    Enter a parse tree produced by the shapeAtomShapeExpression labeled alternative in ShExDocParser#shapeAtom.

    Enter a parse tree produced by the shapeAtomShapeExpression labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  93. def enterShapeAtomShapeOrRef(ctx: ShapeAtomShapeOrRefContext): Unit

    Enter a parse tree produced by the shapeAtomShapeOrRef labeled alternative in ShExDocParser#shapeAtom.

    Enter a parse tree produced by the shapeAtomShapeOrRef labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  94. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  95. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  96. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  97. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  98. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  99. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  100. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  101. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  102. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  103. def enterStarCardinality(ctx: StarCardinalityContext): Unit

    Enter a parse tree produced by the starCardinality labeled alternative in ShExDocParser#cardinality.

    Enter a parse tree produced by the starCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  104. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  105. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  106. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  107. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  108. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  109. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  110. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  111. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  112. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  113. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  114. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  115. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  116. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  117. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  118. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  119. def exitAdd(ctx: AddContext): Unit

    Exit a parse tree produced by the add labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the add labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  120. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  121. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  122. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  123. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  124. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  125. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  126. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  127. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  128. def exitDiv(ctx: DivContext): Unit

    Exit a parse tree produced by the div labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the div labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  129. def exitEquals(ctx: EqualsContext): Unit

    Exit a parse tree produced by the equals labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the equals labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  130. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShExDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  131. def exitExactRange(ctx: ExactRangeContext): Unit

    Exit a parse tree produced by the exactRange labeled alternative in ShExDocParser#repeatRange.

    Exit a parse tree produced by the exactRange labeled alternative in ShExDocParser#repeatRange.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  132. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  133. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  134. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  135. def exitGe(ctx: GeContext): Unit

    Exit a parse tree produced by the ge labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the ge labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  136. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  137. def exitGt(ctx: GtContext): Unit

    Exit a parse tree produced by the gt labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the gt labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  138. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  139. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  140. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  141. def exitInlineShapeAtomAny(ctx: InlineShapeAtomAnyContext): Unit

    Exit a parse tree produced by the inlineShapeAtomAny labeled alternative in ShExDocParser#inlineShapeAtom.

    Exit a parse tree produced by the inlineShapeAtomAny labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  142. def exitInlineShapeAtomLitNodeConstraint(ctx: InlineShapeAtomLitNodeConstraintContext): Unit

    Exit a parse tree produced by the inlineShapeAtomLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    Exit a parse tree produced by the inlineShapeAtomLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  143. def exitInlineShapeAtomNonLitNodeConstraint(ctx: InlineShapeAtomNonLitNodeConstraintContext): Unit

    Exit a parse tree produced by the inlineShapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    Exit a parse tree produced by the inlineShapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  144. def exitInlineShapeAtomShapeExpression(ctx: InlineShapeAtomShapeExpressionContext): Unit

    Exit a parse tree produced by the inlineShapeAtomShapeExpression labeled alternative in ShExDocParser#inlineShapeAtom.

    Exit a parse tree produced by the inlineShapeAtomShapeExpression labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  145. def exitInlineShapeAtomShapeOrRef(ctx: InlineShapeAtomShapeOrRefContext): Unit

    Exit a parse tree produced by the inlineShapeAtomShapeOrRef labeled alternative in ShExDocParser#inlineShapeAtom.

    Exit a parse tree produced by the inlineShapeAtomShapeOrRef labeled alternative in ShExDocParser#inlineShapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  146. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  147. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  148. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  149. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  150. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  151. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  152. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  153. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  154. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  155. def exitLanguageRangeAt(ctx: LanguageRangeAtContext): Unit

    Exit a parse tree produced by the languageRangeAt labeled alternative in ShExDocParser#languageRange.

    Exit a parse tree produced by the languageRangeAt labeled alternative in ShExDocParser#languageRange.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  156. def exitLanguageRangeFull(ctx: LanguageRangeFullContext): Unit

    Exit a parse tree produced by the languageRangeFull labeled alternative in ShExDocParser#languageRange.

    Exit a parse tree produced by the languageRangeFull labeled alternative in ShExDocParser#languageRange.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  157. def exitLe(ctx: LeContext): Unit

    Exit a parse tree produced by the le labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the le labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  158. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  159. def exitLitNodeConstraintLiteral(ctx: LitNodeConstraintLiteralContext): Unit

    Exit a parse tree produced by the litNodeConstraintLiteral labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    Exit a parse tree produced by the litNodeConstraintLiteral labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  160. def exitLitNodeConstraintStringFacet(ctx: LitNodeConstraintStringFacetContext): Unit

    Exit a parse tree produced by the litNodeConstraintStringFacet labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    Exit a parse tree produced by the litNodeConstraintStringFacet labeled alternative in ShExDocParser#inlineNonLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  161. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  162. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  163. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  164. def exitLt(ctx: LtContext): Unit

    Exit a parse tree produced by the lt labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the lt labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  165. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  166. def exitMinMaxRange(ctx: MinMaxRangeContext): Unit

    Exit a parse tree produced by the minMaxRange labeled alternative in ShExDocParser#repeatRange.

    Exit a parse tree produced by the minMaxRange labeled alternative in ShExDocParser#repeatRange.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  167. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  168. def exitMinus(ctx: MinusContext): Unit

    Exit a parse tree produced by the minus labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the minus labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  169. def exitMult(ctx: MultContext): Unit

    Exit a parse tree produced by the mult labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the mult labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  170. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  171. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  172. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  173. def exitNodeConstraintDatatype(ctx: NodeConstraintDatatypeContext): Unit

    Exit a parse tree produced by the nodeConstraintDatatype labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Exit a parse tree produced by the nodeConstraintDatatype labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  174. def exitNodeConstraintLiteral(ctx: NodeConstraintLiteralContext): Unit

    Exit a parse tree produced by the nodeConstraintLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Exit a parse tree produced by the nodeConstraintLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  175. def exitNodeConstraintNonLiteral(ctx: NodeConstraintNonLiteralContext): Unit

    Exit a parse tree produced by the nodeConstraintNonLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Exit a parse tree produced by the nodeConstraintNonLiteral labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  176. def exitNodeConstraintNumericFacet(ctx: NodeConstraintNumericFacetContext): Unit

    Exit a parse tree produced by the nodeConstraintNumericFacet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Exit a parse tree produced by the nodeConstraintNumericFacet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  177. def exitNodeConstraintValueSet(ctx: NodeConstraintValueSetContext): Unit

    Exit a parse tree produced by the nodeConstraintValueSet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    Exit a parse tree produced by the nodeConstraintValueSet labeled alternative in ShExDocParser#inlineLitNodeConstraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  178. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  179. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  180. def exitNotEquals(ctx: NotEqualsContext): Unit

    Exit a parse tree produced by the notEquals labeled alternative in ShExDocParser#binOp.

    Exit a parse tree produced by the notEquals labeled alternative in ShExDocParser#binOp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  181. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  182. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  183. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  184. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  185. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  186. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  187. def exitOptionalCardinality(ctx: OptionalCardinalityContext): Unit

    Exit a parse tree produced by the optionalCardinality labeled alternative in ShExDocParser#cardinality.

    Exit a parse tree produced by the optionalCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  188. def exitPlusCardinality(ctx: PlusCardinalityContext): Unit

    Exit a parse tree produced by the plusCardinality labeled alternative in ShExDocParser#cardinality.

    Exit a parse tree produced by the plusCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  189. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  190. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  191. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  192. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  193. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  194. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  195. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  196. def exitRepeatCardinality(ctx: RepeatCardinalityContext): Unit

    Exit a parse tree produced by the repeatCardinality labeled alternative in ShExDocParser#cardinality.

    Exit a parse tree produced by the repeatCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  197. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  198. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  199. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  200. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  201. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  202. def exitShapeAtomAny(ctx: ShapeAtomAnyContext): Unit

    Exit a parse tree produced by the shapeAtomAny labeled alternative in ShExDocParser#shapeAtom.

    Exit a parse tree produced by the shapeAtomAny labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  203. def exitShapeAtomLitNodeConstraint(ctx: ShapeAtomLitNodeConstraintContext): Unit

    Exit a parse tree produced by the shapeAtomLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    Exit a parse tree produced by the shapeAtomLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  204. def exitShapeAtomNonLitNodeConstraint(ctx: ShapeAtomNonLitNodeConstraintContext): Unit

    Exit a parse tree produced by the shapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    Exit a parse tree produced by the shapeAtomNonLitNodeConstraint labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  205. def exitShapeAtomShapeExpression(ctx: ShapeAtomShapeExpressionContext): Unit

    Exit a parse tree produced by the shapeAtomShapeExpression labeled alternative in ShExDocParser#shapeAtom.

    Exit a parse tree produced by the shapeAtomShapeExpression labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  206. def exitShapeAtomShapeOrRef(ctx: ShapeAtomShapeOrRefContext): Unit

    Exit a parse tree produced by the shapeAtomShapeOrRef labeled alternative in ShExDocParser#shapeAtom.

    Exit a parse tree produced by the shapeAtomShapeOrRef labeled alternative in ShExDocParser#shapeAtom.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  207. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  208. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  209. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  210. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  211. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  212. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  213. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  214. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  215. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  216. def exitStarCardinality(ctx: StarCardinalityContext): Unit

    Exit a parse tree produced by the starCardinality labeled alternative in ShExDocParser#cardinality.

    Exit a parse tree produced by the starCardinality labeled alternative in ShExDocParser#cardinality.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  217. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  218. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  219. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  220. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  221. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  222. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  223. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  224. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  225. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  226. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  227. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  228. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  229. 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
    ShExDocBaseListenerShExDocListener
    Annotations
    @Override()
  230. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  231. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  232. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  233. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  234. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  235. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  236. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  237. def toString(): String
    Definition Classes
    AnyRef → Any
  238. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShExDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  239. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShExDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  240. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  241. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  242. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ShExDocListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped