Class KSPropertyAccessorSyntheticImpl
-
- 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 KSPropertyAccessorSyntheticImpl implements KSPropertyAccessor
-
-
Field Summary
Fields Modifier and Type Field Description private final Sequence<KSAnnotation>annotationsprivate final Locationlocationprivate final Set<Modifier>modifiersprivate final Originoriginprivate final KSPropertyDeclarationreceiverprivate final Sequence<KSDeclaration>declarationsprivate final KSNodeparent
-
Constructor Summary
Constructors Constructor Description KSPropertyAccessorSyntheticImpl(KSPropertyDeclaration ksPropertyDeclaration)
-
Method Summary
Modifier and Type Method Description Sequence<KSAnnotation>getAnnotations()LocationgetLocation()Set<Modifier>getModifiers()OrigingetOrigin()KSPropertyDeclarationgetReceiver()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)-
Methods inherited from class com.google.devtools.ksp.symbol.KSDeclarationContainer
getDeclarations -
Methods inherited from class com.google.devtools.ksp.symbol.KSNode
getParent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getLocation
Location getLocation()
-
getModifiers
Set<Modifier> getModifiers()
-
getOrigin
Origin getOrigin()
-
getReceiver
KSPropertyDeclaration getReceiver()
-
-
-
-