public class KotlinTypeParameterFlags extends KotlinFlags
| Modifier and Type | Field and Description |
|---|---|
KotlinCommonFlags |
common |
boolean |
isReified
Signifies that the corresponding type parameter is `reified`.
|
| Constructor and Description |
|---|
KotlinTypeParameterFlags(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 isReified
protected java.util.List<KotlinFlags> getChildren()
getChildren in class KotlinFlagsprotected java.util.Map<kotlinx.metadata.Flag,FlagValue> getOwnProperties()
getOwnProperties in class KotlinFlags