A  C  D  E  F  G  I  J  K  L  M  N  O  P  R  S  T  U  V  W 

G

GET - enum entry in com.google.devtools.ksp.symbol.AnnotationUseSiteTarget
 
getAggregating() - function in com.google.devtools.ksp.processing.Dependencies
 
getALL_FILES() - function in com.google.devtools.ksp.processing.Dependencies.Companion
A short-hand to all source files.
getAllFiles() - function in com.google.devtools.ksp.processing.Resolver
Get all files in the module / compilation unit.
getAllFunctions() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Get all member functions of a class declaration, including declared and inherited.
getAllProperties() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Get all member properties of a class declaration, including declared and inherited.
getAllSuperTypes(com.google.devtools.ksp.symbol.KSClassDeclaration) - function in com.google.devtools.ksp.UtilsKt
get all super types for a class declaration Calling getAllSuperTypes requires type resolution therefore is expensive and should be avoided if possible.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSAnnotated
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSDeclaration
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSFile
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSPropertyAccessor
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSPropertySetter
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSType
Type annotations to the type.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSTypeAlias
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSTypeArgument
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSTypeParameter
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSTypeReference
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSValueArgument
All annotations on this symbol.
getAnnotations() - function in com.google.devtools.ksp.symbol.KSValueParameter
All annotations on this symbol.
getAnnotationsByType(com.google.devtools.ksp.symbol.KSAnnotated,kotlin.reflect.KClass) - function in com.google.devtools.ksp.UtilsKt
 
getAnnotationType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getAnnotationType() - function in com.google.devtools.ksp.symbol.KSAnnotation
Reference to the type of the annotation class declaration.
getAnyType() - function in com.google.devtools.ksp.processing.KSBuiltIns
Common Standard Library types.
getApiVersion() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
Kotlin API version of compilation environment.
getArguments() - function in com.google.devtools.ksp.symbol.KSAnnotation
The arguments applied to the constructor call to construct this annotation.
getArguments() - function in com.google.devtools.ksp.symbol.KSType
Type arguments to the type.
getArrayType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getBooleanType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getBounds() - function in com.google.devtools.ksp.symbol.KSTypeParameter
Upper bounds of the type parameter.
getBuiltIns() - function in com.google.devtools.ksp.processing.Resolver
Provides built in types for convenience.
getByteType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getCause() - function in kotlin.Throwable
 
