class SchemaMappingsDocBaseVisitor[T] extends AbstractParseTreeVisitor[T] with SchemaMappingsDocVisitor[T]
This class provides an empty implementation of SchemaMappingsDocVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- SchemaMappingsDocBaseVisitor
- SchemaMappingsDocVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SchemaMappingsDocBaseVisitor()
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: T, arg1: T): T
- 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(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
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()
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitAbsolutePathExpr(ctx: AbsolutePathExprContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#absolutePathExpr
.Visit a parse tree produced by
SchemaMappingsDocParser#absolutePathExpr
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitBaseDecl(ctx: BaseDeclContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#baseDecl
.Visit a parse tree produced by
SchemaMappingsDocParser#baseDecl
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitBlankNode(ctx: BlankNodeContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#blankNode
.Visit a parse tree produced by
SchemaMappingsDocParser#blankNode
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitBlankNodeLabel(ctx: BlankNodeLabelContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#blankNodeLabel
.Visit a parse tree produced by
SchemaMappingsDocParser#blankNodeLabel
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitBooleanLiteral(ctx: BooleanLiteralContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#booleanLiteral
.Visit a parse tree produced by
SchemaMappingsDocParser#booleanLiteral
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
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
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitContextTest(ctx: ContextTestContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#contextTest
.Visit a parse tree produced by
SchemaMappingsDocParser#contextTest
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitDatatype(ctx: DatatypeContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#datatype
.Visit a parse tree produced by
SchemaMappingsDocParser#datatype
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitDirective(ctx: DirectiveContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#directive
.Visit a parse tree produced by
SchemaMappingsDocParser#directive
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitExprIndex(ctx: ExprIndexContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#exprIndex
.Visit a parse tree produced by
SchemaMappingsDocParser#exprIndex
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
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
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitImportDecl(ctx: ImportDeclContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#importDecl
.Visit a parse tree produced by
SchemaMappingsDocParser#importDecl
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitIri(ctx: IriContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#iri
.Visit a parse tree produced by
SchemaMappingsDocParser#iri
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitMapping(ctx: MappingContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#mapping
.Visit a parse tree produced by
SchemaMappingsDocParser#mapping
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitMappings(ctx: MappingsContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#mappings
.Visit a parse tree produced by
SchemaMappingsDocParser#mappings
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitNumericLiteral(ctx: NumericLiteralContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#numericLiteral
.Visit a parse tree produced by
SchemaMappingsDocParser#numericLiteral
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitPredicate(ctx: PredicateContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#predicate
.Visit a parse tree produced by
SchemaMappingsDocParser#predicate
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitPrefixDecl(ctx: PrefixDeclContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#prefixDecl
.Visit a parse tree produced by
SchemaMappingsDocParser#prefixDecl
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitPrefixedName(ctx: PrefixedNameContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#prefixedName
.Visit a parse tree produced by
SchemaMappingsDocParser#prefixedName
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitRdfLiteral(ctx: RdfLiteralContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#rdfLiteral
.Visit a parse tree produced by
SchemaMappingsDocParser#rdfLiteral
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitRdfType(ctx: RdfTypeContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#rdfType
.Visit a parse tree produced by
SchemaMappingsDocParser#rdfType
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitRelativePathExpr(ctx: RelativePathExprContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#relativePathExpr
.Visit a parse tree produced by
SchemaMappingsDocParser#relativePathExpr
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitSchemaMappingsDoc(ctx: SchemaMappingsDocContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#schemaMappingsDoc
.Visit a parse tree produced by
SchemaMappingsDocParser#schemaMappingsDoc
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitShapeExprContext(ctx: ShapeExprContextContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprContext
.Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprContext
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitShapeExprIndex(ctx: ShapeExprIndexContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprIndex
.Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprIndex
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitShapeExprLabel(ctx: ShapeExprLabelContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprLabel
.Visit a parse tree produced by
SchemaMappingsDocParser#shapeExprLabel
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitShapePathExpr(ctx: ShapePathExprContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#shapePathExpr
.Visit a parse tree produced by
SchemaMappingsDocParser#shapePathExpr
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitString(ctx: StringContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#string
.Visit a parse tree produced by
SchemaMappingsDocParser#string
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitTripleExprContext(ctx: TripleExprContextContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprContext
.Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprContext
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitTripleExprIndex(ctx: TripleExprIndexContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprIndex
.Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprIndex
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
def
visitTripleExprLabel(ctx: TripleExprLabelContext): T
Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprLabel
.Visit a parse tree produced by
SchemaMappingsDocParser#tripleExprLabel
.The default implementation returns the result of calling
#visitChildren
onctx
.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SchemaMappingsDocBaseVisitor → SchemaMappingsDocVisitor
- Annotations
- @Override()
-
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( ... )