Class KSTypeReferenceSyntheticImpl
-
- 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 KSTypeReferenceSyntheticImpl implements KSTypeReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSTypeReferenceSyntheticImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Sequence<KSAnnotation>annotationsprivate final KSReferenceElementelementprivate final Locationlocationprivate final Set<Modifier>modifiersprivate final Originoriginprivate final KSTypeksTypeprivate final KSNodeparentpublic final static KSTypeReferenceSyntheticImpl.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description KSTypeReferenceSyntheticImpl(KSType ksType, KSNode parent)
-
Method Summary
Modifier and Type Method Description Sequence<KSAnnotation>getAnnotations()KSReferenceElementgetElement()LocationgetLocation()Set<Modifier>getModifiers()OrigingetOrigin()final KSTypegetKsType()KSNodegetParent()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)KSTyperesolve()StringtoString()-
-
Method Detail
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getElement
KSReferenceElement getElement()
-
getLocation
Location getLocation()
-
getModifiers
Set<Modifier> getModifiers()
-
getOrigin
Origin getOrigin()
-
getKsType
final KSType getKsType()
-
getParent
KSNode getParent()
-
resolve
KSType resolve()
-
-
-
-