Package-level declarations
Properties
Functions
Link copied to clipboard
Returns an KSAnnotation from A.
Link copied to clipboard
Returns an KSAnnotation from A.
Link copied to clipboard
Returns all KSAnnotations from A.
Link copied to clipboard
Returns all KSAnnotations from A.
Link copied to clipboard
inline fun <A : Annotation> Resolver.getSymbolsWithAnnotation(inDepth: Boolean = false): Sequence<KSAnnotated>
Get all symbols with specified annotation. Note that in multiple round processing, only symbols from deferred symbols of last round and symbols from newly generated files will be returned in this function.
Link copied to clipboard
Checks whether A is present on KSAnnotated.
Link copied to clipboard
Checks whether an KSAnnotation is of type A.
Checks whether an KSTypeReference is of type T.
Checks whether an KSAnnotation is of type by it's qualifiedName.
Checks whether an KSTypeReference is of type by it's qualifiedName.