public class KotlinTypeFlags extends java.lang.Object implements KotlinFlags
Modifier and Type | Field and Description |
---|---|
KotlinCommonFlags |
common |
boolean |
isDefinitelyNonNull
Signifies that the corresponding type is [definitely non-null](https://kotlinlang.org/docs/whatsnew17.html#stable-definitely-non-nullable-types).
|
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(KotlinCommonFlags common) |
public final KotlinCommonFlags common
public boolean isNullable
public boolean isDefinitelyNonNull
public boolean isSuspend
public KotlinTypeFlags(KotlinCommonFlags common)