Class KSPropertySetterDescriptorImpl
-
- 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 KSPropertySetterDescriptorImpl extends KSPropertyAccessorDescriptorImpl implements KSPropertySetter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSPropertySetterDescriptorImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final KSValueParameterparameterprivate final Sequence<KSDeclaration>declarationsprivate final Originoriginprivate final KSPropertyDeclarationreceiverprivate final KSNodeparentprivate final Locationlocationprivate final Sequence<KSAnnotation>annotationsprivate final Set<Modifier>modifiersprivate final PropertyAccessorDescriptordescriptorpublic final static KSPropertySetterDescriptorImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description KSValueParametergetParameter()Sequence<KSDeclaration>getDeclarations()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)StringtoString()-
Methods inherited from class com.google.devtools.ksp.symbol.impl.binary.KSPropertyAccessorDescriptorImpl
getAnnotations, getDescriptor, getLocation, getModifiers, getOrigin, getParent, getReceiver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-