类 KotlinEffectExpressionFlags
- java.lang.Object
-
- proguard.classfile.kotlin.flags.KotlinEffectExpressionFlags
-
- 所有已实现的接口:
KotlinFlags
public class KotlinEffectExpressionFlags extends java.lang.Object implements KotlinFlags
Flags for Kotlin types.No valid common flags.
-
-
字段概要
字段 修饰符和类型 字段 说明 booleanisNegatedSignifies that the corresponding effect expression should be negated to compute the proposition or the conclusion of an effect.booleanisNullCheckPredicateSignifies that the corresponding effect expression checks whether a value of some variable is `null`.
-
构造器概要
构造器 构造器 说明 KotlinEffectExpressionFlags()
-
-
-
字段详细资料
-
isNegated
public boolean isNegated
Signifies that the corresponding effect expression should be negated to compute the proposition or the conclusion of an effect.
-
isNullCheckPredicate
public boolean isNullCheckPredicate
Signifies that the corresponding effect expression checks whether a value of some variable is `null`.
-
-