Class KSPropertyGetterDescriptorImpl
-
- 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.KSPropertyGetter
public final class KSPropertyGetterDescriptorImpl extends KSPropertyAccessorDescriptorImpl implements KSPropertyGetter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSPropertyGetterDescriptorImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final KSTypeReferencereturnTypeprivate final Sequence<KSDeclaration>declarationsprivate final Originoriginprivate final KSPropertyDeclarationreceiverprivate final KSNodeparentprivate final Locationlocationprivate final Sequence<KSAnnotation>annotationsprivate final Set<Modifier>modifiersprivate final PropertyAccessorDescriptordescriptorpublic final static KSPropertyGetterDescriptorImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description KSTypeReferencegetReturnType()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
-
-