c

es.weso.shapepath.parser

SchemaMappingsDocBaseListener

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.

Source
SchemaMappingsDocBaseListener.java
Linear Supertypes
SchemaMappingsDocListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaMappingsDocBaseListener
  2. SchemaMappingsDocListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SchemaMappingsDocBaseListener()

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. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  7. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  8. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  9. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  10. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  11. def enterContextStep(ctx: ContextStepContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  12. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  13. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  14. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  15. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SchemaMappingsDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  16. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  17. def enterExprIndexStep(ctx: ExprIndexStepContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  18. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  19. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  20. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  21. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  22. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  23. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  24. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  25. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  26. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  27. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  28. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  29. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  30. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  31. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  32. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  33. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  34. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  35. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  36. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  37. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  40. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  41. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  42. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  43. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  44. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  45. def exitContextStep(ctx: ContextStepContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  46. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  47. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  48. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  49. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SchemaMappingsDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  50. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  51. def exitExprIndexStep(ctx: ExprIndexStepContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  52. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  53. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  54. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  55. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  56. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  57. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  58. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  59. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  60. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  61. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  62. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  63. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  64. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  65. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  66. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  67. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  68. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  69. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  70. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  71. 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
    SchemaMappingsDocBaseListenerSchemaMappingsDocListener
    Annotations
    @Override()
  72. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  73. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  74. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  75. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  78. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  79. def toString(): String
    Definition Classes
    AnyRef → Any
  80. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SchemaMappingsDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  81. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SchemaMappingsDocBaseListener → ParseTreeListener
    Annotations
    @Override()
  82. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  84. 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 SchemaMappingsDocListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped