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(java.lang.String,com.google.devtools.ksp.symbol.KSNode) - function in com.google.devtools.ksp.processing.KSPLogger
- initCause(java.lang.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(com.google.devtools.ksp.symbol.KSClassDeclaration) - function in com.google.devtools.ksp.UtilsKt
- isAbstract(com.google.devtools.ksp.symbol.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
actualimplementation. - isActual() - function in com.google.devtools.ksp.symbol.KSDeclaration
- True if this is an
actualimplementation. - isActual() - function in com.google.devtools.ksp.symbol.KSExpectActual
- True if this is an
actualimplementation. - isActual() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
- True if this is an
actualimplementation. - isActual() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- True if this is an
actualimplementation. - isActual() - function in com.google.devtools.ksp.symbol.KSTypeAlias
- True if this is an
actualimplementation. - isActual() - function in com.google.devtools.ksp.symbol.KSTypeParameter
- True if this is an
actualimplementation. - isAllSources() - function in com.google.devtools.ksp.processing.Dependencies
- isAnnotationPresent(com.google.devtools.ksp.symbol.KSAnnotated,kotlin.reflect.KClass) - function in com.google.devtools.ksp.UtilsKt
- isAssignableFrom(com.google.devtools.ksp.symbol.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(com.google.devtools.ksp.symbol.KSFunctionDeclaration) - function in com.google.devtools.ksp.UtilsKt
- Returns
trueif 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
crossinlinemodifier - isDefault(com.google.devtools.ksp.symbol.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
expectdeclaration. - isExpect() - function in com.google.devtools.ksp.symbol.KSDeclaration
- True if this is an
expectdeclaration. - isExpect() - function in com.google.devtools.ksp.symbol.KSExpectActual
- True if this is an
expectdeclaration. - isExpect() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
- True if this is an
expectdeclaration. - isExpect() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- True if this is an
expectdeclaration. - isExpect() - function in com.google.devtools.ksp.symbol.KSTypeAlias
- True if this is an
expectdeclaration. - isExpect() - function in com.google.devtools.ksp.symbol.KSTypeParameter
- True if this is an
expectdeclaration. - isFunctionType() - function in com.google.devtools.ksp.symbol.KSType
- True if the type is a function type.
- isInternal(com.google.devtools.ksp.symbol.KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
- isJavaPackagePrivate(com.google.devtools.ksp.symbol.KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
- isJavaRawType(com.google.devtools.ksp.symbol.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(com.google.devtools.ksp.symbol.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
noinlinemodifier - isOpen(com.google.devtools.ksp.symbol.KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
- isPrivate(com.google.devtools.ksp.symbol.KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
- isProtected(com.google.devtools.ksp.symbol.KSDeclaration) - function in com.google.devtools.ksp.UtilsKt
- isPublic(com.google.devtools.ksp.symbol.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(com.google.devtools.ksp.symbol.KSDeclaration,com.google.devtools.ksp.symbol.KSDeclaration) - function in com.google.devtools.ksp.UtilsKt