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(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.KSPropertySetter
- 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.KSPropertyDeclaration
- 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(KSAnnotated,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 com.google.devtools.ksp.KSTypeNotPresentException
- getCause() - function in com.google.devtools.ksp.KSTypesNotPresentException
- getCharType() - function in com.google.devtools.ksp.processing.KSBuiltIns
- getClassDeclarationByName(Resolver) - function in com.google.devtools.ksp.UtilsKt
- Try to resolve the KSClassDeclaration for a class using its fully qualified name.
- getClassDeclarationByName(Resolver,String) - function in com.google.devtools.ksp.UtilsKt
- Find a class in the compilation classpath for the given name.
- getClassDeclarationByName(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(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.
- getDeclarationsFromPackage(String) - function in com.google.devtools.ksp.processing.Resolver
- Returns declarations with the given package name.
- getDeclarationsInSourceOrder(KSDeclarationContainer) - function in com.google.devtools.ksp.processing.Resolver
- Same as KSDeclarationContainer.declarations, but sorted by declaration order in the source.
- getDeclaredFunctions(KSClassDeclaration) - function in com.google.devtools.ksp.UtilsKt
- Get functions directly declared inside the class declaration.
- getDeclaredProperties(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.
- 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.KSFile
- Absolute path of this source file.
- getFilePath() - function in com.google.devtools.ksp.symbol.FileLocation
- getFloatType() - function in com.google.devtools.ksp.processing.KSBuiltIns
- getFunctionDeclarationsByName(Resolver,String,Boolean) - function in com.google.devtools.ksp.UtilsKt
- Find functions in the compilation classpath for the given name.
- getFunctionDeclarationsByName(KSName,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
- getIsAbstract() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
- Whether this function is abstract.
- getIsActual() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
- True if this is an
actualimplementation. - getIsActual() - function in com.google.devtools.ksp.symbol.KSDeclaration
- True if this is an
actualimplementation. - getIsActual() - function in com.google.devtools.ksp.symbol.KSExpectActual
- True if this is an
actualimplementation. - getIsActual() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
- True if this is an
actualimplementation. - getIsActual() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- True if this is an
actualimplementation. - getIsActual() - function in com.google.devtools.ksp.symbol.KSTypeAlias
- True if this is an
actualimplementation. - getIsActual() - function in com.google.devtools.ksp.symbol.KSTypeParameter
- True if this is an
actualimplementation. - getIsAllSources() - function in com.google.devtools.ksp.processing.Dependencies
- getIsCompanionObject() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
- Determine whether this class declaration is a companion object.
- getIsCrossInline() - function in com.google.devtools.ksp.symbol.KSValueParameter
- True if it has the
crossinlinemodifier - getIsError() - function in com.google.devtools.ksp.symbol.KSFunction
- True if the compiler couldn't resolve the function.
- getIsError() - function in com.google.devtools.ksp.symbol.KSType
- True if the type is an error type, which means the type can't be resolved by compiler.
- getIsExpect() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
- True if this is an
expectdeclaration. - getIsExpect() - function in com.google.devtools.ksp.symbol.KSDeclaration
- True if this is an
expectdeclaration. - getIsExpect() - function in com.google.devtools.ksp.symbol.KSExpectActual
- True if this is an
expectdeclaration. - getIsExpect() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
- True if this is an
expectdeclaration. - getIsExpect() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- True if this is an
expectdeclaration. - getIsExpect() - function in com.google.devtools.ksp.symbol.KSTypeAlias
- True if this is an
expectdeclaration. - getIsExpect() - function in com.google.devtools.ksp.symbol.KSTypeParameter
- True if this is an
expectdeclaration. - getIsFunctionType() - function in com.google.devtools.ksp.symbol.KSType
- True if the type is a function type.
- getIsMarkedNullable() - function in com.google.devtools.ksp.symbol.KSType
- True if the type is explicitly marked as nullable type, i.e.
- getIsMutable() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- True if this property is mutable.
- getIsNoInline() - function in com.google.devtools.ksp.symbol.KSValueParameter
- True if it has the
noinlinemodifier - getIsReified() - function in com.google.devtools.ksp.symbol.KSTypeParameter
- True if it is reified, i.e., has the reified modifier.
- getIsSpread() - function in com.google.devtools.ksp.symbol.KSValueArgument
- True if it is a spread argument (i.e., has a "*" in front of the argument).
- getIsSuspendFunctionType() - function in com.google.devtools.ksp.symbol.KSType
- True if the type is a suspend function
- getIsVal() - function in com.google.devtools.ksp.symbol.KSValueParameter
- True if it is a value
- getIsVar() - function in com.google.devtools.ksp.symbol.KSValueParameter
- True if it is a variable
- getIsVararg() - function in com.google.devtools.ksp.symbol.KSValueParameter
- True if it is a vararg.
- getIterableType() - function in com.google.devtools.ksp.processing.KSBuiltIns
- getJavaClassByName(Resolver,KSName) - function in com.google.devtools.ksp.UtilsKt
- getJavaClassByName(Resolver,String) - function in com.google.devtools.ksp.UtilsKt
- getJavaWildcard(KSTypeReference) - function in com.google.devtools.ksp.processing.Resolver
- Compute the corresponding Java wildcard, from the given reference.
- getJvmCheckedException(KSFunctionDeclaration) - function in com.google.devtools.ksp.processing.Resolver
- Returns checked exceptions declared in a function's header.
- getJvmCheckedException(KSPropertyAccessor) - function in com.google.devtools.ksp.processing.Resolver
- Returns checked exceptions declared in a property accessor's header.
- getJvmName(KSFunctionDeclaration) - function in com.google.devtools.ksp.processing.Resolver
- Returns the jvm name of the given function.
- getJvmName(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(Resolver,KSName) - function in com.google.devtools.ksp.UtilsKt
- getKotlinClassByName(Resolver,String) - function in com.google.devtools.ksp.UtilsKt
- getKotlinVersion() - function in com.google.devtools.ksp.processing.SymbolProcessorEnvironment
- language version of compilation environment.
- getKSNameFromString(String) - function in com.google.devtools.ksp.processing.Resolver
- Get a KSName from a String.
- 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.KSTypeNotPresentException
- getLocalizedMessage() - function in kotlin.KSTypesNotPresentException
- 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.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.KSPropertySetter
- getLocation() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
- getLocation() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- 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 com.google.devtools.ksp.KSTypeNotPresentException
- getMessage() - function in com.google.devtools.ksp.KSTypesNotPresentException
- 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.KSPropertySetter
- 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.KSPropertyDeclaration
- 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.
- getName() - function in com.google.devtools.ksp.symbol.AnnotationUseSiteTarget
- getName() - function in com.google.devtools.ksp.symbol.ClassKind
- getName() - function in com.google.devtools.ksp.symbol.FunctionKind
- 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 com.google.devtools.ksp.symbol.Modifier
- getName() - function in com.google.devtools.ksp.symbol.Nullability
- getName() - function in com.google.devtools.ksp.symbol.Origin
- getName() - function in com.google.devtools.ksp.symbol.Variance
- getName() - function in com.google.devtools.ksp.symbol.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 com.google.devtools.ksp.symbol.AnnotationUseSiteTarget
- getOrdinal() - function in com.google.devtools.ksp.symbol.ClassKind
- getOrdinal() - function in com.google.devtools.ksp.symbol.FunctionKind
- getOrdinal() - function in com.google.devtools.ksp.symbol.Modifier
- getOrdinal() - function in com.google.devtools.ksp.symbol.Nullability
- getOrdinal() - function in com.google.devtools.ksp.symbol.Origin
- getOrdinal() - function in com.google.devtools.ksp.symbol.Variance
- getOrdinal() - function in com.google.devtools.ksp.symbol.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.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.KSPropertySetter
- getOrigin() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
- getOrigin() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- 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(KSPropertyDeclaration) - function in com.google.devtools.ksp.processing.Resolver
- Returns the binary class name of the owner class in JVM for the given KSPropertyDeclaration.
- getOwnerJvmClassName(KSFunctionDeclaration) - function in com.google.devtools.ksp.processing.Resolver
- Returns the binary class name of the owner class in JVM for the given KSFunctionDeclaration.
- 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.
- 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.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.KSPropertySetter
- getParent() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
- getParent() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- 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.PlatformInfo
- getPlatformName() - function in com.google.devtools.ksp.processing.JvmPlatformInfo
- getPlatformName() - function in com.google.devtools.ksp.processing.JsPlatformInfo
- getPlatformName() - function in com.google.devtools.ksp.processing.NativePlatformInfo
- 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(Resolver,String,Boolean) - function in com.google.devtools.ksp.UtilsKt
- Find a property in the compilation classpath for the given name.
- getPropertyDeclarationByName(KSName,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.KSPropertySetter
- The owner of the property accessor.
- getReceiver() - function in com.google.devtools.ksp.symbol.KSPropertyGetter
- 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.KSTypeNotPresentException
- getStackTrace() - function in kotlin.KSTypesNotPresentException
- 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.KSTypeNotPresentException
- getSuppressed() - function in kotlin.KSTypesNotPresentException
- getSymbolsWithAnnotation(String,Boolean) - function in com.google.devtools.ksp.processing.Resolver
- Get all symbols with specified annotation.
- 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(KSTypeReference,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.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(KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
- Determine Visibility of a KSDeclaration.