class ShapePathDocBaseVisitor[T] extends AbstractParseTreeVisitor[T] with ShapePathDocVisitor[T]
This class provides an empty implementation of ShapePathDocVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- ShapePathDocBaseVisitor
- ShapePathDocVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ShapePathDocBaseVisitor()
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
-
def
aggregateResult(arg0: T, arg1: T): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitAnyKindTest(ctx: AnyKindTestContext): T
Visit a parse tree produced by
ShapePathDocParser#anyKindTest.Visit a parse tree produced by
ShapePathDocParser#anyKindTest.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitAxisStep(ctx: AxisStepContext): T
Visit a parse tree produced by
ShapePathDocParser#axisStep.Visit a parse tree produced by
ShapePathDocParser#axisStep.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitBlankNode(ctx: BlankNodeContext): T
Visit a parse tree produced by
ShapePathDocParser#blankNode.Visit a parse tree produced by
ShapePathDocParser#blankNode.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitBlankNodeLabel(ctx: BlankNodeLabelContext): T
Visit a parse tree produced by
ShapePathDocParser#blankNodeLabel.Visit a parse tree produced by
ShapePathDocParser#blankNodeLabel.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitChild(ctx: ChildContext): T
Visit a parse tree produced by the
childlabeled alternative inShapePathDocParser#forwardAxis.Visit a parse tree produced by the
childlabeled alternative inShapePathDocParser#forwardAxis.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitContextItemExpr(ctx: ContextItemExprContext): T
Visit a parse tree produced by
ShapePathDocParser#contextItemExpr.Visit a parse tree produced by
ShapePathDocParser#contextItemExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitDescendant(ctx: DescendantContext): T
Visit a parse tree produced by the
descendantlabeled alternative inShapePathDocParser#forwardAxis.Visit a parse tree produced by the
descendantlabeled alternative inShapePathDocParser#forwardAxis.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitEqName(ctx: EqNameContext): T
Visit a parse tree produced by
ShapePathDocParser#eqName.Visit a parse tree produced by
ShapePathDocParser#eqName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitExpr(ctx: ExprContext): T
Visit a parse tree produced by
ShapePathDocParser#expr.Visit a parse tree produced by
ShapePathDocParser#expr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitExprIndex(ctx: ExprIndexContext): T
Visit a parse tree produced by
ShapePathDocParser#exprIndex.Visit a parse tree produced by
ShapePathDocParser#exprIndex.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitFirstStepExpr(ctx: FirstStepExprContext): T
Visit a parse tree produced by
ShapePathDocParser#firstStepExpr.Visit a parse tree produced by
ShapePathDocParser#firstStepExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitForwardStep(ctx: ForwardStepContext): T
Visit a parse tree produced by
ShapePathDocParser#forwardStep.Visit a parse tree produced by
ShapePathDocParser#forwardStep.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitIntersectionExpr(ctx: IntersectionExprContext): T
Visit a parse tree produced by
ShapePathDocParser#intersectionExpr.Visit a parse tree produced by
ShapePathDocParser#intersectionExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitIri(ctx: IriContext): T
Visit a parse tree produced by
ShapePathDocParser#iri.Visit a parse tree produced by
ShapePathDocParser#iri.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitKindTest(ctx: KindTestContext): T
Visit a parse tree produced by
ShapePathDocParser#kindTest.Visit a parse tree produced by
ShapePathDocParser#kindTest.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitLiteral(ctx: LiteralContext): T
Visit a parse tree produced by
ShapePathDocParser#literal.Visit a parse tree produced by
ShapePathDocParser#literal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitNameTest(ctx: NameTestContext): T
Visit a parse tree produced by
ShapePathDocParser#nameTest.Visit a parse tree produced by
ShapePathDocParser#nameTest.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitNestedShapeExpr(ctx: NestedShapeExprContext): T
Visit a parse tree produced by the
nestedShapeExprlabeled alternative inShapePathDocParser#forwardAxis.Visit a parse tree produced by the
nestedShapeExprlabeled alternative inShapePathDocParser#forwardAxis.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitNestedTripleExpr(ctx: NestedTripleExprContext): T
Visit a parse tree produced by the
nestedTripleExprlabeled alternative inShapePathDocParser#forwardAxis.Visit a parse tree produced by the
nestedTripleExprlabeled alternative inShapePathDocParser#forwardAxis.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitNodeTest(ctx: NodeTestContext): T
Visit a parse tree produced by
ShapePathDocParser#nodeTest.Visit a parse tree produced by
ShapePathDocParser#nodeTest.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitNumericLiteral(ctx: NumericLiteralContext): T
Visit a parse tree produced by
ShapePathDocParser#numericLiteral.Visit a parse tree produced by
ShapePathDocParser#numericLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitParenthesizedExpr(ctx: ParenthesizedExprContext): T
Visit a parse tree produced by
ShapePathDocParser#parenthesizedExpr.Visit a parse tree produced by
ShapePathDocParser#parenthesizedExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitPathExpr(ctx: PathExprContext): T
Visit a parse tree produced by
ShapePathDocParser#pathExpr.Visit a parse tree produced by
ShapePathDocParser#pathExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitPostfixExpr(ctx: PostfixExprContext): T
Visit a parse tree produced by
ShapePathDocParser#postfixExpr.Visit a parse tree produced by
ShapePathDocParser#postfixExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitPredicate(ctx: PredicateContext): T
Visit a parse tree produced by
ShapePathDocParser#predicate.Visit a parse tree produced by
ShapePathDocParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitPredicateList(ctx: PredicateListContext): T
Visit a parse tree produced by
ShapePathDocParser#predicateList.Visit a parse tree produced by
ShapePathDocParser#predicateList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitPrefixedName(ctx: PrefixedNameContext): T
Visit a parse tree produced by
ShapePathDocParser#prefixedName.Visit a parse tree produced by
ShapePathDocParser#prefixedName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitPrimaryExpr(ctx: PrimaryExprContext): T
Visit a parse tree produced by
ShapePathDocParser#primaryExpr.Visit a parse tree produced by
ShapePathDocParser#primaryExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitRegExpTest(ctx: RegExpTestContext): T
Visit a parse tree produced by
ShapePathDocParser#regExpTest.Visit a parse tree produced by
ShapePathDocParser#regExpTest.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitShapeExprIndex(ctx: ShapeExprIndexContext): T
Visit a parse tree produced by
ShapePathDocParser#shapeExprIndex.Visit a parse tree produced by
ShapePathDocParser#shapeExprIndex.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitShapeExprLabel(ctx: ShapeExprLabelContext): T
Visit a parse tree produced by
ShapePathDocParser#shapeExprLabel.Visit a parse tree produced by
ShapePathDocParser#shapeExprLabel.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitShapeExprType(ctx: ShapeExprTypeContext): T
Visit a parse tree produced by
ShapePathDocParser#shapeExprType.Visit a parse tree produced by
ShapePathDocParser#shapeExprType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitShapePathDoc(ctx: ShapePathDocContext): T
Visit a parse tree produced by
ShapePathDocParser#shapePathDoc.Visit a parse tree produced by
ShapePathDocParser#shapePathDoc.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitShapeType(ctx: ShapeTypeContext): T
Visit a parse tree produced by
ShapePathDocParser#shapeType.Visit a parse tree produced by
ShapePathDocParser#shapeType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitStepExpr(ctx: StepExprContext): T
Visit a parse tree produced by
ShapePathDocParser#stepExpr.Visit a parse tree produced by
ShapePathDocParser#stepExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitStringLiteral(ctx: StringLiteralContext): T
Visit a parse tree produced by
ShapePathDocParser#stringLiteral.Visit a parse tree produced by
ShapePathDocParser#stringLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitTripleExprIndex(ctx: TripleExprIndexContext): T
Visit a parse tree produced by
ShapePathDocParser#tripleExprIndex.Visit a parse tree produced by
ShapePathDocParser#tripleExprIndex.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitTripleExprLabel(ctx: TripleExprLabelContext): T
Visit a parse tree produced by
ShapePathDocParser#tripleExprLabel.Visit a parse tree produced by
ShapePathDocParser#tripleExprLabel.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitTripleExprType(ctx: TripleExprTypeContext): T
Visit a parse tree produced by
ShapePathDocParser#tripleExprType.Visit a parse tree produced by
ShapePathDocParser#tripleExprType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitUnionExpr(ctx: UnionExprContext): T
Visit a parse tree produced by
ShapePathDocParser#unionExpr.Visit a parse tree produced by
ShapePathDocParser#unionExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- Annotations
- @Override()
-
def
visitWildCard(ctx: WildCardContext): T
Visit a parse tree produced by
ShapePathDocParser#wildCard.Visit a parse tree produced by
ShapePathDocParser#wildCard.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ShapePathDocBaseVisitor → ShapePathDocVisitor
- 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( ... )