c

es.weso.shapemaps.parser

NodeSelectorBaseListener

class NodeSelectorBaseListener extends NodeSelectorListener

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

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

Instance Constructors

  1. new NodeSelectorBaseListener()

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 NodeSelectorParser#blankNode.

    Enter a parse tree produced by NodeSelectorParser#blankNode.

    The default implementation does nothing.

    ctx

    the parse tree

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

    Enter a parse tree produced by NodeSelectorParser#booleanLiteral.

    Enter a parse tree produced by NodeSelectorParser#booleanLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

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

    Enter a parse tree produced by NodeSelectorParser#datatype.

    Enter a parse tree produced by NodeSelectorParser#datatype.

    The default implementation does nothing.

    ctx

    the parse tree

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    Enter a parse tree produced by NodeSelectorParser#extended.

    Enter a parse tree produced by NodeSelectorParser#extended.

    The default implementation does nothing.

    ctx

    the parse tree

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

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

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

    The default implementation does nothing.

    ctx

    the parse tree

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

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

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

    The default implementation does nothing.

    ctx

    the parse tree

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

    Enter a parse tree produced by NodeSelectorParser#inverse.

    Enter a parse tree produced by NodeSelectorParser#inverse.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  14. def enterLiteral(ctx: LiteralContext): Unit

    Enter a parse tree produced by NodeSelectorParser#literal.

    Enter a parse tree produced by NodeSelectorParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  15. def enterNegation(ctx: NegationContext): Unit

    Enter a parse tree produced by NodeSelectorParser#negation.

    Enter a parse tree produced by NodeSelectorParser#negation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  16. def enterNodeIri(ctx: NodeIriContext): Unit

    Enter a parse tree produced by NodeSelectorParser#nodeIri.

    Enter a parse tree produced by NodeSelectorParser#nodeIri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  17. def enterNodeSelector(ctx: NodeSelectorContext): Unit

    Enter a parse tree produced by NodeSelectorParser#nodeSelector.

    Enter a parse tree produced by NodeSelectorParser#nodeSelector.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  18. def enterNumericLiteral(ctx: NumericLiteralContext): Unit

    Enter a parse tree produced by NodeSelectorParser#numericLiteral.

    Enter a parse tree produced by NodeSelectorParser#numericLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  19. def enterObjectTerm(ctx: ObjectTermContext): Unit

    Enter a parse tree produced by NodeSelectorParser#objectTerm.

    Enter a parse tree produced by NodeSelectorParser#objectTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  20. def enterOptional(ctx: OptionalContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  21. def enterPath(ctx: PathContext): Unit

    Enter a parse tree produced by NodeSelectorParser#path.

    Enter a parse tree produced by NodeSelectorParser#path.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  22. def enterPathAlternative(ctx: PathAlternativeContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathAlternative.

    Enter a parse tree produced by NodeSelectorParser#pathAlternative.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  23. def enterPathElt(ctx: PathEltContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathElt.

    Enter a parse tree produced by NodeSelectorParser#pathElt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  24. def enterPathEltOrInverse(ctx: PathEltOrInverseContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathEltOrInverse.

    Enter a parse tree produced by NodeSelectorParser#pathEltOrInverse.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  25. def enterPathPrimary(ctx: PathPrimaryContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathPrimary.

    Enter a parse tree produced by NodeSelectorParser#pathPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  26. def enterPathSequence(ctx: PathSequenceContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathSequence.

    Enter a parse tree produced by NodeSelectorParser#pathSequence.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  27. def enterPlus(ctx: PlusContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  28. def enterPredicate(ctx: PredicateContext): Unit

    Enter a parse tree produced by NodeSelectorParser#predicate.

    Enter a parse tree produced by NodeSelectorParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  29. def enterPrefixedName(ctx: PrefixedNameContext): Unit

    Enter a parse tree produced by NodeSelectorParser#prefixedName.

    Enter a parse tree produced by NodeSelectorParser#prefixedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  30. def enterQuestionMark(ctx: QuestionMarkContext): Unit

    Enter a parse tree produced by NodeSelectorParser#questionMark.

    Enter a parse tree produced by NodeSelectorParser#questionMark.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  31. def enterRdfLiteral(ctx: RdfLiteralContext): Unit

    Enter a parse tree produced by NodeSelectorParser#rdfLiteral.

    Enter a parse tree produced by NodeSelectorParser#rdfLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  32. def enterRdfType(ctx: RdfTypeContext): Unit

    Enter a parse tree produced by NodeSelectorParser#rdfType.

    Enter a parse tree produced by NodeSelectorParser#rdfType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  33. def enterShapeIri(ctx: ShapeIriContext): Unit

    Enter a parse tree produced by NodeSelectorParser#shapeIri.

    Enter a parse tree produced by NodeSelectorParser#shapeIri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  34. def enterStar(ctx: StarContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  35. def enterString(ctx: StringContext): Unit

    Enter a parse tree produced by NodeSelectorParser#string.

    Enter a parse tree produced by NodeSelectorParser#string.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  36. def enterSubjectTerm(ctx: SubjectTermContext): Unit

    Enter a parse tree produced by NodeSelectorParser#subjectTerm.

    Enter a parse tree produced by NodeSelectorParser#subjectTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  39. def exitBlankNode(ctx: BlankNodeContext): Unit

    Exit a parse tree produced by NodeSelectorParser#blankNode.

    Exit a parse tree produced by NodeSelectorParser#blankNode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  40. def exitBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Exit a parse tree produced by NodeSelectorParser#booleanLiteral.

    Exit a parse tree produced by NodeSelectorParser#booleanLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  41. def exitDatatype(ctx: DatatypeContext): Unit

    Exit a parse tree produced by NodeSelectorParser#datatype.

    Exit a parse tree produced by NodeSelectorParser#datatype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  42. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    Exit a parse tree produced by NodeSelectorParser#extended.

    Exit a parse tree produced by NodeSelectorParser#extended.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  44. def exitFocusObject(ctx: FocusObjectContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  45. def exitFocusSubject(ctx: FocusSubjectContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  46. def exitInverse(ctx: InverseContext): Unit

    Exit a parse tree produced by NodeSelectorParser#inverse.

    Exit a parse tree produced by NodeSelectorParser#inverse.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  47. def exitLiteral(ctx: LiteralContext): Unit

    Exit a parse tree produced by NodeSelectorParser#literal.

    Exit a parse tree produced by NodeSelectorParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  48. def exitNegation(ctx: NegationContext): Unit

    Exit a parse tree produced by NodeSelectorParser#negation.

    Exit a parse tree produced by NodeSelectorParser#negation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  49. def exitNodeIri(ctx: NodeIriContext): Unit

    Exit a parse tree produced by NodeSelectorParser#nodeIri.

    Exit a parse tree produced by NodeSelectorParser#nodeIri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  50. def exitNodeSelector(ctx: NodeSelectorContext): Unit

    Exit a parse tree produced by NodeSelectorParser#nodeSelector.

    Exit a parse tree produced by NodeSelectorParser#nodeSelector.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  51. def exitNumericLiteral(ctx: NumericLiteralContext): Unit

    Exit a parse tree produced by NodeSelectorParser#numericLiteral.

    Exit a parse tree produced by NodeSelectorParser#numericLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  52. def exitObjectTerm(ctx: ObjectTermContext): Unit

    Exit a parse tree produced by NodeSelectorParser#objectTerm.

    Exit a parse tree produced by NodeSelectorParser#objectTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  53. def exitOptional(ctx: OptionalContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  54. def exitPath(ctx: PathContext): Unit

    Exit a parse tree produced by NodeSelectorParser#path.

    Exit a parse tree produced by NodeSelectorParser#path.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  55. def exitPathAlternative(ctx: PathAlternativeContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathAlternative.

    Exit a parse tree produced by NodeSelectorParser#pathAlternative.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  56. def exitPathElt(ctx: PathEltContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathElt.

    Exit a parse tree produced by NodeSelectorParser#pathElt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  57. def exitPathEltOrInverse(ctx: PathEltOrInverseContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathEltOrInverse.

    Exit a parse tree produced by NodeSelectorParser#pathEltOrInverse.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  58. def exitPathPrimary(ctx: PathPrimaryContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathPrimary.

    Exit a parse tree produced by NodeSelectorParser#pathPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  59. def exitPathSequence(ctx: PathSequenceContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathSequence.

    Exit a parse tree produced by NodeSelectorParser#pathSequence.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  60. def exitPlus(ctx: PlusContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  61. def exitPredicate(ctx: PredicateContext): Unit

    Exit a parse tree produced by NodeSelectorParser#predicate.

    Exit a parse tree produced by NodeSelectorParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  62. def exitPrefixedName(ctx: PrefixedNameContext): Unit

    Exit a parse tree produced by NodeSelectorParser#prefixedName.

    Exit a parse tree produced by NodeSelectorParser#prefixedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  63. def exitQuestionMark(ctx: QuestionMarkContext): Unit

    Exit a parse tree produced by NodeSelectorParser#questionMark.

    Exit a parse tree produced by NodeSelectorParser#questionMark.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  64. def exitRdfLiteral(ctx: RdfLiteralContext): Unit

    Exit a parse tree produced by NodeSelectorParser#rdfLiteral.

    Exit a parse tree produced by NodeSelectorParser#rdfLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  65. def exitRdfType(ctx: RdfTypeContext): Unit

    Exit a parse tree produced by NodeSelectorParser#rdfType.

    Exit a parse tree produced by NodeSelectorParser#rdfType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  66. def exitShapeIri(ctx: ShapeIriContext): Unit

    Exit a parse tree produced by NodeSelectorParser#shapeIri.

    Exit a parse tree produced by NodeSelectorParser#shapeIri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  67. def exitStar(ctx: StarContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  68. def exitString(ctx: StringContext): Unit

    Exit a parse tree produced by NodeSelectorParser#string.

    Exit a parse tree produced by NodeSelectorParser#string.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  69. def exitSubjectTerm(ctx: SubjectTermContext): Unit

    Exit a parse tree produced by NodeSelectorParser#subjectTerm.

    Exit a parse tree produced by NodeSelectorParser#subjectTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    NodeSelectorBaseListenerNodeSelectorListener
    Annotations
    @Override()
  70. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  71. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  72. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  73. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  75. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  76. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  77. def toString(): String
    Definition Classes
    AnyRef → Any
  78. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    NodeSelectorBaseListener → ParseTreeListener
    Annotations
    @Override()
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  82. 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 NodeSelectorListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped