A
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
K
- KOTLIN - enum entry in com.google.devtools.ksp.symbol.Origin
- KOTLIN_LIB - enum entry in com.google.devtools.ksp.symbol.Origin
- KSAnnotated - class in com.google.devtools.ksp.symbol
- A symbol that can be annotated with annotations.
- KSAnnotation - class in com.google.devtools.ksp.symbol
- Instance of a constructor-call-like annotation.
- KSBuiltIns - class in com.google.devtools.ksp.processing
- KSCallableReference - class in com.google.devtools.ksp.symbol
- A reference to a callable entity, such as a function or a property.
- KSClassDeclaration - class in com.google.devtools.ksp.symbol
- Models class-like declarations, including class, interface and object.
- KSClassifierReference - class in com.google.devtools.ksp.symbol
- An application / reference to a user declared type such as class, interface and object.
- KSDeclaration - class in com.google.devtools.ksp.symbol
- A declaration, can be function declaration, class declaration and property declaration, or a type alias.
- KSDeclarationContainer - class in com.google.devtools.ksp.symbol
- A declaration container can have a list of declarations declared in it.
- KSDefaultVisitor - class in com.google.devtools.ksp.visitor
- A visitor that delegates to super types for methods that are not overridden.
- KSDefNonNullReference - class in com.google.devtools.ksp.symbol
- KSDynamicReference - class in com.google.devtools.ksp.symbol
- Models
dynamictype for Kotlin/JS. - KSEmptyVisitor - class in com.google.devtools.ksp.visitor
- A visitor that methods fall back to defaultHandler if not overridden.
- KSExpectActual - class in com.google.devtools.ksp.symbol
- Classes, functions, properties and typealiases can be declared as
expectin common modules andactualin platform modules. - KSFile - class in com.google.devtools.ksp.symbol
- A Kotlin source file
- KSFunction - class in com.google.devtools.ksp.symbol
- Holds the information for a KSFunctionDeclaration where type arguments are resolved as member of a specific KSType.
- KSFunctionDeclaration - class in com.google.devtools.ksp.symbol
- A function definitionDispatch receiver can be obtained through parentDeclaration.
- KSModifierListOwner - class in com.google.devtools.ksp.symbol
- A KSModifierListOwner can have zero or more modifiers.
- KSName - class in com.google.devtools.ksp.symbol
- Kotlin Symbol Processing's representation of names.
- KSNode - class in com.google.devtools.ksp.symbol
- Base class of every visitable program elements.
- KSParenthesizedReference - class in com.google.devtools.ksp.symbol
- A reference within a parenthesis
- KspExperimental - class in com.google.devtools.ksp
- KSPLogger - class in com.google.devtools.ksp.processing
- KSPropertyAccessor - class in com.google.devtools.ksp.symbol
- The common base of property getter and setter.
- KSPropertyDeclaration - class in com.google.devtools.ksp.symbol
- A property declaration, can also be used to denote a variable declaration.
- KSPropertyGetter - class in com.google.devtools.ksp.symbol
- A property getter
- KSPropertySetter - class in com.google.devtools.ksp.symbol
- A property setter
- KSReferenceElement - class in com.google.devtools.ksp.symbol
- An application/reference to a type declared somewhere else.
- KSTopDownVisitor - class in com.google.devtools.ksp.visitor
- Visit all elements recursively.
- KSType - class in com.google.devtools.ksp.symbol
- Represents a type in Kotlin's type system.
- KSTypeAlias - class in com.google.devtools.ksp.symbol
- A type alias
- KSTypeArgument - class in com.google.devtools.ksp.symbol
- A type argument
- KSTypeNotPresentException - class in com.google.devtools.ksp
- KSTypeParameter - class in com.google.devtools.ksp.symbol
- A type parameter
- KSTypeReference - class in com.google.devtools.ksp.symbol
- A KSTypeReference combines a KSReferenceElement with annotations and modifiers.
- KSTypesNotPresentException - class in com.google.devtools.ksp
- KSValidateVisitor - class in com.google.devtools.ksp.visitor
- KSValueArgument - class in com.google.devtools.ksp.symbol
- A value argument to function / constructor calls.
- KSValueParameter - class in com.google.devtools.ksp.symbol
- A value parameter
- KSVisitor - class in com.google.devtools.ksp.symbol
- A visitor for program elements
- KSVisitorVoid - class in com.google.devtools.ksp.symbol
- A visitor that doesn't pass or return anything.