Ko Variable Provider
An interface representing a Kotlin declaration that provides information about variables.
Inheritors
Properties
Functions
Link copied to clipboard
Gets the number of variables that satisfies the specified predicate present in the declaration.
Link copied to clipboard
Determines whether the declaration has all variables that satisfy the provided predicate.
Link copied to clipboard
Determines whether the declaration has at least one variable that satisfies the provided predicate.
Link copied to clipboard
Whether the declaration has variables.
Link copied to clipboard
Determines whether the declaration has variables with all the specified names.
Link copied to clipboard
Determines whether the declaration has at least one variable whose name matches any of the specified names.