trait DeltaSqlBaseListener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
DeltaSqlBaseParser.
- Alphabetic
- By Inheritance
- DeltaSqlBaseListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterColType(ctx: ColTypeContext): Unit
Enter a parse tree produced by
DeltaSqlBaseParser#colType.Enter a parse tree produced by
DeltaSqlBaseParser#colType.- ctx
the parse tree
-
abstract
def
enterColTypeList(ctx: ColTypeListContext): Unit
Enter a parse tree produced by
DeltaSqlBaseParser#colTypeList.Enter a parse tree produced by
DeltaSqlBaseParser#colTypeList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterNonReserved(ctx: NonReservedContext): Unit
Enter a parse tree produced by
DeltaSqlBaseParser#nonReserved.Enter a parse tree produced by
DeltaSqlBaseParser#nonReserved.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterQualifiedName(ctx: QualifiedNameContext): Unit
Enter a parse tree produced by
DeltaSqlBaseParser#qualifiedName.Enter a parse tree produced by
DeltaSqlBaseParser#qualifiedName.- ctx
the parse tree
-
abstract
def
enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Enter a parse tree produced by
DeltaSqlBaseParser#quotedIdentifier.Enter a parse tree produced by
DeltaSqlBaseParser#quotedIdentifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterSingleStatement(ctx: SingleStatementContext): Unit
Enter a parse tree produced by
DeltaSqlBaseParser#singleStatement.Enter a parse tree produced by
DeltaSqlBaseParser#singleStatement.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitColType(ctx: ColTypeContext): Unit
Exit a parse tree produced by
DeltaSqlBaseParser#colType.Exit a parse tree produced by
DeltaSqlBaseParser#colType.- ctx
the parse tree
-
abstract
def
exitColTypeList(ctx: ColTypeListContext): Unit
Exit a parse tree produced by
DeltaSqlBaseParser#colTypeList.Exit a parse tree produced by
DeltaSqlBaseParser#colTypeList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitNonReserved(ctx: NonReservedContext): Unit
Exit a parse tree produced by
DeltaSqlBaseParser#nonReserved.Exit a parse tree produced by
DeltaSqlBaseParser#nonReserved.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitQualifiedName(ctx: QualifiedNameContext): Unit
Exit a parse tree produced by
DeltaSqlBaseParser#qualifiedName.Exit a parse tree produced by
DeltaSqlBaseParser#qualifiedName.- ctx
the parse tree
-
abstract
def
exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Exit a parse tree produced by
DeltaSqlBaseParser#quotedIdentifier.Exit a parse tree produced by
DeltaSqlBaseParser#quotedIdentifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitSingleStatement(ctx: SingleStatementContext): Unit
Exit a parse tree produced by
DeltaSqlBaseParser#singleStatement.Exit a parse tree produced by
DeltaSqlBaseParser#singleStatement.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
visitErrorNode(arg0: ErrorNode): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
visitTerminal(arg0: TerminalNode): Unit
- Definition Classes
- ParseTreeListener
Concrete 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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
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()