Class KSTypeArgumentDescriptorImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSAnnotated,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSTypeArgument
public final class KSTypeArgumentDescriptorImpl extends KSTypeArgumentImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSTypeArgumentDescriptorImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Locationlocationprivate final KSTypeReferencetypeprivate final Variancevarianceprivate final Sequence<KSAnnotation>annotationsprivate final TypeProjectiondescriptorprivate final Originoriginprivate final KSNodeparentpublic final static KSTypeArgumentDescriptorImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description LocationgetLocation()KSTypeReferencegetType()VariancegetVariance()Sequence<KSAnnotation>getAnnotations()final TypeProjectiongetDescriptor()OrigingetOrigin()KSNodegetParent()-
-
Method Detail
-
getLocation
Location getLocation()
-
getType
KSTypeReference getType()
-
getVariance
Variance getVariance()
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getDescriptor
final TypeProjection getDescriptor()
-
getOrigin
Origin getOrigin()
-
getParent
KSNode getParent()
-
-
-
-