Class KSValueParameterSyntheticImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSAnnotated,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSValueParameter
public final class KSValueParameterSyntheticImpl implements KSValueParameter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSValueParameterSyntheticImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final KSNamenameprivate final KSTypeReferencetypeprivate final BooleanisVarargprivate final BooleanisNoInlineprivate final BooleanisCrossInlineprivate final BooleanisValprivate final BooleanisVarprivate final BooleanhasDefaultprivate final Sequence<KSAnnotation>annotationsprivate final Originoriginprivate final Locationlocationprivate final KSNodeparentprivate final KSAnnotatedownerpublic final static KSValueParameterSyntheticImpl.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description KSValueParameterSyntheticImpl(KSAnnotated owner, Function0<ValueParameterDescriptor> resolve)
-
Method Summary
Modifier and Type Method Description KSNamegetName()KSTypeReferencegetType()BooleanisVararg()BooleanisNoInline()BooleanisCrossInline()BooleanisVal()BooleanisVar()BooleangetHasDefault()Sequence<KSAnnotation>getAnnotations()OrigingetOrigin()LocationgetLocation()KSNodegetParent()final KSAnnotatedgetOwner()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)StringtoString()-
-
Method Detail
-
getName
KSName getName()
-
getType
KSTypeReference getType()
-
isNoInline
Boolean isNoInline()
-
isCrossInline
Boolean isCrossInline()
-
getHasDefault
Boolean getHasDefault()
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getOrigin
Origin getOrigin()
-
getLocation
Location getLocation()
-
getParent
KSNode getParent()
-
getOwner
final KSAnnotated getOwner()
-
-
-
-