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

I

IN - enum entry in com.google.devtools.ksp.symbol.Modifier
 
INFIX - enum entry in com.google.devtools.ksp.symbol.Modifier
 
info(String,KSNode) - function in com.google.devtools.ksp.processing.KSPLogger
 
initCause(Throwable) - function in kotlin.Throwable
 
INLINE - enum entry in com.google.devtools.ksp.symbol.Modifier
 
INNER - enum entry in com.google.devtools.ksp.symbol.Modifier
 
INTERFACE - enum entry in com.google.devtools.ksp.symbol.ClassKind
 
INTERNAL - enum entry in com.google.devtools.ksp.symbol.Modifier
 
INTERNAL - enum entry in com.google.devtools.ksp.symbol.Visibility
 
INVARIANT - enum entry in com.google.devtools.ksp.symbol.Variance
 
isAbstract(KSClassDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
isAbstract(KSPropertyDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
isAbstract() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
Whether this function is abstract.
isActual() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
True if this is an actual implementation.
isActual() - function in com.google.devtools.ksp.symbol.KSDeclaration
True if this is an actual implementation.
isActual() - function in com.google.devtools.ksp.symbol.KSExpectActual
True if this is an actual implementation.
isActual() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
True if this is an actual implementation.
isActual() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
True if this is an actual implementation.
isActual() - function in com.google.devtools.ksp.symbol.KSTypeAlias
True if this is an actual implementation.
isActual() - function in com.google.devtools.ksp.symbol.KSTypeParameter
True if this is an actual implementation.
isAllSources() - function in com.google.devtools.ksp.processing.Dependencies
 
isAnnotationPresent(KSAnnotated,KClass) - function in com.google.devtools.ksp.UtilsKt
 
isAssignableFrom(KSType) - function in com.google.devtools.ksp.symbol.KSType
Check whether this type is assign-compatible from another type.
isCompanionObject() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
Determine whether this class declaration is a companion object.
isConstructor(KSFunctionDeclaration) - function in com.google.devtools.ksp.UtilsKt
Returns true if this is a constructor function.
isCovarianceFlexible() - function in com.google.devtools.ksp.symbol.KSType
True if the type can be both invariant and covariant, depending on the context.
isCrossInline() - function in com.google.devtools.ksp.symbol.KSValueParameter
True if it has the crossinline modifier
isDefault(KSValueArgument) - function in com.google.devtools.ksp.UtilsKt
 
isDelegated() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
Indicates whether this is a delegated property.
isError() - function in com.google.devtools.ksp.symbol.KSFunction
True if the compiler couldn't resolve the function.
isError() - 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.
isExpect() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
True if this is an expect declaration.
isExpect() - function in com.google.devtools.ksp.symbol.KSDeclaration
True if this is an expect declaration.
isExpect() - function in com.google.devtools.ksp.symbol.KSExpectActual
True if this is an expect declaration.
isExpect() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
True if this is an expect declaration.
isExpect() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
True if this is an expect declaration.
isExpect() - function in com.google.devtools.ksp.symbol.KSTypeAlias
True if this is an expect declaration.
isExpect() - function in com.google.devtools.ksp.symbol.KSTypeParameter
True if this is an expect declaration.
isFunctionType() - function in com.google.devtools.ksp.symbol.KSType
True if the type is a function type.
isInternal(KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
isJavaPackagePrivate(KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
isJavaRawType(KSType) - function in com.google.devtools.ksp.processing.Resolver
Tests a type if it was declared as legacy "raw" type in Java - a type with its type arguments fully omitted.
isLocal(KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
Check whether this is a local declaration, or namely, declared in a function.
isMarkedNullable() - function in com.google.devtools.ksp.symbol.KSType
True if the type is explicitly marked as nullable type, i.e.
isMutabilityFlexible() - function in com.google.devtools.ksp.symbol.KSType
True if the type is a collection and can be both mutable and immutable, depending on the context.
isMutable() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
True if this property is mutable.
isNoInline() - function in com.google.devtools.ksp.symbol.KSValueParameter
True if it has the noinline modifier
isOpen(KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
isPrivate(KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
isProtected(KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
isPublic(KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
isReified() - function in com.google.devtools.ksp.symbol.KSTypeParameter
True if it is reified, i.e., has the reified modifier.
isSpread() - function in com.google.devtools.ksp.symbol.KSValueArgument
True if it is a spread argument (i.e., has a "*" in front of the argument).
isSuspendFunctionType() - function in com.google.devtools.ksp.symbol.KSType
True if the type is a suspend function
isVal() - function in com.google.devtools.ksp.symbol.KSValueParameter
True if it is a value
isVar() - function in com.google.devtools.ksp.symbol.KSValueParameter
True if it is a variable
isVararg() - function in com.google.devtools.ksp.symbol.KSValueParameter
True if it is a vararg.
isVisibleFrom(KSDeclaration,KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
 
A  C  D  E  F  G  I  J  K  L  M  N  O  P  R  S  T  U  V  W