Package proguard.classfile.kotlin.flags
Class KotlinTypeParameterFlags
- java.lang.Object
-
- proguard.classfile.kotlin.flags.KotlinTypeParameterFlags
-
- All Implemented Interfaces:
KotlinFlags
public class KotlinTypeParameterFlags extends java.lang.Object implements KotlinFlags
Flags for Kotlin type parameters.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isReified
Signifies that the corresponding type parameter is `reified`.
-
Constructor Summary
Constructors Constructor Description KotlinTypeParameterFlags()
-