public class KotlinValueParameterFlags extends java.lang.Object implements KotlinFlags
No valid visibility or modality flags.
hasAnnotations is valid.
Modifier and Type | Field and Description |
---|---|
boolean |
hasAnnotations |
boolean |
hasDefaultValue
Signifies that the corresponding value parameter declares a default value.
|
boolean |
isCrossInline
Signifies that the corresponding value parameter is `crossinline`.
|
boolean |
isNoInline
Signifies that the corresponding value parameter is `noinline`.
|
Constructor and Description |
---|
KotlinValueParameterFlags() |
public boolean hasAnnotations
public boolean hasDefaultValue
public boolean isCrossInline
public boolean isNoInline