class SchemaMappingsDocBaseListener extends SchemaMappingsDocListener
This class provides an empty implementation of SchemaMappingsDocListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- SchemaMappingsDocBaseListener
- SchemaMappingsDocListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SchemaMappingsDocBaseListener()
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()
-
def
enterAbsolutePathExpr(ctx: AbsolutePathExprContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#absolutePathExpr
.Enter a parse tree produced by
SchemaMappingsDocParser#absolutePathExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterBaseDecl(ctx: BaseDeclContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#baseDecl
.Enter a parse tree produced by
SchemaMappingsDocParser#baseDecl
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterBlankNode(ctx: BlankNodeContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#blankNode
.Enter a parse tree produced by
SchemaMappingsDocParser#blankNode
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterBlankNodeLabel(ctx: BlankNodeLabelContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#blankNodeLabel
.Enter a parse tree produced by
SchemaMappingsDocParser#blankNodeLabel
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterBooleanLiteral(ctx: BooleanLiteralContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#booleanLiteral
.Enter a parse tree produced by
SchemaMappingsDocParser#booleanLiteral
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterContextStep(ctx: ContextStepContext): Unit
Enter a parse tree produced by the
contextStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.Enter a parse tree produced by the
contextStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterContextTest(ctx: ContextTestContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#contextTest
.Enter a parse tree produced by
SchemaMappingsDocParser#contextTest
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterDatatype(ctx: DatatypeContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#datatype
.Enter a parse tree produced by
SchemaMappingsDocParser#datatype
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterDirective(ctx: DirectiveContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#directive
.Enter a parse tree produced by
SchemaMappingsDocParser#directive
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SchemaMappingsDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
enterExprIndex(ctx: ExprIndexContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#exprIndex
.Enter a parse tree produced by
SchemaMappingsDocParser#exprIndex
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterExprIndexStep(ctx: ExprIndexStepContext): Unit
Enter a parse tree produced by the
exprIndexStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.Enter a parse tree produced by the
exprIndexStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterImportDecl(ctx: ImportDeclContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#importDecl
.Enter a parse tree produced by
SchemaMappingsDocParser#importDecl
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterIri(ctx: IriContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#iri
.Enter a parse tree produced by
SchemaMappingsDocParser#iri
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterMapping(ctx: MappingContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#mapping
.Enter a parse tree produced by
SchemaMappingsDocParser#mapping
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterMappings(ctx: MappingsContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#mappings
.Enter a parse tree produced by
SchemaMappingsDocParser#mappings
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterNumericLiteral(ctx: NumericLiteralContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#numericLiteral
.Enter a parse tree produced by
SchemaMappingsDocParser#numericLiteral
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterPredicate(ctx: PredicateContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#predicate
.Enter a parse tree produced by
SchemaMappingsDocParser#predicate
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterPrefixDecl(ctx: PrefixDeclContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#prefixDecl
.Enter a parse tree produced by
SchemaMappingsDocParser#prefixDecl
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterPrefixedName(ctx: PrefixedNameContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#prefixedName
.Enter a parse tree produced by
SchemaMappingsDocParser#prefixedName
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterRdfLiteral(ctx: RdfLiteralContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#rdfLiteral
.Enter a parse tree produced by
SchemaMappingsDocParser#rdfLiteral
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterRdfType(ctx: RdfTypeContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#rdfType
.Enter a parse tree produced by
SchemaMappingsDocParser#rdfType
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterRelativePathExpr(ctx: RelativePathExprContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#relativePathExpr
.Enter a parse tree produced by
SchemaMappingsDocParser#relativePathExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterSchemaMappingsDoc(ctx: SchemaMappingsDocContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#schemaMappingsDoc
.Enter a parse tree produced by
SchemaMappingsDocParser#schemaMappingsDoc
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterShapeExprContext(ctx: ShapeExprContextContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#shapeExprContext
.Enter a parse tree produced by
SchemaMappingsDocParser#shapeExprContext
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterShapeExprIndex(ctx: ShapeExprIndexContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#shapeExprIndex
.Enter a parse tree produced by
SchemaMappingsDocParser#shapeExprIndex
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterShapeExprLabel(ctx: ShapeExprLabelContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#shapeExprLabel
.Enter a parse tree produced by
SchemaMappingsDocParser#shapeExprLabel
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterShapePathExpr(ctx: ShapePathExprContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#shapePathExpr
.Enter a parse tree produced by
SchemaMappingsDocParser#shapePathExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterString(ctx: StringContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#string
.Enter a parse tree produced by
SchemaMappingsDocParser#string
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterTripleExprContext(ctx: TripleExprContextContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#tripleExprContext
.Enter a parse tree produced by
SchemaMappingsDocParser#tripleExprContext
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterTripleExprIndex(ctx: TripleExprIndexContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#tripleExprIndex
.Enter a parse tree produced by
SchemaMappingsDocParser#tripleExprIndex
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
enterTripleExprLabel(ctx: TripleExprLabelContext): Unit
Enter a parse tree produced by
SchemaMappingsDocParser#tripleExprLabel
.Enter a parse tree produced by
SchemaMappingsDocParser#tripleExprLabel
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exitAbsolutePathExpr(ctx: AbsolutePathExprContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#absolutePathExpr
.Exit a parse tree produced by
SchemaMappingsDocParser#absolutePathExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitBaseDecl(ctx: BaseDeclContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#baseDecl
.Exit a parse tree produced by
SchemaMappingsDocParser#baseDecl
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitBlankNode(ctx: BlankNodeContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#blankNode
.Exit a parse tree produced by
SchemaMappingsDocParser#blankNode
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitBlankNodeLabel(ctx: BlankNodeLabelContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#blankNodeLabel
.Exit a parse tree produced by
SchemaMappingsDocParser#blankNodeLabel
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitBooleanLiteral(ctx: BooleanLiteralContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#booleanLiteral
.Exit a parse tree produced by
SchemaMappingsDocParser#booleanLiteral
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitContextStep(ctx: ContextStepContext): Unit
Exit a parse tree produced by the
contextStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.Exit a parse tree produced by the
contextStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitContextTest(ctx: ContextTestContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#contextTest
.Exit a parse tree produced by
SchemaMappingsDocParser#contextTest
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitDatatype(ctx: DatatypeContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#datatype
.Exit a parse tree produced by
SchemaMappingsDocParser#datatype
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitDirective(ctx: DirectiveContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#directive
.Exit a parse tree produced by
SchemaMappingsDocParser#directive
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SchemaMappingsDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
exitExprIndex(ctx: ExprIndexContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#exprIndex
.Exit a parse tree produced by
SchemaMappingsDocParser#exprIndex
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitExprIndexStep(ctx: ExprIndexStepContext): Unit
Exit a parse tree produced by the
exprIndexStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.Exit a parse tree produced by the
exprIndexStep
labeled alternative inSchemaMappingsDocParser#stepExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitImportDecl(ctx: ImportDeclContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#importDecl
.Exit a parse tree produced by
SchemaMappingsDocParser#importDecl
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitIri(ctx: IriContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#iri
.Exit a parse tree produced by
SchemaMappingsDocParser#iri
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitMapping(ctx: MappingContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#mapping
.Exit a parse tree produced by
SchemaMappingsDocParser#mapping
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitMappings(ctx: MappingsContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#mappings
.Exit a parse tree produced by
SchemaMappingsDocParser#mappings
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitNumericLiteral(ctx: NumericLiteralContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#numericLiteral
.Exit a parse tree produced by
SchemaMappingsDocParser#numericLiteral
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitPredicate(ctx: PredicateContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#predicate
.Exit a parse tree produced by
SchemaMappingsDocParser#predicate
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitPrefixDecl(ctx: PrefixDeclContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#prefixDecl
.Exit a parse tree produced by
SchemaMappingsDocParser#prefixDecl
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitPrefixedName(ctx: PrefixedNameContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#prefixedName
.Exit a parse tree produced by
SchemaMappingsDocParser#prefixedName
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitRdfLiteral(ctx: RdfLiteralContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#rdfLiteral
.Exit a parse tree produced by
SchemaMappingsDocParser#rdfLiteral
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitRdfType(ctx: RdfTypeContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#rdfType
.Exit a parse tree produced by
SchemaMappingsDocParser#rdfType
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitRelativePathExpr(ctx: RelativePathExprContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#relativePathExpr
.Exit a parse tree produced by
SchemaMappingsDocParser#relativePathExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitSchemaMappingsDoc(ctx: SchemaMappingsDocContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#schemaMappingsDoc
.Exit a parse tree produced by
SchemaMappingsDocParser#schemaMappingsDoc
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitShapeExprContext(ctx: ShapeExprContextContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#shapeExprContext
.Exit a parse tree produced by
SchemaMappingsDocParser#shapeExprContext
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitShapeExprIndex(ctx: ShapeExprIndexContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#shapeExprIndex
.Exit a parse tree produced by
SchemaMappingsDocParser#shapeExprIndex
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitShapeExprLabel(ctx: ShapeExprLabelContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#shapeExprLabel
.Exit a parse tree produced by
SchemaMappingsDocParser#shapeExprLabel
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitShapePathExpr(ctx: ShapePathExprContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#shapePathExpr
.Exit a parse tree produced by
SchemaMappingsDocParser#shapePathExpr
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitString(ctx: StringContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#string
.Exit a parse tree produced by
SchemaMappingsDocParser#string
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitTripleExprContext(ctx: TripleExprContextContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#tripleExprContext
.Exit a parse tree produced by
SchemaMappingsDocParser#tripleExprContext
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitTripleExprIndex(ctx: TripleExprIndexContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#tripleExprIndex
.Exit a parse tree produced by
SchemaMappingsDocParser#tripleExprIndex
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
def
exitTripleExprLabel(ctx: TripleExprLabelContext): Unit
Exit a parse tree produced by
SchemaMappingsDocParser#tripleExprLabel
.Exit a parse tree produced by
SchemaMappingsDocParser#tripleExprLabel
.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SchemaMappingsDocBaseListener → SchemaMappingsDocListener
- Annotations
- @Override()
-
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
-
def
visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SchemaMappingsDocBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SchemaMappingsDocBaseListener → ParseTreeListener
- 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( ... )