public class KotlinValueParameterFlags extends KotlinFlags
| Modifier and Type | Field and Description |
|---|---|
KotlinCommonFlags |
common |
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(int flags) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<KotlinFlags> |
getChildren() |
protected java.util.Map<kotlinx.metadata.Flag,FlagValue> |
getOwnProperties() |
asInt, getFlags, setFlagspublic KotlinCommonFlags common
public boolean hasDefaultValue
public boolean isCrossInline
public boolean isNoInline
protected java.util.List<KotlinFlags> getChildren()
getChildren in class KotlinFlagsprotected java.util.Map<kotlinx.metadata.Flag,FlagValue> getOwnProperties()
getOwnProperties in class KotlinFlags