getCharType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getClassDeclarationByName(com.google.devtools.ksp.processing.Resolver) - function in com.google.devtools.ksp.UtilsKt
Try to resolve the KSClassDeclaration for a class using its fully qualified name.
getClassDeclarationByName(com.google.devtools.ksp.processing.Resolver,java.lang.String) - function in com.google.devtools.ksp.UtilsKt
Find a class in the compilation classpath for the given name.
getClassDeclarationByName(com.google.devtools.ksp.symbol.KSName) - function in com.google.devtools.ksp.processing.Resolver
Find a class in the compilation classpath for the given name.
getClassKind() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
The Kind of the class declaration.
getCodeGenerator() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
creates managed files.
getCompilerVersion() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
Kotlin compiler version of compilation environment.
getConstructors(com.google.devtools.ksp.symbol.KSClassDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
getContainingFile() - function in com.google.devtools.ksp.UtilsKt
 
getContainingFile() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
The containing source file of this declaration, can be null if symbol does not come from a source file, i.e.
getContainingFile() - function in com.google.devtools.ksp.symbol.KSDeclaration
The containing source file of this declaration, can be null if symbol does not come from a source file, i.e.
getContainingFile() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
The containing source file of this declaration, can be null if symbol does not come from a source file, i.e.
getContainingFile() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
The containing source file of this declaration, can be null if symbol does not come from a source file, i.e.
getContainingFile() - function in com.google.devtools.ksp.symbol.KSTypeAlias
The containing source file of this declaration, can be null if symbol does not come from a source file, i.e.
getContainingFile() - function in com.google.devtools.ksp.symbol.KSTypeParameter
The containing source file of this declaration, can be null if symbol does not come from a source file, i.e.
getDeclaration() - function in com.google.devtools.ksp.symbol.KSType
The declaration that generates this type.
getDeclarations() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Declarations that are lexically declared inside the current container.
getDeclarations() - function in com.google.devtools.ksp.symbol.KSDeclarationContainer
Declarations that are lexically declared inside the current container.
getDeclarations() - function in com.google.devtools.ksp.symbol.KSFile
Declarations that are lexically declared inside the current container.
getDeclarations() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
Declarations that are lexically declared inside the current container.
getDeclarations() - function in com.google.devtools.ksp.symbol.KSPropertyAccessor
Declarations that are lexically declared inside the current container.
getDeclarations() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
Declarations that are lexically declared inside the current container.
getDeclarations() - function in com.google.devtools.ksp.symbol.KSPropertySetter
Declarations that are lexically declared inside the current container.
getDeclarationsFromPackage(java.lang.String) - function in com.google.devtools.ksp.processing.Resolver
Returns declarations with the given package name.
getDeclarationsInSourceOrder(com.google.devtools.ksp.symbol.KSDeclarationContainer) - function in com.google.devtools.ksp.processing.Resolver
Same as KSDeclarationContainer.declarations, but sorted by declaration order in the source.
getDeclaredFunctions(com.google.devtools.ksp.symbol.KSClassDeclaration) - function in com.google.devtools.ksp.UtilsKt
Get functions directly declared inside the class declaration.
getDeclaredProperties(com.google.devtools.ksp.symbol.KSClassDeclaration) - function in com.google.devtools.ksp.UtilsKt
Get properties directly declared inside the class declaration.
getDefaultArguments() - function in com.google.devtools.ksp.symbol.KSAnnotation
The default values of the annotation members
getDocString() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
The doc string enclosed by \/\*\* and \*\/
getDocString() - function in com.google.devtools.ksp.symbol.KSDeclaration
The doc string enclosed by \/\*\* and \*\/
getDocString() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
The doc string enclosed by \/\*\* and \*\/
getDocString() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
The doc string enclosed by \/\*\* and \*\/
getDocString() - function in com.google.devtools.ksp.symbol.KSTypeAlias
The doc string enclosed by \/\*\* and \*\/
getDocString() - function in com.google.devtools.ksp.symbol.KSTypeParameter
The doc string enclosed by \/\*\* and \*\/
getDoubleType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getElement() - function in com.google.devtools.ksp.symbol.KSParenthesizedReference
The reference in this parenthesis
getElement() - function in com.google.devtools.ksp.symbol.KSTypeReference
Underlying element of this type reference, without annotations and modifiers.
getEnclosedType() - function in com.google.devtools.ksp.symbol.KSDefNonNullReference
Enclosed reference element of the Definitely non null type.
getEntries() - function in com.google.devtools.ksp.processing.ExitCode
 
getEntries() - function in com.google.devtools.ksp.symbol.AnnotationUseSiteTarget
 
getEntries() - function in com.google.devtools.ksp.symbol.ClassKind
Kind of a class declaration.
getEntries() - function in com.google.devtools.ksp.symbol.FunctionKind
Kind of a function declaration.
getEntries() - function in com.google.devtools.ksp.symbol.Modifier
All possible modifiers presented in the Kotlin grammar.
getEntries() - function in com.google.devtools.ksp.symbol.Nullability
Nullability of types PLATFORM types can be nullable or not nullable, depending on context.
getEntries() - function in com.google.devtools.ksp.symbol.Origin
 
getEntries() - function in com.google.devtools.ksp.symbol.Variance
Represents both declaration-site and use-site variance.
getEntries() - function in com.google.devtools.ksp.symbol.Visibility
Visibility of the element
getExtensionReceiver() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
Extension receiver of this function
getExtensionReceiver() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
Extension receiver if this declaration is an https://kotlinlang.org/docs/reference/extensions.
getExtensionReceiverType() - function in com.google.devtools.ksp.symbol.KSFunction
The receiver type of the function.
getFileName() - function in com.google.devtools.ksp.symbol.KSFile
File name of this source file.
getFilePath() - function in com.google.devtools.ksp.symbol.FileLocation
 
getFilePath() - function in com.google.devtools.ksp.symbol.KSFile
Absolute path of this source file.
getFloatType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getFunctionDeclarationsByName(com.google.devtools.ksp.processing.Resolver,java.lang.String,java.lang.Boolean) - function in com.google.devtools.ksp.UtilsKt
Find functions in the compilation classpath for the given name.
getFunctionDeclarationsByName(com.google.devtools.ksp.symbol.KSName,java.lang.Boolean) - function in com.google.devtools.ksp.processing.Resolver
Find functions in the compilation classpath for the given name.
getFunctionKind() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
Kind of this function.
getFunctionParameters() - function in com.google.devtools.ksp.symbol.KSCallableReference
Parameters to this callable.
getGeneratedFile() - function in com.google.devtools.ksp.processing.CodeGenerator
 
getGetter() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
Getter of the property.
getHasBackingField() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
True if this property has a backing field.
getHasDefault() - function in com.google.devtools.ksp.symbol.KSValueParameter
True if it has a default value
getInnerArguments() - function in com.google.devtools.ksp.UtilsKt
 
getIntType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getIterableType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getJavaClassByName(com.google.devtools.ksp.processing.Resolver,com.google.devtools.ksp.symbol.KSName) - function in com.google.devtools.ksp.UtilsKt
 
getJavaClassByName(com.google.devtools.ksp.processing.Resolver,java.lang.String) - function in com.google.devtools.ksp.UtilsKt
 
getJavaWildcard(com.google.devtools.ksp.symbol.KSTypeReference) - function in com.google.devtools.ksp.processing.Resolver
Compute the corresponding Java wildcard, from the given reference.
getJvmCheckedException(com.google.devtools.ksp.symbol.KSFunctionDeclaration) - function in com.google.devtools.ksp.processing.Resolver
Returns checked exceptions declared in a function's header.
getJvmCheckedException(com.google.devtools.ksp.symbol.KSPropertyAccessor) - function in com.google.devtools.ksp.processing.Resolver
Returns checked exceptions declared in a property accessor's header.
getJvmDefaultMode() - function in com.google.devtools.ksp.processing.JvmPlatformInfo
JVM default mode.
getJvmName(com.google.devtools.ksp.symbol.KSFunctionDeclaration) - function in com.google.devtools.ksp.processing.Resolver
Returns the jvm name of the given function.
getJvmName(com.google.devtools.ksp.symbol.KSPropertyAccessor) - function in com.google.devtools.ksp.processing.Resolver
Returns the jvm name of the given property accessor.
getJvmTarget() - function in com.google.devtools.ksp.processing.JvmPlatformInfo
JVM target version.
getKotlinClassByName(com.google.devtools.ksp.processing.Resolver,com.google.devtools.ksp.symbol.KSName) - function in com.google.devtools.ksp.UtilsKt
 
getKotlinClassByName(com.google.devtools.ksp.processing.Resolver,java.lang.String) - function in com.google.devtools.ksp.UtilsKt
 
getKotlinVersion() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
language version of compilation environment.
getKSNameFromString(java.lang.String) - function in com.google.devtools.ksp.processing.Resolver
Get a KSName from a String.
getKspVersion() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
KSP version
getKsType() - function in com.google.devtools.ksp.KSTypeNotPresentException
 
getKsTypes() - function in com.google.devtools.ksp.KSTypesNotPresentException
 
getLabel() - function in com.google.devtools.ksp.symbol.Variance
 
getLineNumber() - function in com.google.devtools.ksp.symbol.FileLocation
 
getLocalizedMessage() - function in kotlin.Throwable
 
getLocation() - function in com.google.devtools.ksp.symbol.KSAnnotated
 
getLocation() - function in com.google.devtools.ksp.symbol.KSAnnotation
 
getLocation() - function in com.google.devtools.ksp.symbol.KSCallableReference
 
getLocation() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
 
getLocation() - function in com.google.devtools.ksp.symbol.KSClassifierReference
 
getLocation() - function in com.google.devtools.ksp.symbol.KSDeclaration
 
getLocation() - function in com.google.devtools.ksp.symbol.KSDeclarationContainer
 
getLocation() - function in com.google.devtools.ksp.symbol.KSDefNonNullReference
 
getLocation() - function in com.google.devtools.ksp.symbol.KSDynamicReference
 
getLocation() - function in com.google.devtools.ksp.symbol.KSFile
 
getLocation() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
 
getLocation() - function in com.google.devtools.ksp.symbol.KSModifierListOwner
 
getLocation() - function in com.google.devtools.ksp.symbol.KSNode
 
getLocation() - function in com.google.devtools.ksp.symbol.KSParenthesizedReference
 
getLocation() - function in com.google.devtools.ksp.symbol.KSPropertyAccessor
 
getLocation() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
 
getLocation() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
 
getLocation() - function in com.google.devtools.ksp.symbol.KSPropertySetter
 
getLocation() - function in com.google.devtools.ksp.symbol.KSReferenceElement
 
getLocation() - function in com.google.devtools.ksp.symbol.KSTypeAlias
 
getLocation() - function in com.google.devtools.ksp.symbol.KSTypeArgument
 
getLocation() - function in com.google.devtools.ksp.symbol.KSTypeParameter
 
getLocation() - function in com.google.devtools.ksp.symbol.KSTypeReference
 
getLocation() - function in com.google.devtools.ksp.symbol.KSValueArgument
 
getLocation() - function in com.google.devtools.ksp.symbol.KSValueParameter
 
getLogger() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
for logging to build output.
getLongType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getMessage() - function in kotlin.Throwable
 
getModifiers() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSDeclaration
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSModifierListOwner
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSPropertyAccessor
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSPropertySetter
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSTypeAlias
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSTypeParameter
The set of modifiers on this element.
getModifiers() - function in com.google.devtools.ksp.symbol.KSTypeReference
The set of modifiers on this element.
getModuleName() - function in com.google.devtools.ksp.processing.Resolver
 
getName() - function in com.google.devtools.ksp.symbol.KSTypeAlias
The name of the type alias
getName() - function in com.google.devtools.ksp.symbol.KSTypeParameter
Name of the type parameterFor example, in class Foo<T>, the name value is "T"
getName() - function in com.google.devtools.ksp.symbol.KSValueArgument
The name for the named argument, or null otherwise.
getName() - function in com.google.devtools.ksp.symbol.KSValueParameter
Name of the parameter
getName() - function in kotlin.AnnotationUseSiteTarget
 
getName() - function in kotlin.ClassKind
 
getName() - function in kotlin.ExitCode
 
getName() - function in kotlin.FunctionKind
 
getName() - function in kotlin.Modifier
 
getName() - function in kotlin.Nullability
 
getName() - function in kotlin.Origin
 
getName() - function in kotlin.Variance
 
getName() - function in kotlin.Visibility
 
getNewFiles() - function in com.google.devtools.ksp.processing.Resolver
Get all new files in the module / compilation unit.
getNothingType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getNullability() - function in com.google.devtools.ksp.symbol.KSType
A type can be nullable, not nullable, or context-specific in the case of platform types.
getNumberType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getOptions() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
passed from command line, Gradle, etc.
getOrdinal() - function in kotlin.AnnotationUseSiteTarget
 
getOrdinal() - function in kotlin.ClassKind
 
getOrdinal() - function in kotlin.ExitCode
 
getOrdinal() - function in kotlin.FunctionKind
 
getOrdinal() - function in kotlin.Modifier
 
getOrdinal() - function in kotlin.Nullability
 
getOrdinal() - function in kotlin.Origin
 
getOrdinal() - function in kotlin.Variance
 
getOrdinal() - function in kotlin.Visibility
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSAnnotated
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSAnnotation
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSCallableReference
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSClassifierReference
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSDeclaration
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSDeclarationContainer
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSDefNonNullReference
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSDynamicReference
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSFile
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSModifierListOwner
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSNode
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSParenthesizedReference
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSPropertyAccessor
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSPropertySetter
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSReferenceElement
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSTypeAlias
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSTypeArgument
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSTypeParameter
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSTypeReference
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSValueArgument
 
getOrigin() - function in com.google.devtools.ksp.symbol.KSValueParameter
 
getOriginatingFiles() - function in com.google.devtools.ksp.processing.Dependencies
 
getOuterType() - function in com.google.devtools.ksp.UtilsKt
 
getOwnerJvmClassName(com.google.devtools.ksp.symbol.KSFunctionDeclaration) - function in com.google.devtools.ksp.processing.Resolver
Returns the binary class name of the owner class in JVM for the given KSFunctionDeclaration.
getOwnerJvmClassName(com.google.devtools.ksp.symbol.KSPropertyDeclaration) - function in com.google.devtools.ksp.processing.Resolver
Returns the binary class name of the owner class in JVM for the given KSPropertyDeclaration.
getPackageAnnotations(java.lang.String) - function in com.google.devtools.ksp.processing.Resolver
Returns annotations applied in package-info.java (if applicable) for given package name.
getPackageName() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
The name of the package at which this declaration is declared.
getPackageName() - function in com.google.devtools.ksp.symbol.KSDeclaration
The name of the package at which this declaration is declared.
getPackageName() - function in com.google.devtools.ksp.symbol.KSFile
The KSName representation of this file's package.
getPackageName() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
The name of the package at which this declaration is declared.
getPackageName() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
The name of the package at which this declaration is declared.
getPackageName() - function in com.google.devtools.ksp.symbol.KSTypeAlias
The name of the package at which this declaration is declared.
getPackageName() - function in com.google.devtools.ksp.symbol.KSTypeParameter
The name of the package at which this declaration is declared.
getPackagesWithAnnotation(java.lang.String) - function in com.google.devtools.ksp.processing.Resolver
Returns name of packages with given annotation.
getParameter() - function in com.google.devtools.ksp.symbol.KSPropertySetter
 
getParameters() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
value parameters of this function.
getParameterTypes() - function in com.google.devtools.ksp.symbol.KSFunction
The types of the value parameters of the function.
getParent() - function in com.google.devtools.ksp.symbol.KSAnnotated
 
getParent() - function in com.google.devtools.ksp.symbol.KSAnnotation
 
getParent() - function in com.google.devtools.ksp.symbol.KSCallableReference
 
getParent() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
 
getParent() - function in com.google.devtools.ksp.symbol.KSClassifierReference
 
getParent() - function in com.google.devtools.ksp.symbol.KSDeclaration
 
getParent() - function in com.google.devtools.ksp.symbol.KSDeclarationContainer
 
getParent() - function in com.google.devtools.ksp.symbol.KSDefNonNullReference
 
getParent() - function in com.google.devtools.ksp.symbol.KSDynamicReference
 
getParent() - function in com.google.devtools.ksp.symbol.KSFile
 
getParent() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
 
getParent() - function in com.google.devtools.ksp.symbol.KSModifierListOwner
 
getParent() - function in com.google.devtools.ksp.symbol.KSNode
 
getParent() - function in com.google.devtools.ksp.symbol.KSParenthesizedReference
 
getParent() - function in com.google.devtools.ksp.symbol.KSPropertyAccessor
 
getParent() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
 
getParent() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
 
getParent() - function in com.google.devtools.ksp.symbol.KSPropertySetter
 
getParent() - function in com.google.devtools.ksp.symbol.KSReferenceElement
 
getParent() - function in com.google.devtools.ksp.symbol.KSTypeAlias
 
getParent() - function in com.google.devtools.ksp.symbol.KSTypeArgument
 
getParent() - function in com.google.devtools.ksp.symbol.KSTypeParameter
 
getParent() - function in com.google.devtools.ksp.symbol.KSTypeReference
 
getParent() - function in com.google.devtools.ksp.symbol.KSValueArgument
 
getParent() - function in com.google.devtools.ksp.symbol.KSValueParameter
 
getParentDeclaration() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Parent declaration of this declaration, i.e.
getParentDeclaration() - function in com.google.devtools.ksp.symbol.KSDeclaration
Parent declaration of this declaration, i.e.
getParentDeclaration() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
Parent declaration of this declaration, i.e.
getParentDeclaration() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
Parent declaration of this declaration, i.e.
getParentDeclaration() - function in com.google.devtools.ksp.symbol.KSTypeAlias
Parent declaration of this declaration, i.e.
getParentDeclaration() - function in com.google.devtools.ksp.symbol.KSTypeParameter
Parent declaration of this declaration, i.e.
getPlatformName() - function in com.google.devtools.ksp.processing.JsPlatformInfo
 
getPlatformName() - function in com.google.devtools.ksp.processing.JvmPlatformInfo
 
getPlatformName() - function in com.google.devtools.ksp.processing.NativePlatformInfo
 
getPlatformName() - function in com.google.devtools.ksp.processing.PlatformInfo
 
getPlatformName() - function in com.google.devtools.ksp.processing.UnknownPlatformInfo
 
getPlatforms() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
Information of target platformsThere can be multiple platforms in a metadata compilation.
getPrimaryConstructor() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Primary constructor of a class, secondary constructors can be obtained by filtering declarations.
getPropertyDeclarationByName(com.google.devtools.ksp.processing.Resolver,java.lang.String,java.lang.Boolean) - function in com.google.devtools.ksp.UtilsKt
Find a property in the compilation classpath for the given name.
getPropertyDeclarationByName(com.google.devtools.ksp.symbol.KSName,java.lang.Boolean) - function in com.google.devtools.ksp.processing.Resolver
Find a property in the compilation classpath for the given name.
getQualifiedName() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Fully qualified name of this declaration, might not exist for some declarations like local declarations.
getQualifiedName() - function in com.google.devtools.ksp.symbol.KSDeclaration
Fully qualified name of this declaration, might not exist for some declarations like local declarations.
getQualifiedName() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
Fully qualified name of this declaration, might not exist for some declarations like local declarations.
getQualifiedName() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
Fully qualified name of this declaration, might not exist for some declarations like local declarations.
getQualifiedName() - function in com.google.devtools.ksp.symbol.KSTypeAlias
Fully qualified name of this declaration, might not exist for some declarations like local declarations.
getQualifiedName() - function in com.google.devtools.ksp.symbol.KSTypeParameter
Fully qualified name of this declaration, might not exist for some declarations like local declarations.
getQualifier() - function in com.google.devtools.ksp.symbol.KSClassifierReference
The outer class of an inner class.
getQualifier() - function in com.google.devtools.ksp.symbol.KSName
Qualifier of the name.
getReceiver() - function in com.google.devtools.ksp.symbol.KSPropertyAccessor
The owner of the property accessor.
getReceiver() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
The owner of the property accessor.
getReceiver() - function in com.google.devtools.ksp.symbol.KSPropertySetter
The owner of the property accessor.
getReceiverType() - function in com.google.devtools.ksp.symbol.KSCallableReference
A reference to the type of its receiver.
getReturnType() - function in com.google.devtools.ksp.symbol.KSCallableReference
A reference to its return type.
getReturnType() - function in com.google.devtools.ksp.symbol.KSFunction
The return type of the function.
getReturnType() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
Return type of this function.
getReturnType() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
 
getSealedSubclasses() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
 
getSetter() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
Setter of the property.
getShortName() - function in com.google.devtools.ksp.symbol.KSAnnotation
Short name for this annotation, equivalent to the simple name of the declaration of the annotation class.
getShortName() - function in com.google.devtools.ksp.symbol.KSName
If a qualified name, it is the last part.
getShortType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getSimpleName() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Simple name of this declaration, usually the name identifier at the declaration site.
getSimpleName() - function in com.google.devtools.ksp.symbol.KSDeclaration
Simple name of this declaration, usually the name identifier at the declaration site.
getSimpleName() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
Simple name of this declaration, usually the name identifier at the declaration site.
getSimpleName() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
Simple name of this declaration, usually the name identifier at the declaration site.
getSimpleName() - function in com.google.devtools.ksp.symbol.KSTypeAlias
Simple name of this declaration, usually the name identifier at the declaration site.
getSimpleName() - function in com.google.devtools.ksp.symbol.KSTypeParameter
Simple name of this declaration, usually the name identifier at the declaration site.
getStackTrace() - function in kotlin.Throwable
 
getStringType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getSuperTypes() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Sequence of supertypes of this class, containing both super class and implemented interfaces.
getSuppressed() - function in kotlin.Throwable
 
getSymbolsWithAnnotation(java.lang.String,java.lang.Boolean) - function in com.google.devtools.ksp.processing.Resolver
Get all symbols with specified annotation in the current compilation unit.
getTargetName() - function in com.google.devtools.ksp.processing.NativePlatformInfo
 
getType() - function in com.google.devtools.ksp.symbol.ClassKind
 
getType() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
The type of this declaration.
getType() - function in com.google.devtools.ksp.symbol.KSTypeAlias
The reference to the aliased type.
getType() - function in com.google.devtools.ksp.symbol.KSTypeArgument
The reference to the type
getType() - function in com.google.devtools.ksp.symbol.KSValueParameter
The reference to the type of the parameter.
getTypeArgument(com.google.devtools.ksp.symbol.KSTypeReference,com.google.devtools.ksp.symbol.Variance) - function in com.google.devtools.ksp.processing.Resolver
Compose a type argument out of a type reference and a variance
getTypeArguments() - function in com.google.devtools.ksp.symbol.KSCallableReference
Type arguments in the type reference.
getTypeArguments() - function in com.google.devtools.ksp.symbol.KSClassifierReference
Type arguments in the type reference.
getTypeArguments() - function in com.google.devtools.ksp.symbol.KSDefNonNullReference
Type arguments in the type reference.
getTypeArguments() - function in com.google.devtools.ksp.symbol.KSDynamicReference
Type arguments in the type reference.
getTypeArguments() - function in com.google.devtools.ksp.symbol.KSParenthesizedReference
Type arguments in the type reference.
getTypeArguments() - function in com.google.devtools.ksp.symbol.KSReferenceElement
Type arguments in the type reference.
getTypeParameters() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
List of type parameters of the declaration.
getTypeParameters() - function in com.google.devtools.ksp.symbol.KSDeclaration
List of type parameters of the declaration.
getTypeParameters() - function in com.google.devtools.ksp.symbol.KSFunction
The type parameters of the function.
getTypeParameters() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
List of type parameters of the declaration.
getTypeParameters() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
List of type parameters of the declaration.
getTypeParameters() - function in com.google.devtools.ksp.symbol.KSTypeAlias
List of type parameters of the declaration.
getTypeParameters() - function in com.google.devtools.ksp.symbol.KSTypeParameter
List of type parameters of the declaration.
getUnitType() - function in com.google.devtools.ksp.processing.KSBuiltIns
 
getUseSiteTarget() - function in com.google.devtools.ksp.symbol.KSAnnotation
Use site target of the annotation.
getValue() - function in com.google.devtools.ksp.symbol.KSValueArgument
The value of the argument.
getVariance() - function in com.google.devtools.ksp.symbol.KSTypeArgument
The use-site variance, or namely type projection
getVariance() - function in com.google.devtools.ksp.symbol.KSTypeParameter
Declaration-site variance
getVisibility(com.google.devtools.ksp.symbol.KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
Determine Visibility of a KSDeclaration.
A  C  D  E  F  G  I  J  K  L  M  N  O  P  R  S  T  U  V  W