Class KSPropertyDeclarationJavaImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSAnnotated,com.google.devtools.ksp.symbol.KSDeclaration,com.google.devtools.ksp.symbol.KSExpectActual,com.google.devtools.ksp.symbol.KSModifierListOwner,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSPropertyDeclaration
public final class KSPropertyDeclarationJavaImpl extends KSDeclarationJavaImpl implements KSPropertyDeclaration, KSExpectActual
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSPropertyDeclarationJavaImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Originoriginprivate final Locationlocationprivate final BooleanisMutableprivate final BooleanhasBackingFieldprivate final Sequence<KSAnnotation>annotationsprivate final KSFilecontainingFileprivate final KSTypeReferenceextensionReceiverprivate final KSPropertyGettergetterprivate final KSPropertySettersetterprivate final Set<Modifier>modifiersprivate final KSDeclarationparentDeclarationprivate final KSNamequalifiedNameprivate final KSNamesimpleNameprivate final List<KSTypeParameter>typeParametersprivate final KSTypeReferencetypeprivate final PsiFieldpsiprivate final StringdocStringprivate final BooleanisActualprivate final BooleanisExpectprivate final KSNamepackageNameprivate final KSNodeparentpublic final static KSPropertyDeclarationJavaImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description OrigingetOrigin()LocationgetLocation()BooleanisMutable()BooleangetHasBackingField()Sequence<KSAnnotation>getAnnotations()KSFilegetContainingFile()KSTypeReferencegetExtensionReceiver()KSPropertyGettergetGetter()KSPropertySettergetSetter()Set<Modifier>getModifiers()KSDeclarationgetParentDeclaration()KSNamegetQualifiedName()KSNamegetSimpleName()List<KSTypeParameter>getTypeParameters()KSTypeReferencegetType()final PsiFieldgetPsi()KSPropertyDeclarationfindOverridee()BooleanisDelegated()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)KSTypeasMemberOf(KSType containing)-
Methods inherited from class com.google.devtools.ksp.symbol.KSDeclaration
getDocString, getPackageName -
Methods inherited from class com.google.devtools.ksp.symbol.KSExpectActual
findActuals, findExpects, isActual, isExpect -
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
-
getOrigin
Origin getOrigin()
-
getLocation
Location getLocation()
-
getHasBackingField
Boolean getHasBackingField()
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getContainingFile
KSFile getContainingFile()
-
getExtensionReceiver
KSTypeReference getExtensionReceiver()
-
getGetter
KSPropertyGetter getGetter()
-
getSetter
KSPropertySetter getSetter()
-
getModifiers
Set<Modifier> getModifiers()
-
getParentDeclaration
KSDeclaration getParentDeclaration()
-
getQualifiedName
KSName getQualifiedName()
-
getSimpleName
KSName getSimpleName()
-
getTypeParameters
List<KSTypeParameter> getTypeParameters()
-
getType
KSTypeReference getType()
-
getPsi
final PsiField getPsi()
-
findOverridee
KSPropertyDeclaration findOverridee()
-
isDelegated
Boolean isDelegated()
-
asMemberOf
KSType asMemberOf(KSType containing)
-
-
-
-