Package proguard.classfile.kotlin
Class KotlinAnnotationArgument.BooleanValue
java.lang.Object
proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue<Boolean>
proguard.classfile.kotlin.KotlinAnnotationArgument.BooleanValue
- All Implemented Interfaces:
KotlinAnnotationArgument.Value
- Enclosing class:
- KotlinAnnotationArgument
public static final class KotlinAnnotationArgument.BooleanValue
extends KotlinAnnotationArgument.LiteralValue<Boolean>
-
Field Summary
Fields inherited from class proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation kotlinMetadataAnnotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor) Methods inherited from class proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue
equals, hashCode, toString
-
Constructor Details
-
BooleanValue
public BooleanValue(boolean value)
-
-
Method Details
-
accept
public void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation kotlinMetadataAnnotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor) - Specified by:
acceptin interfaceKotlinAnnotationArgument.Value- Overrides:
acceptin classKotlinAnnotationArgument.LiteralValue<Boolean>
-