Class KSPropertySetterImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSAnnotated,com.google.devtools.ksp.symbol.KSDeclarationContainer,com.google.devtools.ksp.symbol.KSModifierListOwner,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSPropertyAccessor,com.google.devtools.ksp.symbol.KSPropertySetter
public final class KSPropertySetterImpl extends KSPropertyAccessorImpl implements KSPropertySetter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSPropertySetterImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final KSValueParameterparameterprivate final KSPropertyDeclarationreceiverprivate final Sequence<KSAnnotation>annotationsprivate final KSNodeparentprivate final Locationlocationprivate final Set<Modifier>modifiersprivate final Sequence<KSDeclaration>declarationsprivate final Originoriginprivate final KtPropertyAccessorktPropertyAccessorpublic final static KSPropertySetterImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description KSValueParametergetParameter()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)StringtoString()-
Methods inherited from class com.google.devtools.ksp.symbol.impl.kotlin.KSPropertyAccessorImpl
getAnnotations, getDeclarations, getKtPropertyAccessor, getLocation, getModifiers, getOrigin, getParent, getReceiver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-