t

es.weso.shapepath.parser

SchemaMappingsDocVisitor

trait SchemaMappingsDocVisitor[T] extends ParseTreeVisitor[T]

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

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

    Visit a parse tree produced by SchemaMappingsDocParser#absolutePathExpr.

    Visit a parse tree produced by SchemaMappingsDocParser#absolutePathExpr.

    ctx

    the parse tree

    returns

    the visitor result

  3. abstract def visitBaseDecl(ctx: BaseDeclContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#baseDecl.

    Visit a parse tree produced by SchemaMappingsDocParser#baseDecl.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#blankNode.

    Visit a parse tree produced by SchemaMappingsDocParser#blankNode.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#blankNodeLabel.

    Visit a parse tree produced by SchemaMappingsDocParser#blankNodeLabel.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#booleanLiteral.

    Visit a parse tree produced by SchemaMappingsDocParser#booleanLiteral.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by the contextStep labeled alternative in SchemaMappingsDocParser#stepExpr.

    Visit a parse tree produced by the contextStep labeled alternative in SchemaMappingsDocParser#stepExpr.

    ctx

    the parse tree

    returns

    the visitor result

  9. abstract def visitContextTest(ctx: ContextTestContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#contextTest.

    Visit a parse tree produced by SchemaMappingsDocParser#contextTest.

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitDatatype(ctx: DatatypeContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#datatype.

    Visit a parse tree produced by SchemaMappingsDocParser#datatype.

    ctx

    the parse tree

    returns

    the visitor result

  11. abstract def visitDirective(ctx: DirectiveContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#directive.

    Visit a parse tree produced by SchemaMappingsDocParser#directive.

    ctx

    the parse tree

    returns

    the visitor result

  12. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  13. abstract def visitExprIndex(ctx: ExprIndexContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#exprIndex.

    Visit a parse tree produced by SchemaMappingsDocParser#exprIndex.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitExprIndexStep(ctx: ExprIndexStepContext): T

    Visit a parse tree produced by the exprIndexStep labeled alternative in SchemaMappingsDocParser#stepExpr.

    Visit a parse tree produced by the exprIndexStep labeled alternative in SchemaMappingsDocParser#stepExpr.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitImportDecl(ctx: ImportDeclContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#importDecl.

    Visit a parse tree produced by SchemaMappingsDocParser#importDecl.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#iri.

    Visit a parse tree produced by SchemaMappingsDocParser#iri.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitMapping(ctx: MappingContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#mapping.

    Visit a parse tree produced by SchemaMappingsDocParser#mapping.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitMappings(ctx: MappingsContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#mappings.

    Visit a parse tree produced by SchemaMappingsDocParser#mappings.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#numericLiteral.

    Visit a parse tree produced by SchemaMappingsDocParser#numericLiteral.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#predicate.

    Visit a parse tree produced by SchemaMappingsDocParser#predicate.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract def visitPrefixDecl(ctx: PrefixDeclContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#prefixDecl.

    Visit a parse tree produced by SchemaMappingsDocParser#prefixDecl.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#prefixedName.

    Visit a parse tree produced by SchemaMappingsDocParser#prefixedName.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#rdfLiteral.

    Visit a parse tree produced by SchemaMappingsDocParser#rdfLiteral.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#rdfType.

    Visit a parse tree produced by SchemaMappingsDocParser#rdfType.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract def visitRelativePathExpr(ctx: RelativePathExprContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#relativePathExpr.

    Visit a parse tree produced by SchemaMappingsDocParser#relativePathExpr.

    ctx

    the parse tree

    returns

    the visitor result

  26. abstract def visitSchemaMappingsDoc(ctx: SchemaMappingsDocContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#schemaMappingsDoc.

    Visit a parse tree produced by SchemaMappingsDocParser#schemaMappingsDoc.

    ctx

    the parse tree

    returns

    the visitor result

  27. abstract def visitShapeExprContext(ctx: ShapeExprContextContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#shapeExprContext.

    Visit a parse tree produced by SchemaMappingsDocParser#shapeExprContext.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#shapeExprIndex.

    Visit a parse tree produced by SchemaMappingsDocParser#shapeExprIndex.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#shapeExprLabel.

    Visit a parse tree produced by SchemaMappingsDocParser#shapeExprLabel.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract def visitShapePathExpr(ctx: ShapePathExprContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#shapePathExpr.

    Visit a parse tree produced by SchemaMappingsDocParser#shapePathExpr.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#string.

    Visit a parse tree produced by SchemaMappingsDocParser#string.

    ctx

    the parse tree

    returns

    the visitor result

  32. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  33. abstract def visitTripleExprContext(ctx: TripleExprContextContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#tripleExprContext.

    Visit a parse tree produced by SchemaMappingsDocParser#tripleExprContext.

    ctx

    the parse tree

    returns

    the visitor result

  34. abstract def visitTripleExprIndex(ctx: TripleExprIndexContext): T

    Visit a parse tree produced by SchemaMappingsDocParser#tripleExprIndex.

    Visit a parse tree produced by SchemaMappingsDocParser#tripleExprIndex.

    ctx

    the parse tree

    returns

    the visitor result

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

    Visit a parse tree produced by SchemaMappingsDocParser#tripleExprLabel.

    Visit a parse tree produced by SchemaMappingsDocParser#tripleExprLabel.

    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