Class KSDeclarationDescriptorImpl
-
- 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
public abstract class KSDeclarationDescriptorImpl implements KSDeclaration
-
-
Field Summary
Fields Modifier and Type Field Description private final Originoriginprivate final KSFilecontainingFileprivate final Locationlocationprivate final Sequence<KSAnnotation>annotationsprivate final KSDeclarationparentDeclarationprivate final KSNodeparentprivate final KSNamepackageNameprivate final KSNamequalifiedNameprivate final KSNamesimpleNameprivate final VoiddocStringprivate final BooleanisActualprivate final BooleanisExpectprivate final Set<Modifier>modifiersprivate final List<KSTypeParameter>typeParameters
-
Constructor Summary
Constructors Constructor Description KSDeclarationDescriptorImpl(DeclarationDescriptor descriptor)
-
Method Summary
Modifier and Type Method Description OrigingetOrigin()KSFilegetContainingFile()LocationgetLocation()Sequence<KSAnnotation>getAnnotations()KSDeclarationgetParentDeclaration()KSNodegetParent()KSNamegetPackageName()KSNamegetQualifiedName()KSNamegetSimpleName()VoidgetDocString()StringtoString()-
Methods inherited from class com.google.devtools.ksp.symbol.KSExpectActual
findActuals, findExpects, isActual, isExpect -
Methods inherited from class com.google.devtools.ksp.symbol.KSModifierListOwner
getModifiers -
Methods inherited from class com.google.devtools.ksp.symbol.KSDeclaration
getTypeParameters -
Methods inherited from class com.google.devtools.ksp.symbol.KSNode
accept -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOrigin
Origin getOrigin()
-
getContainingFile
KSFile getContainingFile()
-
getLocation
Location getLocation()
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getParentDeclaration
KSDeclaration getParentDeclaration()
-
getParent
KSNode getParent()
-
getPackageName
KSName getPackageName()
-
getQualifiedName
KSName getQualifiedName()
-
getSimpleName
KSName getSimpleName()
-
getDocString
Void getDocString()
-
-
-
-