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