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