object PostProcessor extends DeltaSqlBaseBaseListener with Product with Serializable
Fork from org.apache.spark.sql.catalyst.parser.PostProcessor.
- See also
https://github.com/apache/spark/blob/v2.4.4/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ParseDriver.scala#L248
- Alphabetic
- By Inheritance
- PostProcessor
- Serializable
- Serializable
- Product
- Equals
- DeltaSqlBaseBaseListener
- DeltaSqlBaseListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
enterAddTableConstraint(ctx: AddTableConstraintContext): Unit
Enter a parse tree produced by the
addTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
addTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
enterAlterTableClusterBy(ctx: AlterTableClusterByContext): Unit
Enter a parse tree produced by the
alterTableClusterBylabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
alterTableClusterBylabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
enterAlterTableDropFeature(ctx: AlterTableDropFeatureContext): Unit
Enter a parse tree produced by the
alterTableDropFeaturelabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
alterTableDropFeaturelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
enterAlterTableSyncIdentity(ctx: AlterTableSyncIdentityContext): Unit
Enter a parse tree produced by the
alterTableSyncIdentitylabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
alterTableSyncIdentitylabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
enterCheckConstraint(ctx: CheckConstraintContext): Unit
Enter a parse tree produced by the
checkConstraintlabeled alternative inDeltaSqlBaseParser#constraint.Enter a parse tree produced by the
checkConstraintlabeled alternative inDeltaSqlBaseParser#constraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
enterClone(ctx: CloneContext): Unit
Enter a parse tree produced by the
clonelabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
clonelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
enterClusterBy(ctx: ClusterByContext): Unit
Enter a parse tree produced by the
clusterBylabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
clusterBylabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
def
enterDropTableConstraint(ctx: DropTableConstraintContext): Unit
Enter a parse tree produced by the
dropTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
dropTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- DeltaSqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
def
enterOptimizeTable(ctx: OptimizeTableContext): Unit
Enter a parse tree produced by the
optimizeTablelabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
optimizeTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
def
enterReorgTable(ctx: ReorgTableContext): Unit
Enter a parse tree produced by the
reorgTablelabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
reorgTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
enterRestore(ctx: RestoreContext): Unit
Enter a parse tree produced by the
restorelabeled alternative inDeltaSqlBaseParser#statement.Enter a parse tree produced by the
restorelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exitAddTableConstraint(ctx: AddTableConstraintContext): Unit
Exit a parse tree produced by the
addTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
addTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitAlterTableClusterBy(ctx: AlterTableClusterByContext): Unit
Exit a parse tree produced by the
alterTableClusterBylabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
alterTableClusterBylabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitAlterTableDropFeature(ctx: AlterTableDropFeatureContext): Unit
Exit a parse tree produced by the
alterTableDropFeaturelabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
alterTableDropFeaturelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitAlterTableSyncIdentity(ctx: AlterTableSyncIdentityContext): Unit
Exit a parse tree produced by the
alterTableSyncIdentitylabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
alterTableSyncIdentitylabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitCheckConstraint(ctx: CheckConstraintContext): Unit
Exit a parse tree produced by the
checkConstraintlabeled alternative inDeltaSqlBaseParser#constraint.Exit a parse tree produced by the
checkConstraintlabeled alternative inDeltaSqlBaseParser#constraint.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitClone(ctx: CloneContext): Unit
Exit a parse tree produced by the
clonelabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
clonelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitClusterBy(ctx: ClusterByContext): Unit
Exit a parse tree produced by the
clusterBylabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
clusterBylabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
def
exitDropTableConstraint(ctx: DropTableConstraintContext): Unit
Exit a parse tree produced by the
dropTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
dropTableConstraintlabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- DeltaSqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitNonReserved(ctx: NonReservedContext): Unit
Treat non-reserved keywords as Identifiers.
Treat non-reserved keywords as Identifiers.
- ctx
the parse tree
- Definition Classes
- PostProcessor → DeltaSqlBaseBaseListener → DeltaSqlBaseListener
-
def
exitOptimizeTable(ctx: OptimizeTableContext): Unit
Exit a parse tree produced by the
optimizeTablelabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
optimizeTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
def
exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Remove the back ticks from an Identifier.
Remove the back ticks from an Identifier.
- ctx
the parse tree
- Definition Classes
- PostProcessor → 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
- Annotations
- @Override()
-
def
exitReorgTable(ctx: ReorgTableContext): Unit
Exit a parse tree produced by the
reorgTablelabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
reorgTablelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
def
exitRestore(ctx: RestoreContext): Unit
Exit a parse tree produced by the
restorelabeled alternative inDeltaSqlBaseParser#statement.Exit a parse tree produced by the
restorelabeled alternative inDeltaSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- Annotations
- @Override()
-
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
- DeltaSqlBaseBaseListener → DeltaSqlBaseListener
- 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()
-
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
visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- DeltaSqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- DeltaSqlBaseBaseListener → 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()