Package arrow. meta. plugins. analysis. phases. analysis. solver. ast. kotlin. elements
Types
Kotlin Annotated
Link copied to clipboard
Kotlin Annotated Expression
Link copied to clipboard
fun interface KotlinAnnotatedExpression : AnnotatedExpression, KotlinAnnotated, KotlinAnnotationsContainer
Content copied to clipboard
Kotlin Annotation
Link copied to clipboard
Kotlin Annotation Entry
Link copied to clipboard
Kotlin Annotations Container
Link copied to clipboard
fun interface KotlinAnnotationsContainer : AnnotationsContainer, KotlinElement
Content copied to clipboard
Kotlin Anonymous Initializer
Link copied to clipboard
fun interface KotlinAnonymousInitializer : AnonymousInitializer, KotlinDeclaration
Content copied to clipboard
Kotlin Array Access Expression
Link copied to clipboard
class KotlinArrayAccessExpression(impl: KtArrayAccessExpression) : ArrayAccessExpression, KotlinReferenceExpression
Content copied to clipboard
Kotlin Assignment Expression
Link copied to clipboard
class KotlinAssignmentExpression(impl: KtBinaryExpression) : AssignmentExpression, KotlinOperationExpression
Content copied to clipboard
Kotlin Binary Expression
Link copied to clipboard
class KotlinBinaryExpression(impl: KtBinaryExpression) : BinaryExpression, KotlinOperationExpression
Content copied to clipboard
Kotlin Block Expression
Link copied to clipboard
class KotlinBlockExpression(impl: KtBlockExpression) : BlockExpression, KotlinElement, KotlinExpression
Content copied to clipboard
Kotlin Break Expression
Link copied to clipboard
fun interface KotlinBreakExpression : BreakExpression, KotlinExpressionWithLabel
Content copied to clipboard
Kotlin Callable Declaration
Link copied to clipboard
fun interface KotlinCallableDeclaration : CallableDeclaration, KotlinNamedDeclaration, KotlinTypeParameterListOwner
Content copied to clipboard
Kotlin Callable Reference Expression
Link copied to clipboard
class KotlinCallableReferenceExpression(impl: KtCallableReferenceExpression) : CallableReferenceExpression, KotlinDoubleColonExpression
Content copied to clipboard
Kotlin Call Element
Link copied to clipboard
Kotlin Call Expression
Link copied to clipboard
class KotlinCallExpression(impl: KtCallExpression) : CallExpression, KotlinCallElement, KotlinReferenceExpression
Content copied to clipboard
Kotlin Catch Clause
Link copied to clipboard
class KotlinCatchClause(impl: KtCatchClause) : CatchClause, KotlinElement
Content copied to clipboard
Kotlin Class
Link copied to clipboard
Kotlin Class Body
Link copied to clipboard
class KotlinClassBody(impl: KtClassBody) : ClassBody, KotlinDeclarationContainer, KotlinElement
Content copied to clipboard
Kotlin Class Initializer
Link copied to clipboard
class KotlinClassInitializer(impl: KtClassInitializer) : ClassInitializer, KotlinAnonymousInitializer
Content copied to clipboard
Kotlin Class Literal Expression
Link copied to clipboard
interface KotlinClassLiteralExpression : ClassLiteralExpression, KotlinDoubleColonExpression
Content copied to clipboard
Kotlin Class Or Object
Link copied to clipboard
fun interface KotlinClassOrObject : ClassOrObject, KotlinNamedDeclaration, KotlinPureClassOrObject
Content copied to clipboard
Kotlin Compiler Message Source Location
Link copied to clipboard
class KotlinCompilerMessageSourceLocation(impl: CompilerMessageSourceLocation) : CompilerMessageSourceLocation
Content copied to clipboard
Kotlin Constant Expression
Link copied to clipboard
open class KotlinConstantExpression(impl: KtConstantExpression) : ConstantExpression, KotlinExpression
Content copied to clipboard
Kotlin Constant String Expression
Link copied to clipboard
open class KotlinConstantStringExpression(impl: KtStringTemplateExpression) : ConstantExpression, KotlinExpression
Content copied to clipboard
Kotlin Constructor
Link copied to clipboard
fun interface KotlinConstructor<T : Constructor<T>> : Constructor<T> , KotlinFunction
Content copied to clipboard
Kotlin Constructor Callee Expression
Link copied to clipboard
class KotlinConstructorCalleeExpression(impl: KtConstructorCalleeExpression) : KotlinDefaultExpression, ConstructorCalleeExpression
Content copied to clipboard
Kotlin Constructor Delegation Call
Link copied to clipboard
class KotlinConstructorDelegationCall(impl: KtConstructorDelegationCall) : ConstructorDelegationCall, KotlinElement, KotlinCallElement
Content copied to clipboard
Kotlin Constructor Delegation Reference Expression
Link copied to clipboard
class KotlinConstructorDelegationReferenceExpression(impl: KtConstructorDelegationReferenceExpression) : ConstructorDelegationReferenceExpression, KotlinExpression, KotlinReferenceExpression
Content copied to clipboard
Kotlin Continue Expression
Link copied to clipboard
fun interface KotlinContinueExpression : ContinueExpression, KotlinExpressionWithLabel
Content copied to clipboard
Kotlin Declaration
Link copied to clipboard
fun interface KotlinDeclaration : Declaration, KotlinExpression, KotlinModifierListOwner
Content copied to clipboard
Kotlin Declaration Container
Link copied to clipboard
Kotlin Declaration With Body
Link copied to clipboard
fun interface KotlinDeclarationWithBody : DeclarationWithBody, KotlinDeclaration
Content copied to clipboard
Kotlin Declaration With Initializer
Link copied to clipboard
fun interface KotlinDeclarationWithInitializer : DeclarationWithInitializer, KotlinDeclaration
Content copied to clipboard
Kotlin Default Element
Link copied to clipboard
Kotlin Default Expression
Link copied to clipboard
open class KotlinDefaultExpression(impl: KtExpression) : KotlinExpression
Content copied to clipboard
Kotlin Delegated Super Type Entry
Link copied to clipboard
class KotlinDelegatedSuperTypeEntry(impl: KtDelegatedSuperTypeEntry) : DelegatedSuperTypeEntry, KotlinSuperTypeListEntry
Content copied to clipboard
Kotlin Destructuring Declaration
Link copied to clipboard
fun interface KotlinDestructuringDeclaration : DestructuringDeclaration, KotlinDeclarationWithInitializer
Content copied to clipboard
Kotlin Destructuring Declaration Entry
Link copied to clipboard
fun interface KotlinDestructuringDeclarationEntry : DestructuringDeclarationEntry, KotlinVariableDeclaration
Content copied to clipboard
Kotlin Dot Qualified Expression
Link copied to clipboard
class KotlinDotQualifiedExpression(impl: KtDotQualifiedExpression) : DotQualifiedExpression, KotlinQualifiedExpression
Content copied to clipboard
Kotlin Double Colon Expression
Link copied to clipboard
fun interface KotlinDoubleColonExpression : DoubleColonExpression, KotlinExpression
Content copied to clipboard
Kotlin Do While Expression
Link copied to clipboard
fun interface KotlinDoWhileExpression : DoWhileExpression, KotlinWhileExpressionBase
Content copied to clipboard
Kotlin Element
Link copied to clipboard
Kotlin Enum Entry
Link copied to clipboard
Kotlin Expression
Link copied to clipboard
Kotlin Expression Lambda Argument
Link copied to clipboard
class KotlinExpressionLambdaArgument(impl: KtLambdaArgument) : KotlinLambdaArgument, ExpressionLambdaArgument
Content copied to clipboard
Kotlin Expression Value Argument
Link copied to clipboard
open class KotlinExpressionValueArgument(impl: KtValueArgument) : ValueArgument, KotlinElement
Content copied to clipboard
Kotlin Expression Value Argument Name
Link copied to clipboard
Kotlin Expression With Label
Link copied to clipboard
fun interface KotlinExpressionWithLabel : ExpressionWithLabel, KotlinExpression
Content copied to clipboard
Kotlin Finally Section
Link copied to clipboard
Kotlin For Expression
Link copied to clipboard
class KotlinForExpression(impl: KtForExpression) : ForExpression, KotlinLoopExpression
Content copied to clipboard
Kotlin Function
Link copied to clipboard
fun interface KotlinFunction : Function, KotlinDeclarationWithBody, KotlinCallableDeclaration
Content copied to clipboard
Kotlin Function Literal
Link copied to clipboard
class KotlinFunctionLiteral(impl: KtFunctionLiteral) : FunctionLiteral, KotlinFunction
Content copied to clipboard
Kotlin If Expression
Link copied to clipboard
class KotlinIfExpression(impl: KtIfExpression) : IfExpression, KotlinExpression
Content copied to clipboard
Kotlin Initializer List
Link copied to clipboard
class KotlinInitializerList(impl: KtInitializerList) : InitializerList, KotlinElement
Content copied to clipboard
Kotlin Instance Expression With Label
Link copied to clipboard
fun interface KotlinInstanceExpressionWithLabel : InstanceExpressionWithLabel, KotlinExpressionWithLabel
Content copied to clipboard
Kotlin Is Expression
Link copied to clipboard
class KotlinIsExpression(impl: KtIsExpression) : IsExpression, KotlinExpression, KotlinOperationExpression
Content copied to clipboard
Kotlin Labeled Expression
Link copied to clipboard
fun interface KotlinLabeledExpression : LabeledExpression, KotlinExpressionWithLabel
Content copied to clipboard
Kotlin Label Reference Expression
Link copied to clipboard
fun interface KotlinLabelReferenceExpression : LabelReferenceExpression, KotlinSimpleNameExpression
Content copied to clipboard
Kotlin Lambda Argument
Link copied to clipboard
open class KotlinLambdaArgument(impl: KtLambdaArgument) : KotlinExpressionValueArgument, LambdaArgument
Content copied to clipboard
Kotlin Lambda Expression
Link copied to clipboard
class KotlinLambdaExpression(impl: KtLambdaExpression) : LambdaExpression, KotlinExpression
Content copied to clipboard
Kotlin Loop Expression
Link copied to clipboard
Kotlin Modifier List
Link copied to clipboard
fun interface KotlinModifierList : ModifierList, KotlinAnnotationsContainer
Content copied to clipboard
Kotlin Modifier List Owner
Link copied to clipboard
fun interface KotlinModifierListOwner : ModifierListOwner, KotlinAnnotated
Content copied to clipboard
Kotlin Named Declaration
Link copied to clipboard
fun interface KotlinNamedDeclaration : NamedDeclaration, KotlinDeclaration
Content copied to clipboard
Kotlin Named Function
Link copied to clipboard
class KotlinNamedFunction(impl: KtNamedFunction) : NamedFunction, KotlinFunction, KotlinDeclarationWithInitializer
Content copied to clipboard
Kotlin Name Reference Expression
Link copied to clipboard
class KotlinNameReferenceExpression(impl: KtNameReferenceExpression) : NameReferenceExpression, KotlinSimpleNameExpression
Content copied to clipboard
Kotlin Null Expression
Link copied to clipboard
class KotlinNullExpression(impl: KtConstantExpression) : KotlinConstantExpression, NullExpression
Content copied to clipboard
Kotlin Object Declaration
Link copied to clipboard
class KotlinObjectDeclaration(impl: KtObjectDeclaration) : ObjectDeclaration, KotlinClassOrObject
Content copied to clipboard
Kotlin Object Literal Expression
Link copied to clipboard
class KotlinObjectLiteralExpression(impl: KtObjectLiteralExpression) : ObjectLiteralExpression, KotlinExpression
Content copied to clipboard
Kotlin Operation Expression
Link copied to clipboard
fun interface KotlinOperationExpression : OperationExpression, KotlinExpression
Content copied to clipboard
Kotlin Operation Reference Expression
Link copied to clipboard
fun interface KotlinOperationReferenceExpression : OperationReferenceExpression, KotlinSimpleNameExpression
Content copied to clipboard
Kotlin Parameter
Link copied to clipboard
class KotlinParameter(impl: KtParameter) : Parameter, KotlinCallableDeclaration
Content copied to clipboard
Kotlin Parameter List
Link copied to clipboard
Kotlin Parenthesized Expression
Link copied to clipboard
class KotlinParenthesizedExpression(impl: KtParenthesizedExpression) : KotlinDefaultExpression, ParenthesizedExpression
Content copied to clipboard
Kotlin Postfix Expression
Link copied to clipboard
Kotlin Prefix Expression
Link copied to clipboard
Kotlin Primary Constructor
Link copied to clipboard
class KotlinPrimaryConstructor(impl: KtPrimaryConstructor) : PrimaryConstructor, KotlinConstructor<PrimaryConstructor>
Content copied to clipboard
Kotlin Projection Kind
Link copied to clipboard
Kotlin Property
Link copied to clipboard
class KotlinProperty(impl: KtProperty) : Property, KotlinVariableDeclaration
Content copied to clipboard
Kotlin Property Accessor
Link copied to clipboard
class KotlinPropertyAccessor(impl: KtPropertyAccessor) : PropertyAccessor, KotlinDeclarationWithBody, KotlinModifierListOwner, KotlinDeclarationWithInitializer
Content copied to clipboard
Kotlin Property Delegate
Link copied to clipboard
Kotlin Pure Class Or Object
Link copied to clipboard
fun interface KotlinPureClassOrObject : PureClassOrObject, KotlinDeclarationContainer
Content copied to clipboard
Kotlin Qualified Expression
Link copied to clipboard
fun interface KotlinQualifiedExpression : QualifiedExpression, KotlinExpression
Content copied to clipboard
Kotlin Reference Expression
Link copied to clipboard
fun interface KotlinReferenceExpression : ReferenceExpression, KotlinExpression
Content copied to clipboard
Kotlin Return Expression
Link copied to clipboard
class KotlinReturnExpression(impl: KtReturnExpression) : ReturnExpression, KotlinExpressionWithLabel
Content copied to clipboard
Kotlin Safe Qualified Expression
Link copied to clipboard
class KotlinSafeQualifiedExpression(impl: KtSafeQualifiedExpression) : SafeQualifiedExpression, KotlinQualifiedExpression
Content copied to clipboard
Kotlin Secondary Constructor
Link copied to clipboard
class KotlinSecondaryConstructor(impl: KtSecondaryConstructor) : SecondaryConstructor, KotlinConstructor<SecondaryConstructor>
Content copied to clipboard
Kotlin Self Type
Link copied to clipboard
Kotlin Simple Name Expression
Link copied to clipboard
fun interface KotlinSimpleNameExpression : SimpleNameExpression, KotlinReferenceExpression
Content copied to clipboard
Kotlin String Template Expression
Link copied to clipboard
class KotlinStringTemplateExpression(impl: KtStringTemplateExpression) : StringTemplateExpression, KotlinExpression
Content copied to clipboard
Kotlin Super Expression
Link copied to clipboard
class KotlinSuperExpression(impl: KtSuperExpression) : SuperExpression, KotlinInstanceExpressionWithLabel
Content copied to clipboard
Kotlin Super Type Call Entry
Link copied to clipboard
class KotlinSuperTypeCallEntry(impl: KtSuperTypeCallEntry) : SuperTypeCallEntry, KotlinSuperTypeListEntry, KotlinCallElement
Content copied to clipboard
Kotlin Super Type Entry
Link copied to clipboard
class KotlinSuperTypeEntry(impl: KtSuperTypeEntry) : SuperTypeEntry, KotlinSuperTypeListEntry
Content copied to clipboard
Kotlin Super Type List
Link copied to clipboard
class KotlinSuperTypeList(impl: KtSuperTypeList) : SuperTypeList, KotlinElement
Content copied to clipboard
Kotlin Super Type List Entry
Link copied to clipboard
fun interface KotlinSuperTypeListEntry : SuperTypeListEntry, KotlinElement
Content copied to clipboard
Kotlin This Expression
Link copied to clipboard
class KotlinThisExpression(impl: KtThisExpression) : ThisExpression, KotlinInstanceExpressionWithLabel
Content copied to clipboard
Kotlin Throw Expression
Link copied to clipboard
Kotlin Try Expression
Link copied to clipboard
class KotlinTryExpression(impl: KtTryExpression) : TryExpression, KotlinExpression
Content copied to clipboard
Kotlin Type Alias
Link copied to clipboard
class KotlinTypeAlias(impl: KtTypeAlias) : TypeAlias, KotlinNamedDeclaration
Content copied to clipboard
Kotlin Type Argument List
Link copied to clipboard
Kotlin Type Constraint
Link copied to clipboard
Kotlin Type Constraint List
Link copied to clipboard
Kotlin Type Element
Link copied to clipboard
Kotlin Type Parameter
Link copied to clipboard
Kotlin Type Parameter List
Link copied to clipboard
Kotlin Type Parameter List Owner
Link copied to clipboard
fun interface KotlinTypeParameterListOwner : TypeParameterListOwner, KotlinNamedDeclaration
Content copied to clipboard
Kotlin Type Projection
Link copied to clipboard
Kotlin Type Reference
Link copied to clipboard
class KotlinTypeReference(impl: KtTypeReference) : TypeReference, KotlinAnnotated, KotlinAnnotationsContainer
Content copied to clipboard
Kotlin Unary Expression
Link copied to clipboard
fun interface KotlinUnaryExpression : UnaryExpression, KotlinExpression, KotlinOperationExpression
Content copied to clipboard
Kotlin Value Argument List
Link copied to clipboard
class KotlinValueArgumentList(impl: KtValueArgumentList) : ValueArgumentList, KotlinElement
Content copied to clipboard
Kotlin Value Argument Name
Link copied to clipboard
class KotlinValueArgumentName(impl: ValueArgumentName) : ValueArgumentName
Content copied to clipboard
Kotlin Variable Declaration
Link copied to clipboard
fun interface KotlinVariableDeclaration : CallableDeclaration, KotlinCallableDeclaration, KotlinDeclarationWithInitializer
Content copied to clipboard
Kotlin When Condition
Link copied to clipboard
Kotlin When Condition In Range
Link copied to clipboard
class KotlinWhenConditionInRange(impl: KtWhenConditionInRange) : WhenConditionInRange, KotlinWhenCondition
Content copied to clipboard
Kotlin When Condition Is Pattern
Link copied to clipboard
class KotlinWhenConditionIsPattern(impl: KtWhenConditionIsPattern) : WhenConditionIsPattern, KotlinWhenCondition
Content copied to clipboard
Kotlin When Condition With Expression
Link copied to clipboard
class KotlinWhenConditionWithExpression(impl: KtWhenConditionWithExpression) : WhenConditionWithExpression, KotlinWhenCondition
Content copied to clipboard
Kotlin When Entry
Link copied to clipboard
Kotlin When Expression
Link copied to clipboard
class KotlinWhenExpression(impl: KtWhenExpression) : WhenExpression, KotlinExpression
Content copied to clipboard
Kotlin While Expression
Link copied to clipboard
class KotlinWhileExpression(impl: KtWhileExpression) : WhileExpression, KotlinWhileExpressionBase
Content copied to clipboard
Kotlin While Expression Base
Link copied to clipboard
fun interface KotlinWhileExpressionBase : WhileExpressionBase, KotlinLoopExpression
Content copied to clipboard