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