class SchemaMappingsMaker extends SchemaMappingsDocBaseVisitor[Any]
Visits the AST and builds the corresponding abstract syntax
- Alphabetic
- By Inheritance
- SchemaMappingsMaker
- SchemaMappingsDocBaseVisitor
- SchemaMappingsDocVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SchemaMappingsMaker()
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: Any, arg1: Any): Any
- 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(): Any
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extractIRIfromIRIREF(d: String, base: Option[IRI]): Builder[IRI]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getInteger(str: String): Builder[Int]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isDefined[A](x: A): Boolean
-
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 removeUnderscore(str: String): String
- def resolve(prefixedName: String): Builder[IRI]
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: Any): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- def splitPrefix(str: String): (String, String)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitAbsolutePathExpr(ctx: AbsolutePathExprContext): Builder[List[Step]]
Visit a parse tree produced by
SchemaMappingsDocParser#absolutePathExpr.Visit a parse tree produced by
SchemaMappingsDocParser#absolutePathExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitBaseDecl(ctx: BaseDeclContext): Builder[IRI]
Visit a parse tree produced by
SchemaMappingsDocParser#baseDecl.Visit a parse tree produced by
SchemaMappingsDocParser#baseDecl.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitBlankNode(ctx: BlankNodeContext): Builder[BNode]
Visit a parse tree produced by
SchemaMappingsDocParser#blankNode.Visit a parse tree produced by
SchemaMappingsDocParser#blankNode.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitBlankNodeLabel(ctx: BlankNodeLabelContext): Builder[BNodeLabel]
Visit a parse tree produced by
SchemaMappingsDocParser#blankNodeLabel.Visit a parse tree produced by
SchemaMappingsDocParser#blankNodeLabel.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitBooleanLiteral(ctx: BooleanLiteralContext): Any
Visit a parse tree produced by
SchemaMappingsDocParser#booleanLiteral.Visit a parse tree produced by
SchemaMappingsDocParser#booleanLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitChildren(arg0: RuleNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitContextStep(ctx: ContextStepContext): Any
Visit a parse tree produced by the
contextSteplabeled alternative inSchemaMappingsDocParser#stepExpr.Visit a parse tree produced by the
contextSteplabeled alternative inSchemaMappingsDocParser#stepExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitContextTest(ctx: ContextTestContext): Builder[ContextType]
Visit a parse tree produced by
SchemaMappingsDocParser#contextTest.Visit a parse tree produced by
SchemaMappingsDocParser#contextTest.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitDatatype(ctx: DatatypeContext): Any
Visit a parse tree produced by
SchemaMappingsDocParser#datatype.Visit a parse tree produced by
SchemaMappingsDocParser#datatype.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitDirective(ctx: DirectiveContext): Builder[Directive]
Visit a parse tree produced by
SchemaMappingsDocParser#directive.Visit a parse tree produced by
SchemaMappingsDocParser#directive.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitErrorNode(arg0: ErrorNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitExprIndex(ctx: ExprIndexContext): Builder[ExprIndex]
Visit a parse tree produced by
SchemaMappingsDocParser#exprIndex.Visit a parse tree produced by
SchemaMappingsDocParser#exprIndex.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitExprIndexStep(ctx: ExprIndexStepContext): Any
Visit a parse tree produced by the
exprIndexSteplabeled alternative inSchemaMappingsDocParser#stepExpr.Visit a parse tree produced by the
exprIndexSteplabeled alternative inSchemaMappingsDocParser#stepExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitImportDecl(ctx: ImportDeclContext): Builder[IRI]
Visit a parse tree produced by
SchemaMappingsDocParser#importDecl.Visit a parse tree produced by
SchemaMappingsDocParser#importDecl.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitIri(ctx: IriContext): Builder[IRI]
Visit a parse tree produced by
SchemaMappingsDocParser#iri.Visit a parse tree produced by
SchemaMappingsDocParser#iri.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- def visitList[A, B](visitFn: (A) ⇒ Builder[B], ls: List[A]): Builder[List[B]]
-
def
visitMapping(ctx: MappingContext): Builder[SchemaMapping]
Visit a parse tree produced by
SchemaMappingsDocParser#mapping.Visit a parse tree produced by
SchemaMappingsDocParser#mapping.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitMappings(ctx: MappingsContext): Builder[List[SchemaMapping]]
Visit a parse tree produced by
SchemaMappingsDocParser#mappings.Visit a parse tree produced by
SchemaMappingsDocParser#mappings.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitNumericLiteral(ctx: NumericLiteralContext): Any
Visit a parse tree produced by
SchemaMappingsDocParser#numericLiteral.Visit a parse tree produced by
SchemaMappingsDocParser#numericLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
- def visitOpt[A, B](visitFn: (A) ⇒ Builder[B], v: A): Builder[Option[B]]
-
def
visitPredicate(ctx: PredicateContext): Any
Visit a parse tree produced by
SchemaMappingsDocParser#predicate.Visit a parse tree produced by
SchemaMappingsDocParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitPrefixDecl(ctx: PrefixDeclContext): Builder[(Prefix, IRI)]
Visit a parse tree produced by
SchemaMappingsDocParser#prefixDecl.Visit a parse tree produced by
SchemaMappingsDocParser#prefixDecl.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitPrefixedName(ctx: PrefixedNameContext): Builder[String]
Visit a parse tree produced by
SchemaMappingsDocParser#prefixedName.Visit a parse tree produced by
SchemaMappingsDocParser#prefixedName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitRdfLiteral(ctx: RdfLiteralContext): Any
Visit a parse tree produced by
SchemaMappingsDocParser#rdfLiteral.Visit a parse tree produced by
SchemaMappingsDocParser#rdfLiteral.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitRdfType(ctx: RdfTypeContext): Any
Visit a parse tree produced by
SchemaMappingsDocParser#rdfType.Visit a parse tree produced by
SchemaMappingsDocParser#rdfType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitRelativePathExpr(ctx: RelativePathExprContext): Builder[List[Step]]
Visit a parse tree produced by
SchemaMappingsDocParser#relativePathExpr.Visit a parse tree produced by
SchemaMappingsDocParser#relativePathExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitSchemaMappingsDoc(ctx: SchemaMappingsDocContext): Builder[SchemaMappings]
Visit a parse tree produced by
SchemaMappingsDocParser#schemaMappingsDoc.Visit a parse tree produced by
SchemaMappingsDocParser#schemaMappingsDoc.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitShapeExprContext(ctx: ShapeExprContextContext): Builder[ContextType]
Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprContext.Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprContext.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitShapeExprIndex(ctx: ShapeExprIndexContext): Builder[ShapeExprIndex]
Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprIndex.Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprIndex.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitShapeExprLabel(ctx: ShapeExprLabelContext): Builder[ShapeLabel]
Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprLabel.Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprLabel.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitShapePathExpr(ctx: ShapePathExprContext): Builder[ShapePath]
Visit a parse tree produced by
SchemaMappingsDocParser#shapePathExpr.Visit a parse tree produced by
SchemaMappingsDocParser#shapePathExpr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- def visitStepExpr(ctx: StepExprContext): Builder[Step]
-
def
visitString(ctx: StringContext): Any
Visit a parse tree produced by
SchemaMappingsDocParser#string.Visit a parse tree produced by
SchemaMappingsDocParser#string.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitTerminal(arg0: TerminalNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitTripleExprContext(ctx: TripleExprContextContext): Builder[ContextType]
Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprContext.Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprContext.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitTripleExprIndex(ctx: TripleExprIndexContext): Builder[TripleExprIndex]
Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprIndex.Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprIndex.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
def
visitTripleExprLabel(ctx: TripleExprLabelContext): Builder[(ShapeLabel, Option[Int])]
Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprLabel.Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprLabel.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsMaker → SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
-
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( ... )