public class KotlinTypeFlags extends KotlinFlags
| Modifier and Type | Field and Description |
|---|---|
KotlinCommonFlags |
common |
boolean |
isNullable
Signifies that the corresponding type is marked as nullable, i.e.
|
boolean |
isSuspend
Signifies that the corresponding type is `suspend`.
|
| Constructor and Description |
|---|
KotlinTypeFlags(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 isNullable
public boolean isSuspend
protected java.util.List<KotlinFlags> getChildren()
getChildren in class KotlinFlagsprotected java.util.Map<kotlinx.metadata.Flag,FlagValue> getOwnProperties()
getOwnProperties in class KotlinFlags