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.
- Alphabetic
- By Inheritance
- ShapePathDocBaseListener
- ShapePathDocListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ShapePathDocBaseListener()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
enterChild(ctx: ChildContext): Unit
Enter a parse tree produced by the
child
labeled alternative inShapePathDocParser#forwardAxis
.Enter a parse tree produced by the
child
labeled alternative inShapePathDocParser#forwardAxis
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
enterDescendant(ctx: DescendantContext): Unit
Enter a parse tree produced by the
descendant
labeled alternative inShapePathDocParser#forwardAxis
.Enter a parse tree produced by the
descendant
labeled alternative inShapePathDocParser#forwardAxis
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- ShapePathDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
enterNestedShapeExpr(ctx: NestedShapeExprContext): Unit
Enter a parse tree produced by the
nestedShapeExpr
labeled alternative inShapePathDocParser#forwardAxis
.Enter a parse tree produced by the
nestedShapeExpr
labeled alternative inShapePathDocParser#forwardAxis
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
enterNestedTripleExpr(ctx: NestedTripleExprContext): Unit
Enter a parse tree produced by the
nestedTripleExpr
labeled alternative inShapePathDocParser#forwardAxis
.Enter a parse tree produced by the
nestedTripleExpr
labeled alternative inShapePathDocParser#forwardAxis
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
exitChild(ctx: ChildContext): Unit
Exit a parse tree produced by the
child
labeled alternative inShapePathDocParser#forwardAxis
.Exit a parse tree produced by the
child
labeled alternative inShapePathDocParser#forwardAxis
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
exitDescendant(ctx: DescendantContext): Unit
Exit a parse tree produced by the
descendant
labeled alternative inShapePathDocParser#forwardAxis
.Exit a parse tree produced by the
descendant
labeled alternative inShapePathDocParser#forwardAxis
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- ShapePathDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
exitNestedShapeExpr(ctx: NestedShapeExprContext): Unit
Exit a parse tree produced by the
nestedShapeExpr
labeled alternative inShapePathDocParser#forwardAxis
.Exit a parse tree produced by the
nestedShapeExpr
labeled alternative inShapePathDocParser#forwardAxis
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
def
exitNestedTripleExpr(ctx: NestedTripleExprContext): Unit
Exit a parse tree produced by the
nestedTripleExpr
labeled alternative inShapePathDocParser#forwardAxis
.Exit a parse tree produced by the
nestedTripleExpr
labeled alternative inShapePathDocParser#forwardAxis
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
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
- ShapePathDocBaseListener → ShapePathDocListener
- Annotations
- @Override()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- ShapePathDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- ShapePathDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )