Package arrow.meta.plugins.analysis.phases.analysis.solver.ast.kotlin.elements

Types

KotlinAnnotated
Link copied to clipboard
fun interface KotlinAnnotated : Annotated, KotlinElement
KotlinAnnotatedExpression
Link copied to clipboard
fun interface KotlinAnnotatedExpression : AnnotatedExpression, KotlinAnnotated, KotlinAnnotationsContainer
KotlinAnnotation
Link copied to clipboard
fun interface KotlinAnnotation : Annotation
KotlinAnnotationEntry
Link copied to clipboard
fun interface KotlinAnnotationEntry : AnnotationEntry, KotlinCallElement
KotlinAnnotationsContainer
Link copied to clipboard
fun interface KotlinAnnotationsContainer : AnnotationsContainer, KotlinElement
KotlinAnonymousInitializer
Link copied to clipboard
fun interface KotlinAnonymousInitializer : AnonymousInitializer, KotlinDeclaration
KotlinArrayAccessExpression
Link copied to clipboard
class KotlinArrayAccessExpression(impl: KtArrayAccessExpression) : ArrayAccessExpression, KotlinReferenceExpression
KotlinAssignmentExpression
Link copied to clipboard
class KotlinAssignmentExpression(impl: KtBinaryExpression) : AssignmentExpression, KotlinOperationExpression
KotlinBinaryExpression
Link copied to clipboard
class KotlinBinaryExpression(impl: KtBinaryExpression) : BinaryExpression, KotlinOperationExpression
KotlinBlockExpression
Link copied to clipboard
class KotlinBlockExpression(impl: KtBlockExpression) : BlockExpression, KotlinElement, KotlinExpression
KotlinBreakExpression
Link copied to clipboard
fun interface KotlinBreakExpression : BreakExpression, KotlinExpressionWithLabel
KotlinCallableDeclaration
Link copied to clipboard
fun interface KotlinCallableDeclaration : CallableDeclaration, KotlinNamedDeclaration, KotlinTypeParameterListOwner
KotlinCallableReferenceExpression
Link copied to clipboard
class KotlinCallableReferenceExpression(impl: KtCallableReferenceExpression) : CallableReferenceExpression, KotlinDoubleColonExpression
KotlinCallElement
Link copied to clipboard
fun interface KotlinCallElement : CallElement, KotlinElement
KotlinCallExpression
Link copied to clipboard
class KotlinCallExpression(impl: KtCallExpression) : CallExpression, KotlinCallElement, KotlinReferenceExpression
KotlinCatchClause
Link copied to clipboard
class KotlinCatchClause(impl: KtCatchClause) : CatchClause, KotlinElement
KotlinClass
Link copied to clipboard
open class KotlinClass(impl: KtClass) : Class, KotlinClassOrObject
KotlinClassBody
Link copied to clipboard
class KotlinClassBody(impl: KtClassBody) : ClassBody, KotlinDeclarationContainer, KotlinElement
KotlinClassInitializer
Link copied to clipboard
class KotlinClassInitializer(impl: KtClassInitializer) : ClassInitializer, KotlinAnonymousInitializer
KotlinClassLiteralExpression
Link copied to clipboard
interface KotlinClassLiteralExpression : ClassLiteralExpression, KotlinDoubleColonExpression
KotlinClassOrObject
Link copied to clipboard
fun interface KotlinClassOrObject : ClassOrObject, KotlinNamedDeclaration, KotlinPureClassOrObject
KotlinCompilerMessageSourceLocation
Link copied to clipboard
class KotlinCompilerMessageSourceLocation(impl: CompilerMessageSourceLocation) : CompilerMessageSourceLocation
KotlinConstantExpression
Link copied to clipboard
open class KotlinConstantExpression(impl: KtConstantExpression) : ConstantExpression, KotlinExpression
KotlinConstantStringExpression
Link copied to clipboard
open class KotlinConstantStringExpression(impl: KtStringTemplateExpression) : ConstantExpression, KotlinExpression
KotlinConstructor
Link copied to clipboard
fun interface KotlinConstructor<T : Constructor<T>> : Constructor<T> , KotlinFunction
KotlinConstructorCalleeExpression
Link copied to clipboard
class KotlinConstructorCalleeExpression(impl: KtConstructorCalleeExpression) : KotlinDefaultExpression, ConstructorCalleeExpression
KotlinConstructorDelegationCall
Link copied to clipboard
class KotlinConstructorDelegationCall(impl: KtConstructorDelegationCall) : ConstructorDelegationCall, KotlinElement, KotlinCallElement
class KotlinConstructorDelegationReferenceExpression(impl: KtConstructorDelegationReferenceExpression) : ConstructorDelegationReferenceExpression, KotlinExpression, KotlinReferenceExpression
KotlinContinueExpression
Link copied to clipboard
fun interface KotlinContinueExpression : ContinueExpression, KotlinExpressionWithLabel
KotlinDeclaration
Link copied to clipboard
fun interface KotlinDeclaration : Declaration, KotlinExpression, KotlinModifierListOwner
KotlinDeclarationContainer
Link copied to clipboard
fun interface KotlinDeclarationContainer : DeclarationContainer
KotlinDeclarationWithBody
Link copied to clipboard
fun interface KotlinDeclarationWithBody : DeclarationWithBody, KotlinDeclaration
KotlinDeclarationWithInitializer
Link copied to clipboard
fun interface KotlinDeclarationWithInitializer : DeclarationWithInitializer, KotlinDeclaration
KotlinDefaultElement
Link copied to clipboard
open class KotlinDefaultElement(impl: KtElement) : KotlinElement
KotlinDefaultExpression
Link copied to clipboard
open class KotlinDefaultExpression(impl: KtExpression) : KotlinExpression
KotlinDelegatedSuperTypeEntry
Link copied to clipboard
class KotlinDelegatedSuperTypeEntry(impl: KtDelegatedSuperTypeEntry) : DelegatedSuperTypeEntry, KotlinSuperTypeListEntry
KotlinDestructuringDeclaration
Link copied to clipboard
fun interface KotlinDestructuringDeclaration : DestructuringDeclaration, KotlinDeclarationWithInitializer
KotlinDestructuringDeclarationEntry
Link copied to clipboard
fun interface KotlinDestructuringDeclarationEntry : DestructuringDeclarationEntry, KotlinVariableDeclaration
KotlinDotQualifiedExpression
Link copied to clipboard
class KotlinDotQualifiedExpression(impl: KtDotQualifiedExpression) : DotQualifiedExpression, KotlinQualifiedExpression
KotlinDoubleColonExpression
Link copied to clipboard
fun interface KotlinDoubleColonExpression : DoubleColonExpression, KotlinExpression
KotlinDoWhileExpression
Link copied to clipboard
fun interface KotlinDoWhileExpression : DoWhileExpression, KotlinWhileExpressionBase
KotlinElement
Link copied to clipboard
fun interface KotlinElement : Element
KotlinEnumEntry
Link copied to clipboard
class KotlinEnumEntry(impl: KtEnumEntry) : KotlinClass, EnumEntry
KotlinExpression
Link copied to clipboard
fun interface KotlinExpression : Expression, KotlinElement
KotlinExpressionLambdaArgument
Link copied to clipboard
class KotlinExpressionLambdaArgument(impl: KtLambdaArgument) : KotlinLambdaArgument, ExpressionLambdaArgument
KotlinExpressionValueArgument
Link copied to clipboard
open class KotlinExpressionValueArgument(impl: KtValueArgument) : ValueArgument, KotlinElement
KotlinExpressionValueArgumentName
Link copied to clipboard
fun interface KotlinExpressionValueArgumentName : ValueArgumentName
KotlinExpressionWithLabel
Link copied to clipboard
fun interface KotlinExpressionWithLabel : ExpressionWithLabel, KotlinExpression
KotlinFinallySection
Link copied to clipboard
fun interface KotlinFinallySection : FinallySection, KotlinElement
KotlinForExpression
Link copied to clipboard
class KotlinForExpression(impl: KtForExpression) : ForExpression, KotlinLoopExpression
KotlinFunction
Link copied to clipboard
fun interface KotlinFunction : Function, KotlinDeclarationWithBody, KotlinCallableDeclaration
KotlinFunctionLiteral
Link copied to clipboard
class KotlinFunctionLiteral(impl: KtFunctionLiteral) : FunctionLiteral, KotlinFunction
KotlinIfExpression
Link copied to clipboard
class KotlinIfExpression(impl: KtIfExpression) : IfExpression, KotlinExpression
KotlinInitializerList
Link copied to clipboard
class KotlinInitializerList(impl: KtInitializerList) : InitializerList, KotlinElement
KotlinInstanceExpressionWithLabel
Link copied to clipboard
fun interface KotlinInstanceExpressionWithLabel : InstanceExpressionWithLabel, KotlinExpressionWithLabel
KotlinIsExpression
Link copied to clipboard
class KotlinIsExpression(impl: KtIsExpression) : IsExpression, KotlinExpression, KotlinOperationExpression
KotlinLabeledExpression
Link copied to clipboard
fun interface KotlinLabeledExpression : LabeledExpression, KotlinExpressionWithLabel
KotlinLabelReferenceExpression
Link copied to clipboard
fun interface KotlinLabelReferenceExpression : LabelReferenceExpression, KotlinSimpleNameExpression
KotlinLambdaArgument
Link copied to clipboard
open class KotlinLambdaArgument(impl: KtLambdaArgument) : KotlinExpressionValueArgument, LambdaArgument
KotlinLambdaExpression
Link copied to clipboard
class KotlinLambdaExpression(impl: KtLambdaExpression) : LambdaExpression, KotlinExpression
KotlinLoopExpression
Link copied to clipboard
fun interface KotlinLoopExpression : LoopExpression, KotlinExpression
KotlinModifierList
Link copied to clipboard
fun interface KotlinModifierList : ModifierList, KotlinAnnotationsContainer
KotlinModifierListOwner
Link copied to clipboard
fun interface KotlinModifierListOwner : ModifierListOwner, KotlinAnnotated
KotlinNamedDeclaration
Link copied to clipboard
fun interface KotlinNamedDeclaration : NamedDeclaration, KotlinDeclaration
KotlinNamedFunction
Link copied to clipboard
class KotlinNamedFunction(impl: KtNamedFunction) : NamedFunction, KotlinFunction, KotlinDeclarationWithInitializer
KotlinNameReferenceExpression
Link copied to clipboard
class KotlinNameReferenceExpression(impl: KtNameReferenceExpression) : NameReferenceExpression, KotlinSimpleNameExpression
KotlinNullExpression
Link copied to clipboard
class KotlinNullExpression(impl: KtConstantExpression) : KotlinConstantExpression, NullExpression
KotlinObjectDeclaration
Link copied to clipboard
class KotlinObjectDeclaration(impl: KtObjectDeclaration) : ObjectDeclaration, KotlinClassOrObject
KotlinObjectLiteralExpression
Link copied to clipboard
class KotlinObjectLiteralExpression(impl: KtObjectLiteralExpression) : ObjectLiteralExpression, KotlinExpression
KotlinOperationExpression
Link copied to clipboard
fun interface KotlinOperationExpression : OperationExpression, KotlinExpression
KotlinOperationReferenceExpression
Link copied to clipboard
fun interface KotlinOperationReferenceExpression : OperationReferenceExpression, KotlinSimpleNameExpression
KotlinParameter
Link copied to clipboard
class KotlinParameter(impl: KtParameter) : Parameter, KotlinCallableDeclaration
KotlinParameterList
Link copied to clipboard
class KotlinParameterList(impl: KtParameterList) : KotlinElement
KotlinParenthesizedExpression
Link copied to clipboard
class KotlinParenthesizedExpression(impl: KtParenthesizedExpression) : KotlinDefaultExpression, ParenthesizedExpression
KotlinPostfixExpression
Link copied to clipboard
interface KotlinPostfixExpression : KotlinUnaryExpression
KotlinPrefixExpression
Link copied to clipboard
interface KotlinPrefixExpression : KotlinUnaryExpression
KotlinPrimaryConstructor
Link copied to clipboard
class KotlinPrimaryConstructor(impl: KtPrimaryConstructor) : PrimaryConstructor, KotlinConstructor<PrimaryConstructor>
KotlinProjectionKind
Link copied to clipboard
enum KotlinProjectionKind : Enum<KotlinProjectionKind>
KotlinProperty
Link copied to clipboard
class KotlinProperty(impl: KtProperty) : Property, KotlinVariableDeclaration
KotlinPropertyAccessor
Link copied to clipboard
class KotlinPropertyAccessor(impl: KtPropertyAccessor) : PropertyAccessor, KotlinDeclarationWithBody, KotlinModifierListOwner, KotlinDeclarationWithInitializer
KotlinPropertyDelegate
Link copied to clipboard
fun interface KotlinPropertyDelegate : PropertyDelegate, KotlinElement
KotlinPureClassOrObject
Link copied to clipboard
fun interface KotlinPureClassOrObject : PureClassOrObject, KotlinDeclarationContainer
KotlinQualifiedExpression
Link copied to clipboard
fun interface KotlinQualifiedExpression : QualifiedExpression, KotlinExpression
KotlinReferenceExpression
Link copied to clipboard
fun interface KotlinReferenceExpression : ReferenceExpression, KotlinExpression
KotlinReturnExpression
Link copied to clipboard
class KotlinReturnExpression(impl: KtReturnExpression) : ReturnExpression, KotlinExpressionWithLabel
KotlinSafeQualifiedExpression
Link copied to clipboard
class KotlinSafeQualifiedExpression(impl: KtSafeQualifiedExpression) : SafeQualifiedExpression, KotlinQualifiedExpression
KotlinSecondaryConstructor
Link copied to clipboard
class KotlinSecondaryConstructor(impl: KtSecondaryConstructor) : SecondaryConstructor, KotlinConstructor<SecondaryConstructor>
KotlinSelfType
Link copied to clipboard
fun interface KotlinSelfType : SelfType, KotlinTypeElement
KotlinSimpleNameExpression
Link copied to clipboard
fun interface KotlinSimpleNameExpression : SimpleNameExpression, KotlinReferenceExpression
KotlinStringTemplateExpression
Link copied to clipboard
class KotlinStringTemplateExpression(impl: KtStringTemplateExpression) : StringTemplateExpression, KotlinExpression
KotlinSuperExpression
Link copied to clipboard
class KotlinSuperExpression(impl: KtSuperExpression) : SuperExpression, KotlinInstanceExpressionWithLabel
KotlinSuperTypeCallEntry
Link copied to clipboard
class KotlinSuperTypeCallEntry(impl: KtSuperTypeCallEntry) : SuperTypeCallEntry, KotlinSuperTypeListEntry, KotlinCallElement
KotlinSuperTypeEntry
Link copied to clipboard
class KotlinSuperTypeEntry(impl: KtSuperTypeEntry) : SuperTypeEntry, KotlinSuperTypeListEntry
KotlinSuperTypeList
Link copied to clipboard
class KotlinSuperTypeList(impl: KtSuperTypeList) : SuperTypeList, KotlinElement
KotlinSuperTypeListEntry
Link copied to clipboard
fun interface KotlinSuperTypeListEntry : SuperTypeListEntry, KotlinElement
KotlinThisExpression
Link copied to clipboard
class KotlinThisExpression(impl: KtThisExpression) : ThisExpression, KotlinInstanceExpressionWithLabel
KotlinThrowExpression
Link copied to clipboard
fun interface KotlinThrowExpression : ThrowExpression, KotlinExpression
KotlinTryExpression
Link copied to clipboard
class KotlinTryExpression(impl: KtTryExpression) : TryExpression, KotlinExpression
KotlinTypeAlias
Link copied to clipboard
class KotlinTypeAlias(impl: KtTypeAlias) : TypeAlias, KotlinNamedDeclaration
KotlinTypeArgumentList
Link copied to clipboard
fun interface KotlinTypeArgumentList : TypeArgumentList
KotlinTypeConstraint
Link copied to clipboard
fun interface KotlinTypeConstraint : TypeConstraint
KotlinTypeConstraintList
Link copied to clipboard
fun interface KotlinTypeConstraintList : TypeConstraintList
KotlinTypeElement
Link copied to clipboard
fun interface KotlinTypeElement : TypeElement, KotlinElement
KotlinTypeParameter
Link copied to clipboard
fun interface KotlinTypeParameter : TypeParameter
KotlinTypeParameterList
Link copied to clipboard
fun interface KotlinTypeParameterList : TypeParameterList
KotlinTypeParameterListOwner
Link copied to clipboard
fun interface KotlinTypeParameterListOwner : TypeParameterListOwner, KotlinNamedDeclaration
KotlinTypeProjection
Link copied to clipboard
fun interface KotlinTypeProjection : TypeProjection
KotlinTypeReference
Link copied to clipboard
class KotlinTypeReference(impl: KtTypeReference) : TypeReference, KotlinAnnotated, KotlinAnnotationsContainer
KotlinUnaryExpression
Link copied to clipboard
fun interface KotlinUnaryExpression : UnaryExpression, KotlinExpression, KotlinOperationExpression
KotlinValueArgumentList
Link copied to clipboard
class KotlinValueArgumentList(impl: KtValueArgumentList) : ValueArgumentList, KotlinElement
KotlinValueArgumentName
Link copied to clipboard
class KotlinValueArgumentName(impl: ValueArgumentName) : ValueArgumentName
KotlinVariableDeclaration
Link copied to clipboard
fun interface KotlinVariableDeclaration : CallableDeclaration, KotlinCallableDeclaration, KotlinDeclarationWithInitializer
KotlinWhenCondition
Link copied to clipboard
fun interface KotlinWhenCondition : WhenCondition, KotlinElement
KotlinWhenConditionInRange
Link copied to clipboard
class KotlinWhenConditionInRange(impl: KtWhenConditionInRange) : WhenConditionInRange, KotlinWhenCondition
KotlinWhenConditionIsPattern
Link copied to clipboard
class KotlinWhenConditionIsPattern(impl: KtWhenConditionIsPattern) : WhenConditionIsPattern, KotlinWhenCondition
KotlinWhenConditionWithExpression
Link copied to clipboard
class KotlinWhenConditionWithExpression(impl: KtWhenConditionWithExpression) : WhenConditionWithExpression, KotlinWhenCondition
KotlinWhenEntry
Link copied to clipboard
class KotlinWhenEntry(impl: KtWhenEntry) : WhenEntry, KotlinElement
KotlinWhenExpression
Link copied to clipboard
class KotlinWhenExpression(impl: KtWhenExpression) : WhenExpression, KotlinExpression
KotlinWhileExpression
Link copied to clipboard
class KotlinWhileExpression(impl: KtWhileExpression) : WhileExpression, KotlinWhileExpressionBase
KotlinWhileExpressionBase
Link copied to clipboard
fun interface KotlinWhileExpressionBase : WhileExpressionBase, KotlinLoopExpression