Ko Source Declaration
Represents a source declaration in the Kotlin codebase.
A source declaration refers to the underlying object or entity being referenced in the source code. For example, in an import statement like import com.samplepackage.SampleClass
, the source declaration would be the SampleClass
instance itself, providing access to its properties, name, type, and other relevant information.
Inheritors
Properties
Functions
Link copied to clipboard
Name of the declaration containing text.
Link copied to clipboard
Name of the declaration with suffix.
Link copied to clipboard
Name of the declaration matching regex.
Link copied to clipboard
Name of the declaration with prefix.
Link copied to clipboard
Text of the declaration containing text.
Link copied to clipboard
Text of the declaration with suffix.
Link copied to clipboard
Text of the declaration matching regex.
Link copied to clipboard
Text of the declaration with prefix.