Ko Argument Declaration
Represents a Kotlin argument declaration.
Properties
The parent of the declaration.
File containing the declaration.
Text of the declaration with the location (file path, line and column).
The declaration's module name.
Package of the declaration.
Project file path of the declaration or root project path of the file.
The declaration's source set name.
Functions
Name of the declaration containing text.
Name of the declaration with suffix.
Name of the declaration matching regex.
Name of the declaration with prefix.
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 declaration reside in module.
Determines whatever the declaration resides in a package.
Determines whatever declaration reside in file path or file reside in path.
Determines whatever declaration reside in source set.
Determines whatever the declaration resides outside a package.