Package proguard.classfile.kotlin.flags
Class KotlinEffectExpressionFlags
java.lang.Object
proguard.classfile.kotlin.flags.KotlinEffectExpressionFlags
- All Implemented Interfaces:
KotlinFlags
Flags for Kotlin types.
No valid common flags.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanSignifies that the corresponding effect expression should be negated to compute the proposition or the conclusion of an effect.booleanSignifies that the corresponding effect expression checks whether a value of some variable is `null`. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isNegated
public boolean isNegatedSignifies that the corresponding effect expression should be negated to compute the proposition or the conclusion of an effect. -
isNullCheckPredicate
public boolean isNullCheckPredicateSignifies that the corresponding effect expression checks whether a value of some variable is `null`.
-
-
Constructor Details
-
KotlinEffectExpressionFlags
public KotlinEffectExpressionFlags()
-