trait SchemaMappingsDocVisitor[T] extends ParseTreeVisitor[T]
This interface defines a complete generic visitor for a parse tree produced
by SchemaMappingsDocParser
.
- Alphabetic
- By Inheritance
- SchemaMappingsDocVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
visit(arg0: ParseTree): T
- Definition Classes
- ParseTreeVisitor
-
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
-
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
-
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
-
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
-
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
-
abstract
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- ParseTreeVisitor
-
abstract
def
visitContextStep(ctx: ContextStepContext): T
Visit a parse tree produced by the
contextStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.Visit a parse tree produced by the
contextStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.- ctx
the parse tree
- returns
the visitor result
-
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
-
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
-
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
-
abstract
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- ParseTreeVisitor
-
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
-
abstract
def
visitExprIndexStep(ctx: ExprIndexStepContext): T
Visit a parse tree produced by the
exprIndexStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.Visit a parse tree produced by the
exprIndexStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.- ctx
the parse tree
- returns
the visitor result
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
abstract
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- ParseTreeVisitor
-
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
-
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
-
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
-
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()
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )