public class KotlinEffectExpressionFlags extends KotlinFlags
| Modifier and Type | Field and Description |
|---|---|
boolean |
isNegated
Signifies that the corresponding effect expression should be negated to compute the proposition or the conclusion of an effect.
|
boolean |
isNullCheckPredicate
Signifies that the corresponding effect expression checks whether a value of some variable is `null`.
|
| Constructor and Description |
|---|
KotlinEffectExpressionFlags(int flags) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<kotlinx.metadata.Flag,FlagValue> |
getOwnProperties() |
asInt, getChildren, getFlags, setFlagspublic boolean isNegated
public boolean isNullCheckPredicate
protected java.util.Map<kotlinx.metadata.Flag,FlagValue> getOwnProperties()
getOwnProperties in class KotlinFlags