t

es.weso.shapemaps.parser

ShapeMapVisitor

trait ShapeMapVisitor[T] extends ParseTreeVisitor[T]

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

Source
ShapeMapVisitor.java
Linear Supertypes
ParseTreeVisitor[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapeMapVisitor
  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 visitBlankNode(ctx: BlankNodeContext): T

    Visit a parse tree produced by ShapeMapParser#blankNode.

    Visit a parse tree produced by ShapeMapParser#blankNode.

    ctx

    the parse tree

    returns

    the visitor result

  3. abstract def visitBooleanLiteral(ctx: BooleanLiteralContext): T

    Visit a parse tree produced by ShapeMapParser#booleanLiteral.

    Visit a parse tree produced by ShapeMapParser#booleanLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  4. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  5. abstract def visitDatatype(ctx: DatatypeContext): T

    Visit a parse tree produced by ShapeMapParser#datatype.

    Visit a parse tree produced by ShapeMapParser#datatype.

    ctx

    the parse tree

    returns

    the visitor result

  6. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  7. abstract def visitExtended(ctx: ExtendedContext): T

    Visit a parse tree produced by ShapeMapParser#extended.

    Visit a parse tree produced by ShapeMapParser#extended.

    ctx

    the parse tree

    returns

    the visitor result

  8. abstract def visitFocusObject(ctx: FocusObjectContext): T

    Visit a parse tree produced by the focusObject labeled alternative in ShapeMapParser#triplePattern.

    Visit a parse tree produced by the focusObject labeled alternative in ShapeMapParser#triplePattern.

    ctx

    the parse tree

    returns

    the visitor result

  9. abstract def visitFocusSubject(ctx: FocusSubjectContext): T

    Visit a parse tree produced by the focusSubject labeled alternative in ShapeMapParser#triplePattern.

    Visit a parse tree produced by the focusSubject labeled alternative in ShapeMapParser#triplePattern.

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitInverse(ctx: InverseContext): T

    Visit a parse tree produced by ShapeMapParser#inverse.

    Visit a parse tree produced by ShapeMapParser#inverse.

    ctx

    the parse tree

    returns

    the visitor result

  11. abstract def visitJsonAttributes(ctx: JsonAttributesContext): T

    Visit a parse tree produced by ShapeMapParser#jsonAttributes.

    Visit a parse tree produced by ShapeMapParser#jsonAttributes.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by ShapeMapParser#literal.

    Visit a parse tree produced by ShapeMapParser#literal.

    ctx

    the parse tree

    returns

    the visitor result

  13. abstract def visitNegation(ctx: NegationContext): T

    Visit a parse tree produced by ShapeMapParser#negation.

    Visit a parse tree produced by ShapeMapParser#negation.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitNodeIri(ctx: NodeIriContext): T

    Visit a parse tree produced by ShapeMapParser#nodeIri.

    Visit a parse tree produced by ShapeMapParser#nodeIri.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitNodeSelector(ctx: NodeSelectorContext): T

    Visit a parse tree produced by ShapeMapParser#nodeSelector.

    Visit a parse tree produced by ShapeMapParser#nodeSelector.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by ShapeMapParser#numericLiteral.

    Visit a parse tree produced by ShapeMapParser#numericLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitObjectTerm(ctx: ObjectTermContext): T

    Visit a parse tree produced by ShapeMapParser#objectTerm.

    Visit a parse tree produced by ShapeMapParser#objectTerm.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitOptional(ctx: OptionalContext): T

    Visit a parse tree produced by the optional labeled alternative in ShapeMapParser#pathMod.

    Visit a parse tree produced by the optional labeled alternative in ShapeMapParser#pathMod.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract def visitPair(ctx: PairContext): T

    Visit a parse tree produced by ShapeMapParser#pair.

    Visit a parse tree produced by ShapeMapParser#pair.

    ctx

    the parse tree

    returns

    the visitor result

  20. abstract def visitPath(ctx: PathContext): T

    Visit a parse tree produced by ShapeMapParser#path.

    Visit a parse tree produced by ShapeMapParser#path.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract def visitPathAlternative(ctx: PathAlternativeContext): T

    Visit a parse tree produced by ShapeMapParser#pathAlternative.

    Visit a parse tree produced by ShapeMapParser#pathAlternative.

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract def visitPathElt(ctx: PathEltContext): T

    Visit a parse tree produced by ShapeMapParser#pathElt.

    Visit a parse tree produced by ShapeMapParser#pathElt.

    ctx

    the parse tree

    returns

    the visitor result

  23. abstract def visitPathEltOrInverse(ctx: PathEltOrInverseContext): T

    Visit a parse tree produced by ShapeMapParser#pathEltOrInverse.

    Visit a parse tree produced by ShapeMapParser#pathEltOrInverse.

    ctx

    the parse tree

    returns

    the visitor result

  24. abstract def visitPathPrimary(ctx: PathPrimaryContext): T

    Visit a parse tree produced by ShapeMapParser#pathPrimary.

    Visit a parse tree produced by ShapeMapParser#pathPrimary.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract def visitPathSequence(ctx: PathSequenceContext): T

    Visit a parse tree produced by ShapeMapParser#pathSequence.

    Visit a parse tree produced by ShapeMapParser#pathSequence.

    ctx

    the parse tree

    returns

    the visitor result

  26. abstract def visitPlus(ctx: PlusContext): T

    Visit a parse tree produced by the plus labeled alternative in ShapeMapParser#pathMod.

    Visit a parse tree produced by the plus labeled alternative in ShapeMapParser#pathMod.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by ShapeMapParser#predicate.

    Visit a parse tree produced by ShapeMapParser#predicate.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by ShapeMapParser#prefixedName.

    Visit a parse tree produced by ShapeMapParser#prefixedName.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract def visitQuestionMark(ctx: QuestionMarkContext): T

    Visit a parse tree produced by ShapeMapParser#questionMark.

    Visit a parse tree produced by ShapeMapParser#questionMark.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract def visitRdfLiteral(ctx: RdfLiteralContext): T

    Visit a parse tree produced by ShapeMapParser#rdfLiteral.

    Visit a parse tree produced by ShapeMapParser#rdfLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  31. abstract def visitRdfType(ctx: RdfTypeContext): T

    Visit a parse tree produced by ShapeMapParser#rdfType.

    Visit a parse tree produced by ShapeMapParser#rdfType.

    ctx

    the parse tree

    returns

    the visitor result

  32. abstract def visitReason(ctx: ReasonContext): T

    Visit a parse tree produced by ShapeMapParser#reason.

    Visit a parse tree produced by ShapeMapParser#reason.

    ctx

    the parse tree

    returns

    the visitor result

  33. abstract def visitShapeIri(ctx: ShapeIriContext): T

    Visit a parse tree produced by ShapeMapParser#shapeIri.

    Visit a parse tree produced by ShapeMapParser#shapeIri.

    ctx

    the parse tree

    returns

    the visitor result

  34. abstract def visitShapeMap(ctx: ShapeMapContext): T

    Visit a parse tree produced by ShapeMapParser#shapeMap.

    Visit a parse tree produced by ShapeMapParser#shapeMap.

    ctx

    the parse tree

    returns

    the visitor result

  35. abstract def visitShapeSelector(ctx: ShapeSelectorContext): T

    Visit a parse tree produced by ShapeMapParser#shapeSelector.

    Visit a parse tree produced by ShapeMapParser#shapeSelector.

    ctx

    the parse tree

    returns

    the visitor result

  36. abstract def visitStar(ctx: StarContext): T

    Visit a parse tree produced by the star labeled alternative in ShapeMapParser#pathMod.

    Visit a parse tree produced by the star labeled alternative in ShapeMapParser#pathMod.

    ctx

    the parse tree

    returns

    the visitor result

  37. abstract def visitStatus(ctx: StatusContext): T

    Visit a parse tree produced by ShapeMapParser#status.

    Visit a parse tree produced by ShapeMapParser#status.

    ctx

    the parse tree

    returns

    the visitor result

  38. abstract def visitStatusAndShape(ctx: StatusAndShapeContext): T

    Visit a parse tree produced by ShapeMapParser#statusAndShape.

    Visit a parse tree produced by ShapeMapParser#statusAndShape.

    ctx

    the parse tree

    returns

    the visitor result

  39. abstract def visitString(ctx: StringContext): T

    Visit a parse tree produced by ShapeMapParser#string.

    Visit a parse tree produced by ShapeMapParser#string.

    ctx

    the parse tree

    returns

    the visitor result

  40. abstract def visitSubjectTerm(ctx: SubjectTermContext): T

    Visit a parse tree produced by ShapeMapParser#subjectTerm.

    Visit a parse tree produced by ShapeMapParser#subjectTerm.

    ctx

    the parse tree

    returns

    the visitor result

  41. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor

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