Package proguard.classfile.kotlin.flags
Interface KotlinFlags
-
- All Known Implementing Classes:
KotlinClassFlags
,KotlinCommonFlags
,KotlinConstructorFlags
,KotlinEffectExpressionFlags
,KotlinFunctionFlags
,KotlinModalityFlags
,KotlinPropertyAccessorFlags
,KotlinPropertyFlags
,KotlinTypeAliasFlags
,KotlinTypeFlags
,KotlinTypeParameterFlags
,KotlinValueParameterFlags
,KotlinVisibilityFlags
public interface KotlinFlags
KotlinFlags represent a collection of flags in the metadata. When implementing this interface, it is only expected that you override getOwnProperties(). If you have any children you also need to implement getChildren()