Class KSTypeReferenceDescriptorImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSAnnotated,com.google.devtools.ksp.symbol.KSModifierListOwner,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSTypeReference
public final class KSTypeReferenceDescriptorImpl implements KSTypeReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSTypeReferenceDescriptorImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Locationlocationprivate final KSReferenceElementelementprivate final Sequence<KSAnnotation>annotationsprivate final Set<Modifier>modifiersprivate final KotlinTypekotlinTypeprivate final Originoriginprivate final KSNodeparentpublic final static KSTypeReferenceDescriptorImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description LocationgetLocation()KSReferenceElementgetElement()Sequence<KSAnnotation>getAnnotations()Set<Modifier>getModifiers()final KotlinTypegetKotlinType()OrigingetOrigin()KSNodegetParent()KSTyperesolve()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)StringtoString()-
-
Method Detail
-
getLocation
Location getLocation()
-
getElement
KSReferenceElement getElement()
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getModifiers
Set<Modifier> getModifiers()
-
getKotlinType
final KotlinType getKotlinType()
-
getOrigin
Origin getOrigin()
-
getParent
KSNode getParent()
-
resolve
KSType resolve()
-
-
-
-