c

io.delta.sql.parser

DeltaSqlBaseBaseListener

class DeltaSqlBaseBaseListener extends DeltaSqlBaseListener

This class provides an empty implementation of DeltaSqlBaseListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Linear Supertypes
DeltaSqlBaseListener, ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaSqlBaseBaseListener
  2. DeltaSqlBaseListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeltaSqlBaseBaseListener()

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()
  6. def enterAddTableConstraint(ctx: AddTableConstraintContext): Unit

    Enter a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  7. def enterAlterTableClusterBy(ctx: AlterTableClusterByContext): Unit

    Enter a parse tree produced by the alterTableClusterBy labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the alterTableClusterBy labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  8. def enterAlterTableDropFeature(ctx: AlterTableDropFeatureContext): Unit

    Enter a parse tree produced by the alterTableDropFeature labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the alterTableDropFeature labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  9. def enterAlterTableSyncIdentity(ctx: AlterTableSyncIdentityContext): Unit

    Enter a parse tree produced by the alterTableSyncIdentity labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the alterTableSyncIdentity labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  10. def enterBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

    Enter a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  11. def enterBigIntLiteral(ctx: BigIntLiteralContext): Unit

    Enter a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  12. def enterBooleanValue(ctx: BooleanValueContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#booleanValue.

    Enter a parse tree produced by DeltaSqlBaseParser#booleanValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  13. def enterCheckConstraint(ctx: CheckConstraintContext): Unit

    Enter a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    Enter a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  14. def enterClone(ctx: CloneContext): Unit

    Enter a parse tree produced by the clone labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the clone labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  15. def enterCloneTableHeader(ctx: CloneTableHeaderContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    Enter a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  16. def enterClusterBy(ctx: ClusterByContext): Unit

    Enter a parse tree produced by the clusterBy labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the clusterBy labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  17. def enterClusterBySpec(ctx: ClusterBySpecContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    Enter a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  18. def enterColType(ctx: ColTypeContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#colType.

    Enter a parse tree produced by DeltaSqlBaseParser#colType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  19. def enterColTypeList(ctx: ColTypeListContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Enter a parse tree produced by DeltaSqlBaseParser#colTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  20. def enterConvert(ctx: ConvertContext): Unit

    Enter a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  21. def enterCreateTableHeader(ctx: CreateTableHeaderContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    Enter a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  22. def enterDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Enter a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  23. def enterDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): Unit

    Enter a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  24. def enterDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): Unit

    Enter a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  25. def enterDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Enter a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  26. def enterDropTableConstraint(ctx: DropTableConstraintContext): Unit

    Enter a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  27. def enterDryRun(ctx: DryRunContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#dryRun.

    Enter a parse tree produced by DeltaSqlBaseParser#dryRun.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  28. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  29. def enterExprToken(ctx: ExprTokenContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#exprToken.

    Enter a parse tree produced by DeltaSqlBaseParser#exprToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  30. def enterFeatureNameValue(ctx: FeatureNameValueContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    Enter a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  31. def enterGenerate(ctx: GenerateContext): Unit

    Enter a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  32. def enterIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Enter a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  33. def enterInventory(ctx: InventoryContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#inventory.

    Enter a parse tree produced by DeltaSqlBaseParser#inventory.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  34. def enterNonReserved(ctx: NonReservedContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Enter a parse tree produced by DeltaSqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  35. def enterOptimizeTable(ctx: OptimizeTableContext): Unit

    Enter a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  36. def enterPassThrough(ctx: PassThroughContext): Unit

    Enter a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  37. def enterPredicateToken(ctx: PredicateTokenContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Enter a parse tree produced by DeltaSqlBaseParser#predicateToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  38. def enterPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

    Enter a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    Enter a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  39. def enterProperty(ctx: PropertyContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#property.

    Enter a parse tree produced by DeltaSqlBaseParser#property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  40. def enterPropertyKey(ctx: PropertyKeyContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#propertyKey.

    Enter a parse tree produced by DeltaSqlBaseParser#propertyKey.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  41. def enterPropertyList(ctx: PropertyListContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#propertyList.

    Enter a parse tree produced by DeltaSqlBaseParser#propertyList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  42. def enterPropertyValue(ctx: PropertyValueContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#propertyValue.

    Enter a parse tree produced by DeltaSqlBaseParser#propertyValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  43. def enterQualifiedName(ctx: QualifiedNameContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Enter a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  44. def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Enter a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  45. def enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Enter a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    Enter a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  46. def enterReorgTable(ctx: ReorgTableContext): Unit

    Enter a parse tree produced by the reorgTable labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the reorgTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  47. def enterReplaceTableHeader(ctx: ReplaceTableHeaderContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    Enter a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  48. def enterRestore(ctx: RestoreContext): Unit

    Enter a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  49. def enterRetain(ctx: RetainContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#retain.

    Enter a parse tree produced by DeltaSqlBaseParser#retain.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  50. def enterSingleStatement(ctx: SingleStatementContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Enter a parse tree produced by DeltaSqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  51. def enterSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

    Enter a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  52. def enterStringLit(ctx: StringLitContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#stringLit.

    Enter a parse tree produced by DeltaSqlBaseParser#stringLit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  53. def enterSubQuery(ctx: SubQueryContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#subQuery.

    Enter a parse tree produced by DeltaSqlBaseParser#subQuery.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  54. def enterTemporalClause(ctx: TemporalClauseContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Enter a parse tree produced by DeltaSqlBaseParser#temporalClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  55. def enterTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

    Enter a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  56. def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Enter a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    Enter a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  57. def enterVacuumModifiers(ctx: VacuumModifiersContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    Enter a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  58. def enterVacuumTable(ctx: VacuumTableContext): Unit

    Enter a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  59. def enterVacuumType(ctx: VacuumTypeContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#vacuumType.

    Enter a parse tree produced by DeltaSqlBaseParser#vacuumType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  60. def enterZorderSpec(ctx: ZorderSpecContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Enter a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  61. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  63. def exitAddTableConstraint(ctx: AddTableConstraintContext): Unit

    Exit a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  64. def exitAlterTableClusterBy(ctx: AlterTableClusterByContext): Unit

    Exit a parse tree produced by the alterTableClusterBy labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the alterTableClusterBy labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  65. def exitAlterTableDropFeature(ctx: AlterTableDropFeatureContext): Unit

    Exit a parse tree produced by the alterTableDropFeature labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the alterTableDropFeature labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  66. def exitAlterTableSyncIdentity(ctx: AlterTableSyncIdentityContext): Unit

    Exit a parse tree produced by the alterTableSyncIdentity labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the alterTableSyncIdentity labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  67. def exitBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

    Exit a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  68. def exitBigIntLiteral(ctx: BigIntLiteralContext): Unit

    Exit a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  69. def exitBooleanValue(ctx: BooleanValueContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#booleanValue.

    Exit a parse tree produced by DeltaSqlBaseParser#booleanValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  70. def exitCheckConstraint(ctx: CheckConstraintContext): Unit

    Exit a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    Exit a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  71. def exitClone(ctx: CloneContext): Unit

    Exit a parse tree produced by the clone labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the clone labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  72. def exitCloneTableHeader(ctx: CloneTableHeaderContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    Exit a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  73. def exitClusterBy(ctx: ClusterByContext): Unit

    Exit a parse tree produced by the clusterBy labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the clusterBy labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  74. def exitClusterBySpec(ctx: ClusterBySpecContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    Exit a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  75. def exitColType(ctx: ColTypeContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#colType.

    Exit a parse tree produced by DeltaSqlBaseParser#colType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  76. def exitColTypeList(ctx: ColTypeListContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Exit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  77. def exitConvert(ctx: ConvertContext): Unit

    Exit a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  78. def exitCreateTableHeader(ctx: CreateTableHeaderContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    Exit a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  79. def exitDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Exit a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  80. def exitDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): Unit

    Exit a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  81. def exitDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): Unit

    Exit a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  82. def exitDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Exit a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  83. def exitDropTableConstraint(ctx: DropTableConstraintContext): Unit

    Exit a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  84. def exitDryRun(ctx: DryRunContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#dryRun.

    Exit a parse tree produced by DeltaSqlBaseParser#dryRun.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  85. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  86. def exitExprToken(ctx: ExprTokenContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#exprToken.

    Exit a parse tree produced by DeltaSqlBaseParser#exprToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  87. def exitFeatureNameValue(ctx: FeatureNameValueContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    Exit a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  88. def exitGenerate(ctx: GenerateContext): Unit

    Exit a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  89. def exitIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Exit a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  90. def exitInventory(ctx: InventoryContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#inventory.

    Exit a parse tree produced by DeltaSqlBaseParser#inventory.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  91. def exitNonReserved(ctx: NonReservedContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Exit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  92. def exitOptimizeTable(ctx: OptimizeTableContext): Unit

    Exit a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  93. def exitPassThrough(ctx: PassThroughContext): Unit

    Exit a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  94. def exitPredicateToken(ctx: PredicateTokenContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Exit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  95. def exitPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

    Exit a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    Exit a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  96. def exitProperty(ctx: PropertyContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#property.

    Exit a parse tree produced by DeltaSqlBaseParser#property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  97. def exitPropertyKey(ctx: PropertyKeyContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#propertyKey.

    Exit a parse tree produced by DeltaSqlBaseParser#propertyKey.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  98. def exitPropertyList(ctx: PropertyListContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#propertyList.

    Exit a parse tree produced by DeltaSqlBaseParser#propertyList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  99. def exitPropertyValue(ctx: PropertyValueContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#propertyValue.

    Exit a parse tree produced by DeltaSqlBaseParser#propertyValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  100. def exitQualifiedName(ctx: QualifiedNameContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Exit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  101. def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Exit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  102. def exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Exit a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    Exit a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  103. def exitReorgTable(ctx: ReorgTableContext): Unit

    Exit a parse tree produced by the reorgTable labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the reorgTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  104. def exitReplaceTableHeader(ctx: ReplaceTableHeaderContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    Exit a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  105. def exitRestore(ctx: RestoreContext): Unit

    Exit a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  106. def exitRetain(ctx: RetainContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#retain.

    Exit a parse tree produced by DeltaSqlBaseParser#retain.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  107. def exitSingleStatement(ctx: SingleStatementContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Exit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  108. def exitSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

    Exit a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  109. def exitStringLit(ctx: StringLitContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#stringLit.

    Exit a parse tree produced by DeltaSqlBaseParser#stringLit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  110. def exitSubQuery(ctx: SubQueryContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#subQuery.

    Exit a parse tree produced by DeltaSqlBaseParser#subQuery.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  111. def exitTemporalClause(ctx: TemporalClauseContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Exit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  112. def exitTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

    Exit a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  113. def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Exit a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    Exit a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  114. def exitVacuumModifiers(ctx: VacuumModifiersContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    Exit a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  115. def exitVacuumTable(ctx: VacuumTableContext): Unit

    Exit a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  116. def exitVacuumType(ctx: VacuumTypeContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#vacuumType.

    Exit a parse tree produced by DeltaSqlBaseParser#vacuumType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  117. def exitZorderSpec(ctx: ZorderSpecContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Exit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  118. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  119. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  120. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  121. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  122. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  123. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  124. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  125. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  126. def toString(): String
    Definition Classes
    AnyRef → Any
  127. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  129. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  130. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  131. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from DeltaSqlBaseListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped