Class KSTypeParameterImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSAnnotated,com.google.devtools.ksp.symbol.KSDeclaration,com.google.devtools.ksp.symbol.KSExpectActual,com.google.devtools.ksp.symbol.KSModifierListOwner,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSTypeParameter
public final class KSTypeParameterImpl extends KSDeclarationImpl implements KSTypeParameter, KSExpectActual
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSTypeParameterImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final KSNamenameprivate final BooleanisReifiedprivate final Variancevarianceprivate final Sequence<KSTypeReference>boundsprivate final KSNamequalifiedNameprivate final KSNamesimpleNameprivate final List<KSTypeParameter>typeParametersprivate final KtTypeParameterktTypeParameterprivate final Sequence<KSAnnotation>annotationsprivate final KSFilecontainingFileprivate final StringdocStringprivate final BooleanisActualprivate final BooleanisExpectprivate final Locationlocationprivate final Set<Modifier>modifiersprivate final Originoriginprivate final KSNamepackageNameprivate final KSNodeparentprivate final KSDeclarationparentDeclarationprivate final KtDeclarationktDeclarationpublic final static KSTypeParameterImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description KSNamegetName()BooleanisReified()VariancegetVariance()Sequence<KSTypeReference>getBounds()KSNamegetQualifiedName()KSNamegetSimpleName()List<KSTypeParameter>getTypeParameters()final KtTypeParametergetKtTypeParameter()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)-
Methods inherited from class com.google.devtools.ksp.symbol.KSAnnotated
getAnnotations -
Methods inherited from class com.google.devtools.ksp.symbol.KSDeclaration
getContainingFile, getDocString, getPackageName, getParentDeclaration -
Methods inherited from class com.google.devtools.ksp.symbol.KSExpectActual
findActuals, findExpects, isActual, isExpect -
Methods inherited from class com.google.devtools.ksp.symbol.KSNode
getLocation, getOrigin, getParent -
Methods inherited from class com.google.devtools.ksp.symbol.KSModifierListOwner
getModifiers -
Methods inherited from class com.google.devtools.ksp.symbol.impl.kotlin.KSDeclarationImpl
getKtDeclaration -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getName
KSName getName()
-
getVariance
Variance getVariance()
-
getQualifiedName
KSName getQualifiedName()
-
getSimpleName
KSName getSimpleName()
-
getTypeParameters
List<KSTypeParameter> getTypeParameters()
-
getKtTypeParameter
final KtTypeParameter getKtTypeParameter()
-
-
-
-