Class KSPropertyAccessorImpl
-
- 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
public abstract class KSPropertyAccessorImpl implements KSPropertyAccessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSPropertyAccessorImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final KSPropertyDeclarationreceiverprivate final Sequence<KSAnnotation>annotationsprivate final KSNodeparentprivate final Locationlocationprivate final Set<Modifier>modifiersprivate final Sequence<KSDeclaration>declarationsprivate final Originoriginprivate final KtPropertyAccessorktPropertyAccessorpublic final static KSPropertyAccessorImpl.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description KSPropertyAccessorImpl(KtPropertyAccessor ktPropertyAccessor)
-
Method Summary
Modifier and Type Method Description KSPropertyDeclarationgetReceiver()Sequence<KSAnnotation>getAnnotations()KSNodegetParent()LocationgetLocation()Set<Modifier>getModifiers()Sequence<KSDeclaration>getDeclarations()OrigingetOrigin()final KtPropertyAccessorgetKtPropertyAccessor()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)-
-
Method Detail
-
getReceiver
KSPropertyDeclaration getReceiver()
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getParent
KSNode getParent()
-
getLocation
Location getLocation()
-
getModifiers
Set<Modifier> getModifiers()
-
getDeclarations
Sequence<KSDeclaration> getDeclarations()
-
getOrigin
Origin getOrigin()
-
getKtPropertyAccessor
final KtPropertyAccessor getKtPropertyAccessor()
-
-
-
-