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

Types

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