class KyuubiSparkSQLBaseListener extends KyuubiSparkSQLListener
This class provides an empty implementation of KyuubiSparkSQLListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- KyuubiSparkSQLBaseListener
- KyuubiSparkSQLListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new KyuubiSparkSQLBaseListener()
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
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- KyuubiSparkSQLBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
enterIdentifier(ctx: IdentifierContext): Unit
Enter a parse tree produced by
KyuubiSparkSQLParser#identifier.Enter a parse tree produced by
KyuubiSparkSQLParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterMultipartIdentifier(ctx: MultipartIdentifierContext): Unit
Enter a parse tree produced by
KyuubiSparkSQLParser#multipartIdentifier.Enter a parse tree produced by
KyuubiSparkSQLParser#multipartIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterNonReserved(ctx: NonReservedContext): Unit
Enter a parse tree produced by
KyuubiSparkSQLParser#nonReserved.Enter a parse tree produced by
KyuubiSparkSQLParser#nonReserved.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterOptimizeZorder(ctx: OptimizeZorderContext): Unit
Enter a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.Enter a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterPassThrough(ctx: PassThroughContext): Unit
Enter a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.Enter a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterPredicateToken(ctx: PredicateTokenContext): Unit
Enter a parse tree produced by
KyuubiSparkSQLParser#predicateToken.Enter a parse tree produced by
KyuubiSparkSQLParser#predicateToken.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Enter a parse tree produced by
KyuubiSparkSQLParser#quotedIdentifier.Enter a parse tree produced by
KyuubiSparkSQLParser#quotedIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit
Enter a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Enter a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterSingleStatement(ctx: SingleStatementContext): Unit
Enter a parse tree produced by
KyuubiSparkSQLParser#singleStatement.Enter a parse tree produced by
KyuubiSparkSQLParser#singleStatement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterWhereClause(ctx: WhereClauseContext): Unit
Enter a parse tree produced by
KyuubiSparkSQLParser#whereClause.Enter a parse tree produced by
KyuubiSparkSQLParser#whereClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
enterZorderClause(ctx: ZorderClauseContext): Unit
Enter a parse tree produced by
KyuubiSparkSQLParser#zorderClause.Enter a parse tree produced by
KyuubiSparkSQLParser#zorderClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- KyuubiSparkSQLBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
exitIdentifier(ctx: IdentifierContext): Unit
Exit a parse tree produced by
KyuubiSparkSQLParser#identifier.Exit a parse tree produced by
KyuubiSparkSQLParser#identifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitMultipartIdentifier(ctx: MultipartIdentifierContext): Unit
Exit a parse tree produced by
KyuubiSparkSQLParser#multipartIdentifier.Exit a parse tree produced by
KyuubiSparkSQLParser#multipartIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitNonReserved(ctx: NonReservedContext): Unit
Exit a parse tree produced by
KyuubiSparkSQLParser#nonReserved.Exit a parse tree produced by
KyuubiSparkSQLParser#nonReserved.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitOptimizeZorder(ctx: OptimizeZorderContext): Unit
Exit a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.Exit a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitPassThrough(ctx: PassThroughContext): Unit
Exit a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.Exit a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitPredicateToken(ctx: PredicateTokenContext): Unit
Exit a parse tree produced by
KyuubiSparkSQLParser#predicateToken.Exit a parse tree produced by
KyuubiSparkSQLParser#predicateToken.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Exit a parse tree produced by
KyuubiSparkSQLParser#quotedIdentifier.Exit a parse tree produced by
KyuubiSparkSQLParser#quotedIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit
Exit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Exit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitSingleStatement(ctx: SingleStatementContext): Unit
Exit a parse tree produced by
KyuubiSparkSQLParser#singleStatement.Exit a parse tree produced by
KyuubiSparkSQLParser#singleStatement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitWhereClause(ctx: WhereClauseContext): Unit
Exit a parse tree produced by
KyuubiSparkSQLParser#whereClause.Exit a parse tree produced by
KyuubiSparkSQLParser#whereClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
def
exitZorderClause(ctx: ZorderClauseContext): Unit
Exit a parse tree produced by
KyuubiSparkSQLParser#zorderClause.Exit a parse tree produced by
KyuubiSparkSQLParser#zorderClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- KyuubiSparkSQLBaseListener → KyuubiSparkSQLListener
- Annotations
- @Override()
-
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
- KyuubiSparkSQLBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- KyuubiSparkSQLBaseListener → ParseTreeListener
- Annotations
- @Override()
-
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()