c

es.weso.shapepath.parser

ShapePathDocBaseListener

class ShapePathDocBaseListener extends ShapePathDocListener

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

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

Instance Constructors

  1. new ShapePathDocBaseListener()

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 enterAnyKindTest(ctx: AnyKindTestContext): Unit

    Enter a parse tree produced by ShapePathDocParser#anyKindTest.

    Enter a parse tree produced by ShapePathDocParser#anyKindTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  7. def enterAxisStep(ctx: AxisStepContext): Unit

    Enter a parse tree produced by ShapePathDocParser#axisStep.

    Enter a parse tree produced by ShapePathDocParser#axisStep.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  8. def enterBlankNode(ctx: BlankNodeContext): Unit

    Enter a parse tree produced by ShapePathDocParser#blankNode.

    Enter a parse tree produced by ShapePathDocParser#blankNode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  9. def enterBlankNodeLabel(ctx: BlankNodeLabelContext): Unit

    Enter a parse tree produced by ShapePathDocParser#blankNodeLabel.

    Enter a parse tree produced by ShapePathDocParser#blankNodeLabel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  10. def enterChild(ctx: ChildContext): Unit

    Enter a parse tree produced by the child labeled alternative in ShapePathDocParser#forwardAxis.

    Enter a parse tree produced by the child labeled alternative in ShapePathDocParser#forwardAxis.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  11. def enterContextItemExpr(ctx: ContextItemExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#contextItemExpr.

    Enter a parse tree produced by ShapePathDocParser#contextItemExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  12. def enterDescendant(ctx: DescendantContext): Unit

    Enter a parse tree produced by the descendant labeled alternative in ShapePathDocParser#forwardAxis.

    Enter a parse tree produced by the descendant labeled alternative in ShapePathDocParser#forwardAxis.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  13. def enterEqName(ctx: EqNameContext): Unit

    Enter a parse tree produced by ShapePathDocParser#eqName.

    Enter a parse tree produced by ShapePathDocParser#eqName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  14. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShapePathDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  15. def enterExpr(ctx: ExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#expr.

    Enter a parse tree produced by ShapePathDocParser#expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  16. def enterExprIndex(ctx: ExprIndexContext): Unit

    Enter a parse tree produced by ShapePathDocParser#exprIndex.

    Enter a parse tree produced by ShapePathDocParser#exprIndex.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  17. def enterFirstStepExpr(ctx: FirstStepExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#firstStepExpr.

    Enter a parse tree produced by ShapePathDocParser#firstStepExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  18. def enterForwardStep(ctx: ForwardStepContext): Unit

    Enter a parse tree produced by ShapePathDocParser#forwardStep.

    Enter a parse tree produced by ShapePathDocParser#forwardStep.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  19. def enterIntersectionExpr(ctx: IntersectionExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#intersectionExpr.

    Enter a parse tree produced by ShapePathDocParser#intersectionExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  20. def enterIri(ctx: IriContext): Unit

    Enter a parse tree produced by ShapePathDocParser#iri.

    Enter a parse tree produced by ShapePathDocParser#iri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  21. def enterKindTest(ctx: KindTestContext): Unit

    Enter a parse tree produced by ShapePathDocParser#kindTest.

    Enter a parse tree produced by ShapePathDocParser#kindTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  22. def enterLiteral(ctx: LiteralContext): Unit

    Enter a parse tree produced by ShapePathDocParser#literal.

    Enter a parse tree produced by ShapePathDocParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  23. def enterNameTest(ctx: NameTestContext): Unit

    Enter a parse tree produced by ShapePathDocParser#nameTest.

    Enter a parse tree produced by ShapePathDocParser#nameTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  24. def enterNestedShapeExpr(ctx: NestedShapeExprContext): Unit

    Enter a parse tree produced by the nestedShapeExpr labeled alternative in ShapePathDocParser#forwardAxis.

    Enter a parse tree produced by the nestedShapeExpr labeled alternative in ShapePathDocParser#forwardAxis.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  25. def enterNestedTripleExpr(ctx: NestedTripleExprContext): Unit

    Enter a parse tree produced by the nestedTripleExpr labeled alternative in ShapePathDocParser#forwardAxis.

    Enter a parse tree produced by the nestedTripleExpr labeled alternative in ShapePathDocParser#forwardAxis.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  26. def enterNodeTest(ctx: NodeTestContext): Unit

    Enter a parse tree produced by ShapePathDocParser#nodeTest.

    Enter a parse tree produced by ShapePathDocParser#nodeTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  27. def enterNumericLiteral(ctx: NumericLiteralContext): Unit

    Enter a parse tree produced by ShapePathDocParser#numericLiteral.

    Enter a parse tree produced by ShapePathDocParser#numericLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  28. def enterParenthesizedExpr(ctx: ParenthesizedExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#parenthesizedExpr.

    Enter a parse tree produced by ShapePathDocParser#parenthesizedExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  29. def enterPathExpr(ctx: PathExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#pathExpr.

    Enter a parse tree produced by ShapePathDocParser#pathExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  30. def enterPostfixExpr(ctx: PostfixExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#postfixExpr.

    Enter a parse tree produced by ShapePathDocParser#postfixExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  31. def enterPredicate(ctx: PredicateContext): Unit

    Enter a parse tree produced by ShapePathDocParser#predicate.

    Enter a parse tree produced by ShapePathDocParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  32. def enterPredicateList(ctx: PredicateListContext): Unit

    Enter a parse tree produced by ShapePathDocParser#predicateList.

    Enter a parse tree produced by ShapePathDocParser#predicateList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  33. def enterPrefixedName(ctx: PrefixedNameContext): Unit

    Enter a parse tree produced by ShapePathDocParser#prefixedName.

    Enter a parse tree produced by ShapePathDocParser#prefixedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  34. def enterPrimaryExpr(ctx: PrimaryExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#primaryExpr.

    Enter a parse tree produced by ShapePathDocParser#primaryExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  35. def enterRegExpTest(ctx: RegExpTestContext): Unit

    Enter a parse tree produced by ShapePathDocParser#regExpTest.

    Enter a parse tree produced by ShapePathDocParser#regExpTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  36. def enterShapeExprIndex(ctx: ShapeExprIndexContext): Unit

    Enter a parse tree produced by ShapePathDocParser#shapeExprIndex.

    Enter a parse tree produced by ShapePathDocParser#shapeExprIndex.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  37. def enterShapeExprLabel(ctx: ShapeExprLabelContext): Unit

    Enter a parse tree produced by ShapePathDocParser#shapeExprLabel.

    Enter a parse tree produced by ShapePathDocParser#shapeExprLabel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  38. def enterShapeExprType(ctx: ShapeExprTypeContext): Unit

    Enter a parse tree produced by ShapePathDocParser#shapeExprType.

    Enter a parse tree produced by ShapePathDocParser#shapeExprType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  39. def enterShapePathDoc(ctx: ShapePathDocContext): Unit

    Enter a parse tree produced by ShapePathDocParser#shapePathDoc.

    Enter a parse tree produced by ShapePathDocParser#shapePathDoc.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  40. def enterShapeType(ctx: ShapeTypeContext): Unit

    Enter a parse tree produced by ShapePathDocParser#shapeType.

    Enter a parse tree produced by ShapePathDocParser#shapeType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  41. def enterStepExpr(ctx: StepExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#stepExpr.

    Enter a parse tree produced by ShapePathDocParser#stepExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  42. def enterStringLiteral(ctx: StringLiteralContext): Unit

    Enter a parse tree produced by ShapePathDocParser#stringLiteral.

    Enter a parse tree produced by ShapePathDocParser#stringLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  43. def enterTripleExprIndex(ctx: TripleExprIndexContext): Unit

    Enter a parse tree produced by ShapePathDocParser#tripleExprIndex.

    Enter a parse tree produced by ShapePathDocParser#tripleExprIndex.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  44. def enterTripleExprLabel(ctx: TripleExprLabelContext): Unit

    Enter a parse tree produced by ShapePathDocParser#tripleExprLabel.

    Enter a parse tree produced by ShapePathDocParser#tripleExprLabel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  45. def enterTripleExprType(ctx: TripleExprTypeContext): Unit

    Enter a parse tree produced by ShapePathDocParser#tripleExprType.

    Enter a parse tree produced by ShapePathDocParser#tripleExprType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  46. def enterUnionExpr(ctx: UnionExprContext): Unit

    Enter a parse tree produced by ShapePathDocParser#unionExpr.

    Enter a parse tree produced by ShapePathDocParser#unionExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  47. def enterWildCard(ctx: WildCardContext): Unit

    Enter a parse tree produced by ShapePathDocParser#wildCard.

    Enter a parse tree produced by ShapePathDocParser#wildCard.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  48. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  50. def exitAnyKindTest(ctx: AnyKindTestContext): Unit

    Exit a parse tree produced by ShapePathDocParser#anyKindTest.

    Exit a parse tree produced by ShapePathDocParser#anyKindTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  51. def exitAxisStep(ctx: AxisStepContext): Unit

    Exit a parse tree produced by ShapePathDocParser#axisStep.

    Exit a parse tree produced by ShapePathDocParser#axisStep.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  52. def exitBlankNode(ctx: BlankNodeContext): Unit

    Exit a parse tree produced by ShapePathDocParser#blankNode.

    Exit a parse tree produced by ShapePathDocParser#blankNode.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  53. def exitBlankNodeLabel(ctx: BlankNodeLabelContext): Unit

    Exit a parse tree produced by ShapePathDocParser#blankNodeLabel.

    Exit a parse tree produced by ShapePathDocParser#blankNodeLabel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  54. def exitChild(ctx: ChildContext): Unit

    Exit a parse tree produced by the child labeled alternative in ShapePathDocParser#forwardAxis.

    Exit a parse tree produced by the child labeled alternative in ShapePathDocParser#forwardAxis.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  55. def exitContextItemExpr(ctx: ContextItemExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#contextItemExpr.

    Exit a parse tree produced by ShapePathDocParser#contextItemExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  56. def exitDescendant(ctx: DescendantContext): Unit

    Exit a parse tree produced by the descendant labeled alternative in ShapePathDocParser#forwardAxis.

    Exit a parse tree produced by the descendant labeled alternative in ShapePathDocParser#forwardAxis.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  57. def exitEqName(ctx: EqNameContext): Unit

    Exit a parse tree produced by ShapePathDocParser#eqName.

    Exit a parse tree produced by ShapePathDocParser#eqName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  58. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShapePathDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  59. def exitExpr(ctx: ExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#expr.

    Exit a parse tree produced by ShapePathDocParser#expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  60. def exitExprIndex(ctx: ExprIndexContext): Unit

    Exit a parse tree produced by ShapePathDocParser#exprIndex.

    Exit a parse tree produced by ShapePathDocParser#exprIndex.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  61. def exitFirstStepExpr(ctx: FirstStepExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#firstStepExpr.

    Exit a parse tree produced by ShapePathDocParser#firstStepExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  62. def exitForwardStep(ctx: ForwardStepContext): Unit

    Exit a parse tree produced by ShapePathDocParser#forwardStep.

    Exit a parse tree produced by ShapePathDocParser#forwardStep.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  63. def exitIntersectionExpr(ctx: IntersectionExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#intersectionExpr.

    Exit a parse tree produced by ShapePathDocParser#intersectionExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  64. def exitIri(ctx: IriContext): Unit

    Exit a parse tree produced by ShapePathDocParser#iri.

    Exit a parse tree produced by ShapePathDocParser#iri.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  65. def exitKindTest(ctx: KindTestContext): Unit

    Exit a parse tree produced by ShapePathDocParser#kindTest.

    Exit a parse tree produced by ShapePathDocParser#kindTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  66. def exitLiteral(ctx: LiteralContext): Unit

    Exit a parse tree produced by ShapePathDocParser#literal.

    Exit a parse tree produced by ShapePathDocParser#literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  67. def exitNameTest(ctx: NameTestContext): Unit

    Exit a parse tree produced by ShapePathDocParser#nameTest.

    Exit a parse tree produced by ShapePathDocParser#nameTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  68. def exitNestedShapeExpr(ctx: NestedShapeExprContext): Unit

    Exit a parse tree produced by the nestedShapeExpr labeled alternative in ShapePathDocParser#forwardAxis.

    Exit a parse tree produced by the nestedShapeExpr labeled alternative in ShapePathDocParser#forwardAxis.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  69. def exitNestedTripleExpr(ctx: NestedTripleExprContext): Unit

    Exit a parse tree produced by the nestedTripleExpr labeled alternative in ShapePathDocParser#forwardAxis.

    Exit a parse tree produced by the nestedTripleExpr labeled alternative in ShapePathDocParser#forwardAxis.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  70. def exitNodeTest(ctx: NodeTestContext): Unit

    Exit a parse tree produced by ShapePathDocParser#nodeTest.

    Exit a parse tree produced by ShapePathDocParser#nodeTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  71. def exitNumericLiteral(ctx: NumericLiteralContext): Unit

    Exit a parse tree produced by ShapePathDocParser#numericLiteral.

    Exit a parse tree produced by ShapePathDocParser#numericLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  72. def exitParenthesizedExpr(ctx: ParenthesizedExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#parenthesizedExpr.

    Exit a parse tree produced by ShapePathDocParser#parenthesizedExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  73. def exitPathExpr(ctx: PathExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#pathExpr.

    Exit a parse tree produced by ShapePathDocParser#pathExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  74. def exitPostfixExpr(ctx: PostfixExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#postfixExpr.

    Exit a parse tree produced by ShapePathDocParser#postfixExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  75. def exitPredicate(ctx: PredicateContext): Unit

    Exit a parse tree produced by ShapePathDocParser#predicate.

    Exit a parse tree produced by ShapePathDocParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  76. def exitPredicateList(ctx: PredicateListContext): Unit

    Exit a parse tree produced by ShapePathDocParser#predicateList.

    Exit a parse tree produced by ShapePathDocParser#predicateList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  77. def exitPrefixedName(ctx: PrefixedNameContext): Unit

    Exit a parse tree produced by ShapePathDocParser#prefixedName.

    Exit a parse tree produced by ShapePathDocParser#prefixedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  78. def exitPrimaryExpr(ctx: PrimaryExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#primaryExpr.

    Exit a parse tree produced by ShapePathDocParser#primaryExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  79. def exitRegExpTest(ctx: RegExpTestContext): Unit

    Exit a parse tree produced by ShapePathDocParser#regExpTest.

    Exit a parse tree produced by ShapePathDocParser#regExpTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  80. def exitShapeExprIndex(ctx: ShapeExprIndexContext): Unit

    Exit a parse tree produced by ShapePathDocParser#shapeExprIndex.

    Exit a parse tree produced by ShapePathDocParser#shapeExprIndex.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  81. def exitShapeExprLabel(ctx: ShapeExprLabelContext): Unit

    Exit a parse tree produced by ShapePathDocParser#shapeExprLabel.

    Exit a parse tree produced by ShapePathDocParser#shapeExprLabel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  82. def exitShapeExprType(ctx: ShapeExprTypeContext): Unit

    Exit a parse tree produced by ShapePathDocParser#shapeExprType.

    Exit a parse tree produced by ShapePathDocParser#shapeExprType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  83. def exitShapePathDoc(ctx: ShapePathDocContext): Unit

    Exit a parse tree produced by ShapePathDocParser#shapePathDoc.

    Exit a parse tree produced by ShapePathDocParser#shapePathDoc.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  84. def exitShapeType(ctx: ShapeTypeContext): Unit

    Exit a parse tree produced by ShapePathDocParser#shapeType.

    Exit a parse tree produced by ShapePathDocParser#shapeType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  85. def exitStepExpr(ctx: StepExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#stepExpr.

    Exit a parse tree produced by ShapePathDocParser#stepExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  86. def exitStringLiteral(ctx: StringLiteralContext): Unit

    Exit a parse tree produced by ShapePathDocParser#stringLiteral.

    Exit a parse tree produced by ShapePathDocParser#stringLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  87. def exitTripleExprIndex(ctx: TripleExprIndexContext): Unit

    Exit a parse tree produced by ShapePathDocParser#tripleExprIndex.

    Exit a parse tree produced by ShapePathDocParser#tripleExprIndex.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  88. def exitTripleExprLabel(ctx: TripleExprLabelContext): Unit

    Exit a parse tree produced by ShapePathDocParser#tripleExprLabel.

    Exit a parse tree produced by ShapePathDocParser#tripleExprLabel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  89. def exitTripleExprType(ctx: TripleExprTypeContext): Unit

    Exit a parse tree produced by ShapePathDocParser#tripleExprType.

    Exit a parse tree produced by ShapePathDocParser#tripleExprType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  90. def exitUnionExpr(ctx: UnionExprContext): Unit

    Exit a parse tree produced by ShapePathDocParser#unionExpr.

    Exit a parse tree produced by ShapePathDocParser#unionExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  91. def exitWildCard(ctx: WildCardContext): Unit

    Exit a parse tree produced by ShapePathDocParser#wildCard.

    Exit a parse tree produced by ShapePathDocParser#wildCard.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    ShapePathDocBaseListenerShapePathDocListener
    Annotations
    @Override()
  92. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  93. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  94. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  95. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  96. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  97. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  98. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  99. def toString(): String
    Definition Classes
    AnyRef → Any
  100. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    ShapePathDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  102. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  104. 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 ShapePathDocListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped