Ko Import Declaration
Represents a Kotlin import declaration.
Properties
Alias of the declaration.
File containing the declaration.
Determines whatever this declaration is a wildcard.
Text of the declaration with the location (file path, line and column).
The declaration's module name.
Project file path of the declaration or root project path of the file.
Represents the source declaration associated with this type.
The declaration's source set name.
Functions
Determines whatever declaration has a specified alias.
Name of the declaration containing text.
Name of the declaration with suffix.
Name of the declaration matching regex.
Name of the declaration with prefix.
Determines whatever type has a specified source declaration.
Whether type has a source declaration of the specified Kotlin class.
Text of the declaration containing text.
Text of the declaration with suffix.
Text of the declaration matching regex.
Text of the declaration with prefix.
Determines whatever this declaration represents the specified type.
Returns true
if declaration represents the type of T.
Determines whatever declaration reside in module.
Determines whatever declaration reside in file path or file reside in path.
Determines whatever declaration reside in source set.