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.
- Alphabetic
- By Inheritance
- DeltaSqlBaseBaseListener
- DeltaSqlBaseListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DeltaSqlBaseBaseListener()
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()
-
def
enterBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit
Enter a parse tree produced by the
bigDecimalLiterallabeled alternative inDeltaSqlBaseParser#number.Enter a parse tree produced by the
bigDecimalLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterBigIntLiteral(ctx: BigIntLiteralContext): Unit
Enter a parse tree produced by the
bigIntLiterallabeled alternative inDeltaSqlBaseParser#number.Enter a parse tree produced by the
bigIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterConvert(ctx: ConvertContext): Unit
Enter a parse tree produced by the
convertlabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
convertlabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterDecimalLiteral(ctx: DecimalLiteralContext): Unit
Enter a parse tree produced by the
decimalLiterallabeled alternative inDeltaSqlBaseParser#number.Enter a parse tree produced by the
decimalLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): Unit
Enter a parse tree produced by the
describeDeltaDetaillabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
describeDeltaDetaillabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): Unit
Enter a parse tree produced by the
describeDeltaHistorylabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
describeDeltaHistorylabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterDoubleLiteral(ctx: DoubleLiteralContext): Unit
Enter a parse tree produced by the
doubleLiterallabeled alternative inDeltaSqlBaseParser#number.Enter a parse tree produced by the
doubleLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- DeltaSqlBaseBaseListener → ParseTreeListener
-
def
enterGenerate(ctx: GenerateContext): Unit
Enter a parse tree produced by the
generatelabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
generatelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterIntegerLiteral(ctx: IntegerLiteralContext): Unit
Enter a parse tree produced by the
integerLiterallabeled alternative inDeltaSqlBaseParser#number.Enter a parse tree produced by the
integerLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterPassThrough(ctx: PassThroughContext): Unit
Enter a parse tree produced by the
passThroughlabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
passThroughlabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit
Enter a parse tree produced by the
primitiveDataTypelabeled alternative inDeltaSqlBaseParser#dataType.Enter a parse tree produced by the
primitiveDataTypelabeled alternative inDeltaSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit
Enter a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inDeltaSqlBaseParser#identifier.Enter a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inDeltaSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterSmallIntLiteral(ctx: SmallIntLiteralContext): Unit
Enter a parse tree produced by the
smallIntLiterallabeled alternative inDeltaSqlBaseParser#number.Enter a parse tree produced by the
smallIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterTinyIntLiteral(ctx: TinyIntLiteralContext): Unit
Enter a parse tree produced by the
tinyIntLiterallabeled alternative inDeltaSqlBaseParser#number.Enter a parse tree produced by the
tinyIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inDeltaSqlBaseParser#identifier.Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inDeltaSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
enterVacuumTable(ctx: VacuumTableContext): Unit
Enter a parse tree produced by the
vacuumTablelabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
vacuumTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exitBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit
Exit a parse tree produced by the
bigDecimalLiterallabeled alternative inDeltaSqlBaseParser#number.Exit a parse tree produced by the
bigDecimalLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitBigIntLiteral(ctx: BigIntLiteralContext): Unit
Exit a parse tree produced by the
bigIntLiterallabeled alternative inDeltaSqlBaseParser#number.Exit a parse tree produced by the
bigIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitConvert(ctx: ConvertContext): Unit
Exit a parse tree produced by the
convertlabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
convertlabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitDecimalLiteral(ctx: DecimalLiteralContext): Unit
Exit a parse tree produced by the
decimalLiterallabeled alternative inDeltaSqlBaseParser#number.Exit a parse tree produced by the
decimalLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): Unit
Exit a parse tree produced by the
describeDeltaDetaillabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
describeDeltaDetaillabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): Unit
Exit a parse tree produced by the
describeDeltaHistorylabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
describeDeltaHistorylabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitDoubleLiteral(ctx: DoubleLiteralContext): Unit
Exit a parse tree produced by the
doubleLiterallabeled alternative inDeltaSqlBaseParser#number.Exit a parse tree produced by the
doubleLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- DeltaSqlBaseBaseListener → ParseTreeListener
-
def
exitGenerate(ctx: GenerateContext): Unit
Exit a parse tree produced by the
generatelabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
generatelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitIntegerLiteral(ctx: IntegerLiteralContext): Unit
Exit a parse tree produced by the
integerLiterallabeled alternative inDeltaSqlBaseParser#number.Exit a parse tree produced by the
integerLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitPassThrough(ctx: PassThroughContext): Unit
Exit a parse tree produced by the
passThroughlabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
passThroughlabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit
Exit a parse tree produced by the
primitiveDataTypelabeled alternative inDeltaSqlBaseParser#dataType.Exit a parse tree produced by the
primitiveDataTypelabeled alternative inDeltaSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit
Exit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inDeltaSqlBaseParser#identifier.Exit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inDeltaSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitSmallIntLiteral(ctx: SmallIntLiteralContext): Unit
Exit a parse tree produced by the
smallIntLiterallabeled alternative inDeltaSqlBaseParser#number.Exit a parse tree produced by the
smallIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitTinyIntLiteral(ctx: TinyIntLiteralContext): Unit
Exit a parse tree produced by the
tinyIntLiterallabeled alternative inDeltaSqlBaseParser#number.Exit a parse tree produced by the
tinyIntLiterallabeled alternative inDeltaSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inDeltaSqlBaseParser#identifier.Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inDeltaSqlBaseParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitVacuumTable(ctx: VacuumTableContext): Unit
Exit a parse tree produced by the
vacuumTablelabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
vacuumTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
- DeltaSqlBaseBaseListener → ParseTreeListener
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- DeltaSqlBaseBaseListener → ParseTreeListener
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()