t

es.weso.shapemaps.parser

NodeSelectorListener

trait NodeSelectorListener extends ParseTreeListener

This interface defines a complete listener for a parse tree produced by NodeSelectorParser.

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

Abstract Value Members

  1. abstract def enterBlankNode(ctx: BlankNodeContext): Unit

    Enter a parse tree produced by NodeSelectorParser#blankNode.

    Enter a parse tree produced by NodeSelectorParser#blankNode.

    ctx

    the parse tree

  2. abstract def enterBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Enter a parse tree produced by NodeSelectorParser#booleanLiteral.

    Enter a parse tree produced by NodeSelectorParser#booleanLiteral.

    ctx

    the parse tree

  3. abstract def enterDatatype(ctx: DatatypeContext): Unit

    Enter a parse tree produced by NodeSelectorParser#datatype.

    Enter a parse tree produced by NodeSelectorParser#datatype.

    ctx

    the parse tree

  4. abstract def enterEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  5. abstract def enterExtended(ctx: ExtendedContext): Unit

    Enter a parse tree produced by NodeSelectorParser#extended.

    Enter a parse tree produced by NodeSelectorParser#extended.

    ctx

    the parse tree

  6. abstract 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.

    ctx

    the parse tree

  7. abstract 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.

    ctx

    the parse tree

  8. abstract def enterInverse(ctx: InverseContext): Unit

    Enter a parse tree produced by NodeSelectorParser#inverse.

    Enter a parse tree produced by NodeSelectorParser#inverse.

    ctx

    the parse tree

  9. abstract def enterLiteral(ctx: LiteralContext): Unit

    Enter a parse tree produced by NodeSelectorParser#literal.

    Enter a parse tree produced by NodeSelectorParser#literal.

    ctx

    the parse tree

  10. abstract def enterNegation(ctx: NegationContext): Unit

    Enter a parse tree produced by NodeSelectorParser#negation.

    Enter a parse tree produced by NodeSelectorParser#negation.

    ctx

    the parse tree

  11. abstract def enterNodeIri(ctx: NodeIriContext): Unit

    Enter a parse tree produced by NodeSelectorParser#nodeIri.

    Enter a parse tree produced by NodeSelectorParser#nodeIri.

    ctx

    the parse tree

  12. abstract def enterNodeSelector(ctx: NodeSelectorContext): Unit

    Enter a parse tree produced by NodeSelectorParser#nodeSelector.

    Enter a parse tree produced by NodeSelectorParser#nodeSelector.

    ctx

    the parse tree

  13. abstract def enterNumericLiteral(ctx: NumericLiteralContext): Unit

    Enter a parse tree produced by NodeSelectorParser#numericLiteral.

    Enter a parse tree produced by NodeSelectorParser#numericLiteral.

    ctx

    the parse tree

  14. abstract def enterObjectTerm(ctx: ObjectTermContext): Unit

    Enter a parse tree produced by NodeSelectorParser#objectTerm.

    Enter a parse tree produced by NodeSelectorParser#objectTerm.

    ctx

    the parse tree

  15. abstract 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.

    ctx

    the parse tree

  16. abstract def enterPath(ctx: PathContext): Unit

    Enter a parse tree produced by NodeSelectorParser#path.

    Enter a parse tree produced by NodeSelectorParser#path.

    ctx

    the parse tree

  17. abstract def enterPathAlternative(ctx: PathAlternativeContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathAlternative.

    Enter a parse tree produced by NodeSelectorParser#pathAlternative.

    ctx

    the parse tree

  18. abstract def enterPathElt(ctx: PathEltContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathElt.

    Enter a parse tree produced by NodeSelectorParser#pathElt.

    ctx

    the parse tree

  19. abstract def enterPathEltOrInverse(ctx: PathEltOrInverseContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathEltOrInverse.

    Enter a parse tree produced by NodeSelectorParser#pathEltOrInverse.

    ctx

    the parse tree

  20. abstract def enterPathPrimary(ctx: PathPrimaryContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathPrimary.

    Enter a parse tree produced by NodeSelectorParser#pathPrimary.

    ctx

    the parse tree

  21. abstract def enterPathSequence(ctx: PathSequenceContext): Unit

    Enter a parse tree produced by NodeSelectorParser#pathSequence.

    Enter a parse tree produced by NodeSelectorParser#pathSequence.

    ctx

    the parse tree

  22. abstract 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.

    ctx

    the parse tree

  23. abstract def enterPredicate(ctx: PredicateContext): Unit

    Enter a parse tree produced by NodeSelectorParser#predicate.

    Enter a parse tree produced by NodeSelectorParser#predicate.

    ctx

    the parse tree

  24. abstract def enterPrefixedName(ctx: PrefixedNameContext): Unit

    Enter a parse tree produced by NodeSelectorParser#prefixedName.

    Enter a parse tree produced by NodeSelectorParser#prefixedName.

    ctx

    the parse tree

  25. abstract def enterQuestionMark(ctx: QuestionMarkContext): Unit

    Enter a parse tree produced by NodeSelectorParser#questionMark.

    Enter a parse tree produced by NodeSelectorParser#questionMark.

    ctx

    the parse tree

  26. abstract def enterRdfLiteral(ctx: RdfLiteralContext): Unit

    Enter a parse tree produced by NodeSelectorParser#rdfLiteral.

    Enter a parse tree produced by NodeSelectorParser#rdfLiteral.

    ctx

    the parse tree

  27. abstract def enterRdfType(ctx: RdfTypeContext): Unit

    Enter a parse tree produced by NodeSelectorParser#rdfType.

    Enter a parse tree produced by NodeSelectorParser#rdfType.

    ctx

    the parse tree

  28. abstract def enterShapeIri(ctx: ShapeIriContext): Unit

    Enter a parse tree produced by NodeSelectorParser#shapeIri.

    Enter a parse tree produced by NodeSelectorParser#shapeIri.

    ctx

    the parse tree

  29. abstract 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.

    ctx

    the parse tree

  30. abstract def enterString(ctx: StringContext): Unit

    Enter a parse tree produced by NodeSelectorParser#string.

    Enter a parse tree produced by NodeSelectorParser#string.

    ctx

    the parse tree

  31. abstract def enterSubjectTerm(ctx: SubjectTermContext): Unit

    Enter a parse tree produced by NodeSelectorParser#subjectTerm.

    Enter a parse tree produced by NodeSelectorParser#subjectTerm.

    ctx

    the parse tree

  32. abstract def exitBlankNode(ctx: BlankNodeContext): Unit

    Exit a parse tree produced by NodeSelectorParser#blankNode.

    Exit a parse tree produced by NodeSelectorParser#blankNode.

    ctx

    the parse tree

  33. abstract def exitBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Exit a parse tree produced by NodeSelectorParser#booleanLiteral.

    Exit a parse tree produced by NodeSelectorParser#booleanLiteral.

    ctx

    the parse tree

  34. abstract def exitDatatype(ctx: DatatypeContext): Unit

    Exit a parse tree produced by NodeSelectorParser#datatype.

    Exit a parse tree produced by NodeSelectorParser#datatype.

    ctx

    the parse tree

  35. abstract def exitEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  36. abstract def exitExtended(ctx: ExtendedContext): Unit

    Exit a parse tree produced by NodeSelectorParser#extended.

    Exit a parse tree produced by NodeSelectorParser#extended.

    ctx

    the parse tree

  37. abstract 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.

    ctx

    the parse tree

  38. abstract 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.

    ctx

    the parse tree

  39. abstract def exitInverse(ctx: InverseContext): Unit

    Exit a parse tree produced by NodeSelectorParser#inverse.

    Exit a parse tree produced by NodeSelectorParser#inverse.

    ctx

    the parse tree

  40. abstract def exitLiteral(ctx: LiteralContext): Unit

    Exit a parse tree produced by NodeSelectorParser#literal.

    Exit a parse tree produced by NodeSelectorParser#literal.

    ctx

    the parse tree

  41. abstract def exitNegation(ctx: NegationContext): Unit

    Exit a parse tree produced by NodeSelectorParser#negation.

    Exit a parse tree produced by NodeSelectorParser#negation.

    ctx

    the parse tree

  42. abstract def exitNodeIri(ctx: NodeIriContext): Unit

    Exit a parse tree produced by NodeSelectorParser#nodeIri.

    Exit a parse tree produced by NodeSelectorParser#nodeIri.

    ctx

    the parse tree

  43. abstract def exitNodeSelector(ctx: NodeSelectorContext): Unit

    Exit a parse tree produced by NodeSelectorParser#nodeSelector.

    Exit a parse tree produced by NodeSelectorParser#nodeSelector.

    ctx

    the parse tree

  44. abstract def exitNumericLiteral(ctx: NumericLiteralContext): Unit

    Exit a parse tree produced by NodeSelectorParser#numericLiteral.

    Exit a parse tree produced by NodeSelectorParser#numericLiteral.

    ctx

    the parse tree

  45. abstract def exitObjectTerm(ctx: ObjectTermContext): Unit

    Exit a parse tree produced by NodeSelectorParser#objectTerm.

    Exit a parse tree produced by NodeSelectorParser#objectTerm.

    ctx

    the parse tree

  46. abstract 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.

    ctx

    the parse tree

  47. abstract def exitPath(ctx: PathContext): Unit

    Exit a parse tree produced by NodeSelectorParser#path.

    Exit a parse tree produced by NodeSelectorParser#path.

    ctx

    the parse tree

  48. abstract def exitPathAlternative(ctx: PathAlternativeContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathAlternative.

    Exit a parse tree produced by NodeSelectorParser#pathAlternative.

    ctx

    the parse tree

  49. abstract def exitPathElt(ctx: PathEltContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathElt.

    Exit a parse tree produced by NodeSelectorParser#pathElt.

    ctx

    the parse tree

  50. abstract def exitPathEltOrInverse(ctx: PathEltOrInverseContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathEltOrInverse.

    Exit a parse tree produced by NodeSelectorParser#pathEltOrInverse.

    ctx

    the parse tree

  51. abstract def exitPathPrimary(ctx: PathPrimaryContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathPrimary.

    Exit a parse tree produced by NodeSelectorParser#pathPrimary.

    ctx

    the parse tree

  52. abstract def exitPathSequence(ctx: PathSequenceContext): Unit

    Exit a parse tree produced by NodeSelectorParser#pathSequence.

    Exit a parse tree produced by NodeSelectorParser#pathSequence.

    ctx

    the parse tree

  53. abstract 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.

    ctx

    the parse tree

  54. abstract def exitPredicate(ctx: PredicateContext): Unit

    Exit a parse tree produced by NodeSelectorParser#predicate.

    Exit a parse tree produced by NodeSelectorParser#predicate.

    ctx

    the parse tree

  55. abstract def exitPrefixedName(ctx: PrefixedNameContext): Unit

    Exit a parse tree produced by NodeSelectorParser#prefixedName.

    Exit a parse tree produced by NodeSelectorParser#prefixedName.

    ctx

    the parse tree

  56. abstract def exitQuestionMark(ctx: QuestionMarkContext): Unit

    Exit a parse tree produced by NodeSelectorParser#questionMark.

    Exit a parse tree produced by NodeSelectorParser#questionMark.

    ctx

    the parse tree

  57. abstract def exitRdfLiteral(ctx: RdfLiteralContext): Unit

    Exit a parse tree produced by NodeSelectorParser#rdfLiteral.

    Exit a parse tree produced by NodeSelectorParser#rdfLiteral.

    ctx

    the parse tree

  58. abstract def exitRdfType(ctx: RdfTypeContext): Unit

    Exit a parse tree produced by NodeSelectorParser#rdfType.

    Exit a parse tree produced by NodeSelectorParser#rdfType.

    ctx

    the parse tree

  59. abstract def exitShapeIri(ctx: ShapeIriContext): Unit

    Exit a parse tree produced by NodeSelectorParser#shapeIri.

    Exit a parse tree produced by NodeSelectorParser#shapeIri.

    ctx

    the parse tree

  60. abstract 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.

    ctx

    the parse tree

  61. abstract def exitString(ctx: StringContext): Unit

    Exit a parse tree produced by NodeSelectorParser#string.

    Exit a parse tree produced by NodeSelectorParser#string.

    ctx

    the parse tree

  62. abstract def exitSubjectTerm(ctx: SubjectTermContext): Unit

    Exit a parse tree produced by NodeSelectorParser#subjectTerm.

    Exit a parse tree produced by NodeSelectorParser#subjectTerm.

    ctx

    the parse tree

  63. abstract def visitErrorNode(arg0: ErrorNode): Unit
    Definition Classes
    ParseTreeListener
  64. abstract def visitTerminal(arg0: TerminalNode): Unit
    Definition Classes
    ParseTreeListener

Concrete 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. 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 ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped