arrow-analysis-kotlin-plugin
2.0.3-alpha.1
arrow-analysis-kotlin-plugin
/
arrow.meta.plugins.analysis.phases.analysis.solver.ast.kotlin.elements
/
KotlinTypeElement
Kotlin
Type
Element
fun
interface
KotlinTypeElement
:
TypeElement
,
KotlinElement
Content copied to clipboard
Functions
Properties
Inheritors
Functions
get
Resolved
Call
Link copied to clipboard
abstract
fun
getResolvedCall
(
context
:
ResolutionContext
)
:
ResolvedCall
?
Content copied to clipboard
get
Variable
Descriptor
Link copied to clipboard
abstract
fun
getVariableDescriptor
(
context
:
ResolutionContext
)
:
VariableDescriptor
?
Content copied to clipboard
impl
Link copied to clipboard
abstract
override
fun
impl
(
)
:
KtTypeElement
Content copied to clipboard
location
Link copied to clipboard
abstract
fun
location
(
)
:
CompilerMessageSourceLocation
?
Content copied to clipboard
parents
Link copied to clipboard
abstract
fun
parents
(
)
:
List
<
Element
>
Content copied to clipboard
Properties
psiOrParent
Link copied to clipboard
abstract
val
psiOrParent
:
Element
Content copied to clipboard
text
Link copied to clipboard
abstract
val
text
:
String
Content copied to clipboard
typeArgumentsAsTypes
Link copied to clipboard
open
override
val
typeArgumentsAsTypes
:
List
<
TypeReference
>
Content copied to clipboard
Inheritors
KotlinSelfType
Link copied to clipboard