t

es.weso.shapepath.parser

ShapePathDocVisitor

trait ShapePathDocVisitor[T] extends ParseTreeVisitor[T]

This interface defines a complete generic visitor for a parse tree produced by ShapePathDocParser.

Source
ShapePathDocVisitor.java
Linear Supertypes
ParseTreeVisitor[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapePathDocVisitor
  2. ParseTreeVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def visit(arg0: ParseTree): T
    Definition Classes
    ParseTreeVisitor
  2. abstract def visitAnyKindTest(ctx: AnyKindTestContext): T

    Visit a parse tree produced by ShapePathDocParser#anyKindTest.

    Visit a parse tree produced by ShapePathDocParser#anyKindTest.

    ctx

    the parse tree

    returns

    the visitor result

  3. abstract def visitAxisStep(ctx: AxisStepContext): T

    Visit a parse tree produced by ShapePathDocParser#axisStep.

    Visit a parse tree produced by ShapePathDocParser#axisStep.

    ctx

    the parse tree

    returns

    the visitor result

  4. abstract def visitBlankNode(ctx: BlankNodeContext): T

    Visit a parse tree produced by ShapePathDocParser#blankNode.

    Visit a parse tree produced by ShapePathDocParser#blankNode.

    ctx

    the parse tree

    returns

    the visitor result

  5. abstract def visitBlankNodeLabel(ctx: BlankNodeLabelContext): T

    Visit a parse tree produced by ShapePathDocParser#blankNodeLabel.

    Visit a parse tree produced by ShapePathDocParser#blankNodeLabel.

    ctx

    the parse tree

    returns

    the visitor result

  6. abstract def visitChild(ctx: ChildContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

  7. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  8. abstract def visitContextItemExpr(ctx: ContextItemExprContext): T

    Visit a parse tree produced by ShapePathDocParser#contextItemExpr.

    Visit a parse tree produced by ShapePathDocParser#contextItemExpr.

    ctx

    the parse tree

    returns

    the visitor result

  9. abstract def visitDescendant(ctx: DescendantContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitEqName(ctx: EqNameContext): T

    Visit a parse tree produced by ShapePathDocParser#eqName.

    Visit a parse tree produced by ShapePathDocParser#eqName.

    ctx

    the parse tree

    returns

    the visitor result

  11. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  12. abstract def visitExpr(ctx: ExprContext): T

    Visit a parse tree produced by ShapePathDocParser#expr.

    Visit a parse tree produced by ShapePathDocParser#expr.

    ctx

    the parse tree

    returns

    the visitor result

  13. abstract def visitExprIndex(ctx: ExprIndexContext): T

    Visit a parse tree produced by ShapePathDocParser#exprIndex.

    Visit a parse tree produced by ShapePathDocParser#exprIndex.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitFirstStepExpr(ctx: FirstStepExprContext): T

    Visit a parse tree produced by ShapePathDocParser#firstStepExpr.

    Visit a parse tree produced by ShapePathDocParser#firstStepExpr.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitForwardStep(ctx: ForwardStepContext): T

    Visit a parse tree produced by ShapePathDocParser#forwardStep.

    Visit a parse tree produced by ShapePathDocParser#forwardStep.

    ctx

    the parse tree

    returns

    the visitor result

  16. abstract def visitIntersectionExpr(ctx: IntersectionExprContext): T

    Visit a parse tree produced by ShapePathDocParser#intersectionExpr.

    Visit a parse tree produced by ShapePathDocParser#intersectionExpr.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitIri(ctx: IriContext): T

    Visit a parse tree produced by ShapePathDocParser#iri.

    Visit a parse tree produced by ShapePathDocParser#iri.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitKindTest(ctx: KindTestContext): T

    Visit a parse tree produced by ShapePathDocParser#kindTest.

    Visit a parse tree produced by ShapePathDocParser#kindTest.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract def visitLiteral(ctx: LiteralContext): T

    Visit a parse tree produced by ShapePathDocParser#literal.

    Visit a parse tree produced by ShapePathDocParser#literal.

    ctx

    the parse tree

    returns

    the visitor result

  20. abstract def visitNameTest(ctx: NameTestContext): T

    Visit a parse tree produced by ShapePathDocParser#nameTest.

    Visit a parse tree produced by ShapePathDocParser#nameTest.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract def visitNestedShapeExpr(ctx: NestedShapeExprContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract def visitNestedTripleExpr(ctx: NestedTripleExprContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

  23. abstract def visitNodeTest(ctx: NodeTestContext): T

    Visit a parse tree produced by ShapePathDocParser#nodeTest.

    Visit a parse tree produced by ShapePathDocParser#nodeTest.

    ctx

    the parse tree

    returns

    the visitor result

  24. abstract def visitNumericLiteral(ctx: NumericLiteralContext): T

    Visit a parse tree produced by ShapePathDocParser#numericLiteral.

    Visit a parse tree produced by ShapePathDocParser#numericLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract def visitParenthesizedExpr(ctx: ParenthesizedExprContext): T

    Visit a parse tree produced by ShapePathDocParser#parenthesizedExpr.

    Visit a parse tree produced by ShapePathDocParser#parenthesizedExpr.

    ctx

    the parse tree

    returns

    the visitor result

  26. abstract def visitPathExpr(ctx: PathExprContext): T

    Visit a parse tree produced by ShapePathDocParser#pathExpr.

    Visit a parse tree produced by ShapePathDocParser#pathExpr.

    ctx

    the parse tree

    returns

    the visitor result

  27. abstract def visitPostfixExpr(ctx: PostfixExprContext): T

    Visit a parse tree produced by ShapePathDocParser#postfixExpr.

    Visit a parse tree produced by ShapePathDocParser#postfixExpr.

    ctx

    the parse tree

    returns

    the visitor result

  28. abstract def visitPredicate(ctx: PredicateContext): T

    Visit a parse tree produced by ShapePathDocParser#predicate.

    Visit a parse tree produced by ShapePathDocParser#predicate.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract def visitPredicateList(ctx: PredicateListContext): T

    Visit a parse tree produced by ShapePathDocParser#predicateList.

    Visit a parse tree produced by ShapePathDocParser#predicateList.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract def visitPrefixedName(ctx: PrefixedNameContext): T

    Visit a parse tree produced by ShapePathDocParser#prefixedName.

    Visit a parse tree produced by ShapePathDocParser#prefixedName.

    ctx

    the parse tree

    returns

    the visitor result

  31. abstract def visitPrimaryExpr(ctx: PrimaryExprContext): T

    Visit a parse tree produced by ShapePathDocParser#primaryExpr.

    Visit a parse tree produced by ShapePathDocParser#primaryExpr.

    ctx

    the parse tree

    returns

    the visitor result

  32. abstract def visitRegExpTest(ctx: RegExpTestContext): T

    Visit a parse tree produced by ShapePathDocParser#regExpTest.

    Visit a parse tree produced by ShapePathDocParser#regExpTest.

    ctx

    the parse tree

    returns

    the visitor result

  33. abstract def visitShapeExprIndex(ctx: ShapeExprIndexContext): T

    Visit a parse tree produced by ShapePathDocParser#shapeExprIndex.

    Visit a parse tree produced by ShapePathDocParser#shapeExprIndex.

    ctx

    the parse tree

    returns

    the visitor result

  34. abstract def visitShapeExprLabel(ctx: ShapeExprLabelContext): T

    Visit a parse tree produced by ShapePathDocParser#shapeExprLabel.

    Visit a parse tree produced by ShapePathDocParser#shapeExprLabel.

    ctx

    the parse tree

    returns

    the visitor result

  35. abstract def visitShapeExprType(ctx: ShapeExprTypeContext): T

    Visit a parse tree produced by ShapePathDocParser#shapeExprType.

    Visit a parse tree produced by ShapePathDocParser#shapeExprType.

    ctx

    the parse tree

    returns

    the visitor result

  36. abstract def visitShapePathDoc(ctx: ShapePathDocContext): T

    Visit a parse tree produced by ShapePathDocParser#shapePathDoc.

    Visit a parse tree produced by ShapePathDocParser#shapePathDoc.

    ctx

    the parse tree

    returns

    the visitor result

  37. abstract def visitShapeType(ctx: ShapeTypeContext): T

    Visit a parse tree produced by ShapePathDocParser#shapeType.

    Visit a parse tree produced by ShapePathDocParser#shapeType.

    ctx

    the parse tree

    returns

    the visitor result

  38. abstract def visitStepExpr(ctx: StepExprContext): T

    Visit a parse tree produced by ShapePathDocParser#stepExpr.

    Visit a parse tree produced by ShapePathDocParser#stepExpr.

    ctx

    the parse tree

    returns

    the visitor result

  39. abstract def visitStringLiteral(ctx: StringLiteralContext): T

    Visit a parse tree produced by ShapePathDocParser#stringLiteral.

    Visit a parse tree produced by ShapePathDocParser#stringLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  40. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  41. abstract def visitTripleExprIndex(ctx: TripleExprIndexContext): T

    Visit a parse tree produced by ShapePathDocParser#tripleExprIndex.

    Visit a parse tree produced by ShapePathDocParser#tripleExprIndex.

    ctx

    the parse tree

    returns

    the visitor result

  42. abstract def visitTripleExprLabel(ctx: TripleExprLabelContext): T

    Visit a parse tree produced by ShapePathDocParser#tripleExprLabel.

    Visit a parse tree produced by ShapePathDocParser#tripleExprLabel.

    ctx

    the parse tree

    returns

    the visitor result

  43. abstract def visitTripleExprType(ctx: TripleExprTypeContext): T

    Visit a parse tree produced by ShapePathDocParser#tripleExprType.

    Visit a parse tree produced by ShapePathDocParser#tripleExprType.

    ctx

    the parse tree

    returns

    the visitor result

  44. abstract def visitUnionExpr(ctx: UnionExprContext): T

    Visit a parse tree produced by ShapePathDocParser#unionExpr.

    Visit a parse tree produced by ShapePathDocParser#unionExpr.

    ctx

    the parse tree

    returns

    the visitor result

  45. abstract def visitWildCard(ctx: WildCardContext): T

    Visit a parse tree produced by ShapePathDocParser#wildCard.

    Visit a parse tree produced by ShapePathDocParser#wildCard.

    ctx

    the parse tree

    returns

    the visitor result

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 ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped