trait SqlBaseVisitor[T] extends ParseTreeVisitor[T]
This interface defines a complete generic visitor for a parse tree produced
by SqlBaseParser.
- Alphabetic
- By Inheritance
- SqlBaseVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def visit(arg0: ParseTree): T
- Definition Classes
- ParseTreeVisitor
- abstract def visitAddColumn(ctx: AddColumnContext): T
Visit a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitAliasedRelation(ctx: AliasedRelationContext): T
Visit a parse tree produced by
SqlBaseParser#aliasedRelation.Visit a parse tree produced by
SqlBaseParser#aliasedRelation.- ctx
the parse tree
- returns
the visitor result
- abstract def visitArithmeticBinary(ctx: ArithmeticBinaryContext): T
Visit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitArithmeticUnary(ctx: ArithmeticUnaryContext): T
Visit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitArrayConstructor(ctx: ArrayConstructorContext): T
Visit a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitAtTimeZone(ctx: AtTimeZoneContext): T
Visit a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): T
Visit a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBaseType(ctx: BaseTypeContext): T
Visit a parse tree produced by
SqlBaseParser#baseType.Visit a parse tree produced by
SqlBaseParser#baseType.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBasicStringLiteral(ctx: BasicStringLiteralContext): T
Visit a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.Visit a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBetween(ctx: BetweenContext): T
Visit a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBinaryLiteral(ctx: BinaryLiteralContext): T
Visit a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBooleanDeafault(ctx: BooleanDeafaultContext): T
Visit a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBooleanLiteral(ctx: BooleanLiteralContext): T
Visit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBooleanValue(ctx: BooleanValueContext): T
Visit a parse tree produced by
SqlBaseParser#booleanValue.Visit a parse tree produced by
SqlBaseParser#booleanValue.- ctx
the parse tree
- returns
the visitor result
- abstract def visitBoundedFrame(ctx: BoundedFrameContext): T
Visit a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCall(ctx: CallContext): T
Visit a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCast(ctx: CastContext): T
Visit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitChildren(arg0: RuleNode): T
- Definition Classes
- ParseTreeVisitor
- abstract def visitColumnAliases(ctx: ColumnAliasesContext): T
Visit a parse tree produced by
SqlBaseParser#columnAliases.Visit a parse tree produced by
SqlBaseParser#columnAliases.- ctx
the parse tree
- returns
the visitor result
- abstract def visitColumnDefinition(ctx: ColumnDefinitionContext): T
Visit a parse tree produced by
SqlBaseParser#columnDefinition.Visit a parse tree produced by
SqlBaseParser#columnDefinition.- ctx
the parse tree
- returns
the visitor result
- abstract def visitColumnReference(ctx: ColumnReferenceContext): T
Visit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCommit(ctx: CommitContext): T
Visit a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitComparison(ctx: ComparisonContext): T
Visit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitComparisonOperator(ctx: ComparisonOperatorContext): T
Visit a parse tree produced by
SqlBaseParser#comparisonOperator.Visit a parse tree produced by
SqlBaseParser#comparisonOperator.- ctx
the parse tree
- returns
the visitor result
- abstract def visitComparisonQuantifier(ctx: ComparisonQuantifierContext): T
Visit a parse tree produced by
SqlBaseParser#comparisonQuantifier.Visit a parse tree produced by
SqlBaseParser#comparisonQuantifier.- ctx
the parse tree
- returns
the visitor result
- abstract def visitConcatenation(ctx: ConcatenationContext): T
Visit a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCreateSchema(ctx: CreateSchemaContext): T
Visit a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCreateTable(ctx: CreateTableContext): T
Visit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCreateTableAsSelect(ctx: CreateTableAsSelectContext): T
Visit a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCreateView(ctx: CreateViewContext): T
Visit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCurrentRowBound(ctx: CurrentRowBoundContext): T
Visit a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCurrentUser(ctx: CurrentUserContext): T
Visit a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDeallocate(ctx: DeallocateContext): T
Visit a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDecimalLiteral(ctx: DecimalLiteralContext): T
Visit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDelete(ctx: DeleteContext): T
Visit a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDereference(ctx: DereferenceContext): T
Visit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDescribeInput(ctx: DescribeInputContext): T
Visit a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDescribeOutput(ctx: DescribeOutputContext): T
Visit a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDigitIdentifier(ctx: DigitIdentifierContext): T
Visit a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDistinctFrom(ctx: DistinctFromContext): T
Visit a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDoubleLiteral(ctx: DoubleLiteralContext): T
Visit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDropColumn(ctx: DropColumnContext): T
Visit a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDropSchema(ctx: DropSchemaContext): T
Visit a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDropTable(ctx: DropTableContext): T
Visit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitDropView(ctx: DropViewContext): T
Visit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- ParseTreeVisitor
- abstract def visitExecute(ctx: ExecuteContext): T
Visit a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitExists(ctx: ExistsContext): T
Visit a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitExplain(ctx: ExplainContext): T
Visit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitExplainFormat(ctx: ExplainFormatContext): T
Visit a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.Visit a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.- ctx
the parse tree
- returns
the visitor result
- abstract def visitExplainType(ctx: ExplainTypeContext): T
Visit a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.Visit a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.- ctx
the parse tree
- returns
the visitor result
- abstract def visitExpression(ctx: ExpressionContext): T
Visit a parse tree produced by
SqlBaseParser#expression.Visit a parse tree produced by
SqlBaseParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitExtract(ctx: ExtractContext): T
Visit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitFilter(ctx: FilterContext): T
Visit a parse tree produced by
SqlBaseParser#filter.Visit a parse tree produced by
SqlBaseParser#filter.- ctx
the parse tree
- returns
the visitor result
- abstract def visitFunctionCall(ctx: FunctionCallContext): T
Visit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitGrant(ctx: GrantContext): T
Visit a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitGroupBy(ctx: GroupByContext): T
Visit a parse tree produced by
SqlBaseParser#groupBy.Visit a parse tree produced by
SqlBaseParser#groupBy.- ctx
the parse tree
- returns
the visitor result
- abstract def visitGroupingOperation(ctx: GroupingOperationContext): T
Visit a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitGroupingSet(ctx: GroupingSetContext): T
Visit a parse tree produced by
SqlBaseParser#groupingSet.Visit a parse tree produced by
SqlBaseParser#groupingSet.- ctx
the parse tree
- returns
the visitor result
- abstract def visitInList(ctx: InListContext): T
Visit a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.- ctx
the parse tree
- returns
the visitor result
- abstract def visitInSubquery(ctx: InSubqueryContext): T
Visit a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.- ctx
the parse tree
- returns
the visitor result
- abstract def visitInlineTable(ctx: InlineTableContext): T
Visit a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitInsertInto(ctx: InsertIntoContext): T
Visit a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitIntegerLiteral(ctx: IntegerLiteralContext): T
Visit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.- ctx
the parse tree
- returns
the visitor result
- abstract def visitInterval(ctx: IntervalContext): T
Visit a parse tree produced by
SqlBaseParser#interval.Visit a parse tree produced by
SqlBaseParser#interval.- ctx
the parse tree
- returns
the visitor result
- abstract def visitIntervalField(ctx: IntervalFieldContext): T
Visit a parse tree produced by
SqlBaseParser#intervalField.Visit a parse tree produced by
SqlBaseParser#intervalField.- ctx
the parse tree
- returns
the visitor result
- abstract def visitIntervalLiteral(ctx: IntervalLiteralContext): T
Visit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitIsolationLevel(ctx: IsolationLevelContext): T
Visit a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.Visit a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.- ctx
the parse tree
- returns
the visitor result
- abstract def visitJoinCriteria(ctx: JoinCriteriaContext): T
Visit a parse tree produced by
SqlBaseParser#joinCriteria.Visit a parse tree produced by
SqlBaseParser#joinCriteria.- ctx
the parse tree
- returns
the visitor result
- abstract def visitJoinRelation(ctx: JoinRelationContext): T
Visit a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.- ctx
the parse tree
- returns
the visitor result
- abstract def visitJoinType(ctx: JoinTypeContext): T
Visit a parse tree produced by
SqlBaseParser#joinType.Visit a parse tree produced by
SqlBaseParser#joinType.- ctx
the parse tree
- returns
the visitor result
- abstract def visitLambda(ctx: LambdaContext): T
Visit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitLateral(ctx: LateralContext): T
Visit a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitLateralView(ctx: LateralViewContext): T
Visit a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.- ctx
the parse tree
- returns
the visitor result
- abstract def visitLike(ctx: LikeContext): T
Visit a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.- ctx
the parse tree
- returns
the visitor result
- abstract def visitLikeClause(ctx: LikeClauseContext): T
Visit a parse tree produced by
SqlBaseParser#likeClause.Visit a parse tree produced by
SqlBaseParser#likeClause.- ctx
the parse tree
- returns
the visitor result
- abstract def visitLogicalBinary(ctx: LogicalBinaryContext): T
Visit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitLogicalNot(ctx: LogicalNotContext): T
Visit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNamedArgument(ctx: NamedArgumentContext): T
Visit a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.Visit a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNamedQuery(ctx: NamedQueryContext): T
Visit a parse tree produced by
SqlBaseParser#namedQuery.Visit a parse tree produced by
SqlBaseParser#namedQuery.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNonReserved(ctx: NonReservedContext): T
Visit a parse tree produced by
SqlBaseParser#nonReserved.Visit a parse tree produced by
SqlBaseParser#nonReserved.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNormalForm(ctx: NormalFormContext): T
Visit a parse tree produced by
SqlBaseParser#normalForm.Visit a parse tree produced by
SqlBaseParser#normalForm.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNormalize(ctx: NormalizeContext): T
Visit a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNullLiteral(ctx: NullLiteralContext): T
Visit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNullPredicate(ctx: NullPredicateContext): T
Visit a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNumericLiteral(ctx: NumericLiteralContext): T
Visit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitOver(ctx: OverContext): T
Visit a parse tree produced by
SqlBaseParser#over.Visit a parse tree produced by
SqlBaseParser#over.- ctx
the parse tree
- returns
the visitor result
- abstract def visitParameter(ctx: ParameterContext): T
Visit a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): T
Visit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitParenthesizedRelation(ctx: ParenthesizedRelationContext): T
Visit a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitPosition(ctx: PositionContext): T
Visit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitPositionalArgument(ctx: PositionalArgumentContext): T
Visit a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.Visit a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.- ctx
the parse tree
- returns
the visitor result
- abstract def visitPredicated(ctx: PredicatedContext): T
Visit a parse tree produced by
SqlBaseParser#predicated.Visit a parse tree produced by
SqlBaseParser#predicated.- ctx
the parse tree
- returns
the visitor result
- abstract def visitPrepare(ctx: PrepareContext): T
Visit a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitPrivilege(ctx: PrivilegeContext): T
Visit a parse tree produced by
SqlBaseParser#privilege.Visit a parse tree produced by
SqlBaseParser#privilege.- ctx
the parse tree
- returns
the visitor result
- abstract def visitProperties(ctx: PropertiesContext): T
Visit a parse tree produced by
SqlBaseParser#properties.Visit a parse tree produced by
SqlBaseParser#properties.- ctx
the parse tree
- returns
the visitor result
- abstract def visitProperty(ctx: PropertyContext): T
Visit a parse tree produced by
SqlBaseParser#property.Visit a parse tree produced by
SqlBaseParser#property.- ctx
the parse tree
- returns
the visitor result
- abstract def visitQualifiedName(ctx: QualifiedNameContext): T
Visit a parse tree produced by
SqlBaseParser#qualifiedName.Visit a parse tree produced by
SqlBaseParser#qualifiedName.- ctx
the parse tree
- returns
the visitor result
- abstract def visitQuery(ctx: QueryContext): T
Visit a parse tree produced by
SqlBaseParser#query.Visit a parse tree produced by
SqlBaseParser#query.- ctx
the parse tree
- returns
the visitor result
- abstract def visitQueryNoWith(ctx: QueryNoWithContext): T
Visit a parse tree produced by
SqlBaseParser#queryNoWith.Visit a parse tree produced by
SqlBaseParser#queryNoWith.- ctx
the parse tree
- returns
the visitor result
- abstract def visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): T
Visit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitQuerySpecification(ctx: QuerySpecificationContext): T
Visit a parse tree produced by
SqlBaseParser#querySpecification.Visit a parse tree produced by
SqlBaseParser#querySpecification.- ctx
the parse tree
- returns
the visitor result
- abstract def visitQueryTermDefault(ctx: QueryTermDefaultContext): T
Visit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.Visit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.- ctx
the parse tree
- returns
the visitor result
- abstract def visitQuotedIdentifier(ctx: QuotedIdentifierContext): T
Visit a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.- ctx
the parse tree
- returns
the visitor result
- abstract def visitReadCommitted(ctx: ReadCommittedContext): T
Visit a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.- ctx
the parse tree
- returns
the visitor result
- abstract def visitReadUncommitted(ctx: ReadUncommittedContext): T
Visit a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRelationDefault(ctx: RelationDefaultContext): T
Visit a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRenameColumn(ctx: RenameColumnContext): T
Visit a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRenameSchema(ctx: RenameSchemaContext): T
Visit a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRenameTable(ctx: RenameTableContext): T
Visit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRepeatableRead(ctx: RepeatableReadContext): T
Visit a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.- ctx
the parse tree
- returns
the visitor result
- abstract def visitResetSession(ctx: ResetSessionContext): T
Visit a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRevoke(ctx: RevokeContext): T
Visit a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRollback(ctx: RollbackContext): T
Visit a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRowConstructor(ctx: RowConstructorContext): T
Visit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSearchedCase(ctx: SearchedCaseContext): T
Visit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSelectAll(ctx: SelectAllContext): T
Visit a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.Visit a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSelectSingle(ctx: SelectSingleContext): T
Visit a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.Visit a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSerializable(ctx: SerializableContext): T
Visit a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSetOperation(ctx: SetOperationContext): T
Visit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.Visit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSetQuantifier(ctx: SetQuantifierContext): T
Visit a parse tree produced by
SqlBaseParser#setQuantifier.Visit a parse tree produced by
SqlBaseParser#setQuantifier.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSetSession(ctx: SetSessionContext): T
Visit a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowCatalogs(ctx: ShowCatalogsContext): T
Visit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowColumns(ctx: ShowColumnsContext): T
Visit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowCreateTable(ctx: ShowCreateTableContext): T
Visit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowCreateView(ctx: ShowCreateViewContext): T
Visit a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowFunctions(ctx: ShowFunctionsContext): T
Visit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowGrants(ctx: ShowGrantsContext): T
Visit a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowPartitions(ctx: ShowPartitionsContext): T
Visit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowSchemas(ctx: ShowSchemasContext): T
Visit a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowSession(ctx: ShowSessionContext): T
Visit a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowStats(ctx: ShowStatsContext): T
Visit a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowStatsForQuery(ctx: ShowStatsForQueryContext): T
Visit a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitShowTables(ctx: ShowTablesContext): T
Visit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSimpleCase(ctx: SimpleCaseContext): T
Visit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSingleExpression(ctx: SingleExpressionContext): T
Visit a parse tree produced by
SqlBaseParser#singleExpression.Visit a parse tree produced by
SqlBaseParser#singleExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSingleStatement(ctx: SingleStatementContext): T
Visit a parse tree produced by
SqlBaseParser#singleStatement.Visit a parse tree produced by
SqlBaseParser#singleStatement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSortItem(ctx: SortItemContext): T
Visit a parse tree produced by
SqlBaseParser#sortItem.Visit a parse tree produced by
SqlBaseParser#sortItem.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): T
Visit a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitStartTransaction(ctx: StartTransactionContext): T
Visit a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitStatementDefault(ctx: StatementDefaultContext): T
Visit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitStringLiteral(ctx: StringLiteralContext): T
Visit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSubquery(ctx: SubqueryContext): T
Visit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSubqueryExpression(ctx: SubqueryExpressionContext): T
Visit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSubqueryRelation(ctx: SubqueryRelationContext): T
Visit a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSubscript(ctx: SubscriptContext): T
Visit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSubstring(ctx: SubstringContext): T
Visit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTable(ctx: TableContext): T
Visit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTableElement(ctx: TableElementContext): T
Visit a parse tree produced by
SqlBaseParser#tableElement.Visit a parse tree produced by
SqlBaseParser#tableElement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTableName(ctx: TableNameContext): T
Visit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTerminal(arg0: TerminalNode): T
- Definition Classes
- ParseTreeVisitor
- abstract def visitTimeZoneInterval(ctx: TimeZoneIntervalContext): T
Visit a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.Visit a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTimeZoneString(ctx: TimeZoneStringContext): T
Visit a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.Visit a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTransactionAccessMode(ctx: TransactionAccessModeContext): T
Visit a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.Visit a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.- ctx
the parse tree
- returns
the visitor result
- abstract def visitType(ctx: TypeContext): T
Visit a parse tree produced by
SqlBaseParser#type.Visit a parse tree produced by
SqlBaseParser#type.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTypeConstructor(ctx: TypeConstructorContext): T
Visit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTypeParameter(ctx: TypeParameterContext): T
Visit a parse tree produced by
SqlBaseParser#typeParameter.Visit a parse tree produced by
SqlBaseParser#typeParameter.- ctx
the parse tree
- returns
the visitor result
- abstract def visitUnboundedFrame(ctx: UnboundedFrameContext): T
Visit a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.- ctx
the parse tree
- returns
the visitor result
- abstract def visitUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): T
Visit a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.Visit a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.- ctx
the parse tree
- returns
the visitor result
- abstract def visitUnnest(ctx: UnnestContext): T
Visit a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.- ctx
the parse tree
- returns
the visitor result
- abstract def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): T
Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.- ctx
the parse tree
- returns
the visitor result
- abstract def visitUse(ctx: UseContext): T
Visit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.- ctx
the parse tree
- returns
the visitor result
- abstract def visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): T
Visit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitWhenClause(ctx: WhenClauseContext): T
Visit a parse tree produced by
SqlBaseParser#whenClause.Visit a parse tree produced by
SqlBaseParser#whenClause.- ctx
the parse tree
- returns
the visitor result
- abstract def visitWindowFrame(ctx: WindowFrameContext): T
Visit a parse tree produced by
SqlBaseParser#windowFrame.Visit a parse tree produced by
SqlBaseParser#windowFrame.- ctx
the parse tree
- returns
the visitor result
- abstract def visitWith(ctx: WithContext): T
Visit a parse tree produced by
SqlBaseParser#with.Visit a parse tree produced by
SqlBaseParser#with.- ctx
the parse tree
- returns
the visitor result
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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated