c

es.weso.shapemaps.parser

ShapeMapBaseListener

class ShapeMapBaseListener extends ShapeMapListener

This class provides an empty implementation of ShapeMapListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Source
ShapeMapBaseListener.java
Linear Supertypes
ShapeMapListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapeMapBaseListener
  2. ShapeMapListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShapeMapBaseListener()

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 enterBlankNode(ctx: BlankNodeContext): Unit

    Enter a parse tree produced by ShapeMapParser#blankNode.

    Enter a parse tree produced by ShapeMapParser#blankNode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  7. def enterBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Enter a parse tree produced by ShapeMapParser#booleanLiteral.

    Enter a parse tree produced by ShapeMapParser#booleanLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  8. def enterDatatype(ctx: DatatypeContext): Unit

    Enter a parse tree produced by ShapeMapParser#datatype.

    Enter a parse tree produced by ShapeMapParser#datatype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  9. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShapeMapBaseListener → ParseTreeListener
    Annotations
    @Override()
  10. def enterExtended(ctx: ExtendedContext): Unit

    Enter a parse tree produced by ShapeMapParser#extended.

    Enter a parse tree produced by ShapeMapParser#extended.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  11. def enterFocusObject(ctx: FocusObjectContext): Unit

    Enter a parse tree produced by the focusObject labeled alternative in ShapeMapParser#triplePattern.

    Enter a parse tree produced by the focusObject labeled alternative in ShapeMapParser#triplePattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  12. def enterFocusSubject(ctx: FocusSubjectContext): Unit

    Enter a parse tree produced by the focusSubject labeled alternative in ShapeMapParser#triplePattern.

    Enter a parse tree produced by the focusSubject labeled alternative in ShapeMapParser#triplePattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  13. def enterInverse(ctx: InverseContext): Unit

    Enter a parse tree produced by ShapeMapParser#inverse.

    Enter a parse tree produced by ShapeMapParser#inverse.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  14. def enterJsonAttributes(ctx: JsonAttributesContext): Unit

    Enter a parse tree produced by ShapeMapParser#jsonAttributes.

    Enter a parse tree produced by ShapeMapParser#jsonAttributes.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  15. def enterLiteral(ctx: LiteralContext): Unit

    Enter a parse tree produced by ShapeMapParser#literal.

    Enter a parse tree produced by ShapeMapParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  16. def enterNegation(ctx: NegationContext): Unit

    Enter a parse tree produced by ShapeMapParser#negation.

    Enter a parse tree produced by ShapeMapParser#negation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  17. def enterNodeIri(ctx: NodeIriContext): Unit

    Enter a parse tree produced by ShapeMapParser#nodeIri.

    Enter a parse tree produced by ShapeMapParser#nodeIri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  18. def enterNodeSelector(ctx: NodeSelectorContext): Unit

    Enter a parse tree produced by ShapeMapParser#nodeSelector.

    Enter a parse tree produced by ShapeMapParser#nodeSelector.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  19. def enterNumericLiteral(ctx: NumericLiteralContext): Unit

    Enter a parse tree produced by ShapeMapParser#numericLiteral.

    Enter a parse tree produced by ShapeMapParser#numericLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  20. def enterObjectTerm(ctx: ObjectTermContext): Unit

    Enter a parse tree produced by ShapeMapParser#objectTerm.

    Enter a parse tree produced by ShapeMapParser#objectTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  21. def enterOptional(ctx: OptionalContext): Unit

    Enter a parse tree produced by the optional labeled alternative in ShapeMapParser#pathMod.

    Enter a parse tree produced by the optional labeled alternative in ShapeMapParser#pathMod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  22. def enterPair(ctx: PairContext): Unit

    Enter a parse tree produced by ShapeMapParser#pair.

    Enter a parse tree produced by ShapeMapParser#pair.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  23. def enterPath(ctx: PathContext): Unit

    Enter a parse tree produced by ShapeMapParser#path.

    Enter a parse tree produced by ShapeMapParser#path.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  24. def enterPathAlternative(ctx: PathAlternativeContext): Unit

    Enter a parse tree produced by ShapeMapParser#pathAlternative.

    Enter a parse tree produced by ShapeMapParser#pathAlternative.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  25. def enterPathElt(ctx: PathEltContext): Unit

    Enter a parse tree produced by ShapeMapParser#pathElt.

    Enter a parse tree produced by ShapeMapParser#pathElt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  26. def enterPathEltOrInverse(ctx: PathEltOrInverseContext): Unit

    Enter a parse tree produced by ShapeMapParser#pathEltOrInverse.

    Enter a parse tree produced by ShapeMapParser#pathEltOrInverse.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  27. def enterPathPrimary(ctx: PathPrimaryContext): Unit

    Enter a parse tree produced by ShapeMapParser#pathPrimary.

    Enter a parse tree produced by ShapeMapParser#pathPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  28. def enterPathSequence(ctx: PathSequenceContext): Unit

    Enter a parse tree produced by ShapeMapParser#pathSequence.

    Enter a parse tree produced by ShapeMapParser#pathSequence.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  29. def enterPlus(ctx: PlusContext): Unit

    Enter a parse tree produced by the plus labeled alternative in ShapeMapParser#pathMod.

    Enter a parse tree produced by the plus labeled alternative in ShapeMapParser#pathMod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  30. def enterPredicate(ctx: PredicateContext): Unit

    Enter a parse tree produced by ShapeMapParser#predicate.

    Enter a parse tree produced by ShapeMapParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  31. def enterPrefixedName(ctx: PrefixedNameContext): Unit

    Enter a parse tree produced by ShapeMapParser#prefixedName.

    Enter a parse tree produced by ShapeMapParser#prefixedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  32. def enterQuestionMark(ctx: QuestionMarkContext): Unit

    Enter a parse tree produced by ShapeMapParser#questionMark.

    Enter a parse tree produced by ShapeMapParser#questionMark.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  33. def enterRdfLiteral(ctx: RdfLiteralContext): Unit

    Enter a parse tree produced by ShapeMapParser#rdfLiteral.

    Enter a parse tree produced by ShapeMapParser#rdfLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  34. def enterRdfType(ctx: RdfTypeContext): Unit

    Enter a parse tree produced by ShapeMapParser#rdfType.

    Enter a parse tree produced by ShapeMapParser#rdfType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  35. def enterReason(ctx: ReasonContext): Unit

    Enter a parse tree produced by ShapeMapParser#reason.

    Enter a parse tree produced by ShapeMapParser#reason.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  36. def enterShapeIri(ctx: ShapeIriContext): Unit

    Enter a parse tree produced by ShapeMapParser#shapeIri.

    Enter a parse tree produced by ShapeMapParser#shapeIri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  37. def enterShapeMap(ctx: ShapeMapContext): Unit

    Enter a parse tree produced by ShapeMapParser#shapeMap.

    Enter a parse tree produced by ShapeMapParser#shapeMap.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  38. def enterShapeSelector(ctx: ShapeSelectorContext): Unit

    Enter a parse tree produced by ShapeMapParser#shapeSelector.

    Enter a parse tree produced by ShapeMapParser#shapeSelector.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  39. def enterStar(ctx: StarContext): Unit

    Enter a parse tree produced by the star labeled alternative in ShapeMapParser#pathMod.

    Enter a parse tree produced by the star labeled alternative in ShapeMapParser#pathMod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  40. def enterStatus(ctx: StatusContext): Unit

    Enter a parse tree produced by ShapeMapParser#status.

    Enter a parse tree produced by ShapeMapParser#status.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  41. def enterStatusAndShape(ctx: StatusAndShapeContext): Unit

    Enter a parse tree produced by ShapeMapParser#statusAndShape.

    Enter a parse tree produced by ShapeMapParser#statusAndShape.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  42. def enterString(ctx: StringContext): Unit

    Enter a parse tree produced by ShapeMapParser#string.

    Enter a parse tree produced by ShapeMapParser#string.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  43. def enterSubjectTerm(ctx: SubjectTermContext): Unit

    Enter a parse tree produced by ShapeMapParser#subjectTerm.

    Enter a parse tree produced by ShapeMapParser#subjectTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  46. def exitBlankNode(ctx: BlankNodeContext): Unit

    Exit a parse tree produced by ShapeMapParser#blankNode.

    Exit a parse tree produced by ShapeMapParser#blankNode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  47. def exitBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Exit a parse tree produced by ShapeMapParser#booleanLiteral.

    Exit a parse tree produced by ShapeMapParser#booleanLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  48. def exitDatatype(ctx: DatatypeContext): Unit

    Exit a parse tree produced by ShapeMapParser#datatype.

    Exit a parse tree produced by ShapeMapParser#datatype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  49. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShapeMapBaseListener → ParseTreeListener
    Annotations
    @Override()
  50. def exitExtended(ctx: ExtendedContext): Unit

    Exit a parse tree produced by ShapeMapParser#extended.

    Exit a parse tree produced by ShapeMapParser#extended.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  51. def exitFocusObject(ctx: FocusObjectContext): Unit

    Exit a parse tree produced by the focusObject labeled alternative in ShapeMapParser#triplePattern.

    Exit a parse tree produced by the focusObject labeled alternative in ShapeMapParser#triplePattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  52. def exitFocusSubject(ctx: FocusSubjectContext): Unit

    Exit a parse tree produced by the focusSubject labeled alternative in ShapeMapParser#triplePattern.

    Exit a parse tree produced by the focusSubject labeled alternative in ShapeMapParser#triplePattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  53. def exitInverse(ctx: InverseContext): Unit

    Exit a parse tree produced by ShapeMapParser#inverse.

    Exit a parse tree produced by ShapeMapParser#inverse.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  54. def exitJsonAttributes(ctx: JsonAttributesContext): Unit

    Exit a parse tree produced by ShapeMapParser#jsonAttributes.

    Exit a parse tree produced by ShapeMapParser#jsonAttributes.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  55. def exitLiteral(ctx: LiteralContext): Unit

    Exit a parse tree produced by ShapeMapParser#literal.

    Exit a parse tree produced by ShapeMapParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  56. def exitNegation(ctx: NegationContext): Unit

    Exit a parse tree produced by ShapeMapParser#negation.

    Exit a parse tree produced by ShapeMapParser#negation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  57. def exitNodeIri(ctx: NodeIriContext): Unit

    Exit a parse tree produced by ShapeMapParser#nodeIri.

    Exit a parse tree produced by ShapeMapParser#nodeIri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  58. def exitNodeSelector(ctx: NodeSelectorContext): Unit

    Exit a parse tree produced by ShapeMapParser#nodeSelector.

    Exit a parse tree produced by ShapeMapParser#nodeSelector.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  59. def exitNumericLiteral(ctx: NumericLiteralContext): Unit

    Exit a parse tree produced by ShapeMapParser#numericLiteral.

    Exit a parse tree produced by ShapeMapParser#numericLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  60. def exitObjectTerm(ctx: ObjectTermContext): Unit

    Exit a parse tree produced by ShapeMapParser#objectTerm.

    Exit a parse tree produced by ShapeMapParser#objectTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  61. def exitOptional(ctx: OptionalContext): Unit

    Exit a parse tree produced by the optional labeled alternative in ShapeMapParser#pathMod.

    Exit a parse tree produced by the optional labeled alternative in ShapeMapParser#pathMod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  62. def exitPair(ctx: PairContext): Unit

    Exit a parse tree produced by ShapeMapParser#pair.

    Exit a parse tree produced by ShapeMapParser#pair.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  63. def exitPath(ctx: PathContext): Unit

    Exit a parse tree produced by ShapeMapParser#path.

    Exit a parse tree produced by ShapeMapParser#path.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  64. def exitPathAlternative(ctx: PathAlternativeContext): Unit

    Exit a parse tree produced by ShapeMapParser#pathAlternative.

    Exit a parse tree produced by ShapeMapParser#pathAlternative.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  65. def exitPathElt(ctx: PathEltContext): Unit

    Exit a parse tree produced by ShapeMapParser#pathElt.

    Exit a parse tree produced by ShapeMapParser#pathElt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  66. def exitPathEltOrInverse(ctx: PathEltOrInverseContext): Unit

    Exit a parse tree produced by ShapeMapParser#pathEltOrInverse.

    Exit a parse tree produced by ShapeMapParser#pathEltOrInverse.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  67. def exitPathPrimary(ctx: PathPrimaryContext): Unit

    Exit a parse tree produced by ShapeMapParser#pathPrimary.

    Exit a parse tree produced by ShapeMapParser#pathPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  68. def exitPathSequence(ctx: PathSequenceContext): Unit

    Exit a parse tree produced by ShapeMapParser#pathSequence.

    Exit a parse tree produced by ShapeMapParser#pathSequence.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  69. def exitPlus(ctx: PlusContext): Unit

    Exit a parse tree produced by the plus labeled alternative in ShapeMapParser#pathMod.

    Exit a parse tree produced by the plus labeled alternative in ShapeMapParser#pathMod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  70. def exitPredicate(ctx: PredicateContext): Unit

    Exit a parse tree produced by ShapeMapParser#predicate.

    Exit a parse tree produced by ShapeMapParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  71. def exitPrefixedName(ctx: PrefixedNameContext): Unit

    Exit a parse tree produced by ShapeMapParser#prefixedName.

    Exit a parse tree produced by ShapeMapParser#prefixedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  72. def exitQuestionMark(ctx: QuestionMarkContext): Unit

    Exit a parse tree produced by ShapeMapParser#questionMark.

    Exit a parse tree produced by ShapeMapParser#questionMark.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  73. def exitRdfLiteral(ctx: RdfLiteralContext): Unit

    Exit a parse tree produced by ShapeMapParser#rdfLiteral.

    Exit a parse tree produced by ShapeMapParser#rdfLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  74. def exitRdfType(ctx: RdfTypeContext): Unit

    Exit a parse tree produced by ShapeMapParser#rdfType.

    Exit a parse tree produced by ShapeMapParser#rdfType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  75. def exitReason(ctx: ReasonContext): Unit

    Exit a parse tree produced by ShapeMapParser#reason.

    Exit a parse tree produced by ShapeMapParser#reason.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  76. def exitShapeIri(ctx: ShapeIriContext): Unit

    Exit a parse tree produced by ShapeMapParser#shapeIri.

    Exit a parse tree produced by ShapeMapParser#shapeIri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  77. def exitShapeMap(ctx: ShapeMapContext): Unit

    Exit a parse tree produced by ShapeMapParser#shapeMap.

    Exit a parse tree produced by ShapeMapParser#shapeMap.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  78. def exitShapeSelector(ctx: ShapeSelectorContext): Unit

    Exit a parse tree produced by ShapeMapParser#shapeSelector.

    Exit a parse tree produced by ShapeMapParser#shapeSelector.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  79. def exitStar(ctx: StarContext): Unit

    Exit a parse tree produced by the star labeled alternative in ShapeMapParser#pathMod.

    Exit a parse tree produced by the star labeled alternative in ShapeMapParser#pathMod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  80. def exitStatus(ctx: StatusContext): Unit

    Exit a parse tree produced by ShapeMapParser#status.

    Exit a parse tree produced by ShapeMapParser#status.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  81. def exitStatusAndShape(ctx: StatusAndShapeContext): Unit

    Exit a parse tree produced by ShapeMapParser#statusAndShape.

    Exit a parse tree produced by ShapeMapParser#statusAndShape.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  82. def exitString(ctx: StringContext): Unit

    Exit a parse tree produced by ShapeMapParser#string.

    Exit a parse tree produced by ShapeMapParser#string.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  83. def exitSubjectTerm(ctx: SubjectTermContext): Unit

    Exit a parse tree produced by ShapeMapParser#subjectTerm.

    Exit a parse tree produced by ShapeMapParser#subjectTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapeMapBaseListenerShapeMapListener
    Annotations
    @Override()
  84. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  85. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  86. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  87. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  88. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  89. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  90. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  91. def toString(): String
    Definition Classes
    AnyRef → Any
  92. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShapeMapBaseListener → ParseTreeListener
    Annotations
    @Override()
  94. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  96. 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 ShapeMapListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped