类 KotlinTypeParameterFlags
- java.lang.Object
-
- proguard.classfile.kotlin.flags.KotlinTypeParameterFlags
-
- 所有已实现的接口:
KotlinFlags
public class KotlinTypeParameterFlags extends java.lang.Object implements KotlinFlags
Flags for Kotlin type parameters.
-
-
字段概要
字段 修饰符和类型 字段 说明 booleanisReifiedSignifies that the corresponding type parameter is `reified`.
-
构造器概要
构造器 构造器 说明 KotlinTypeParameterFlags()
-