Package proguard.classfile.kotlin
Class KotlinAnnotationArgument.DoubleValue
java.lang.Object
proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue<Double>
proguard.classfile.kotlin.KotlinAnnotationArgument.DoubleValue
- All Implemented Interfaces:
KotlinAnnotationArgument.Value
- Enclosing class:
- KotlinAnnotationArgument
public static final class KotlinAnnotationArgument.DoubleValue
extends KotlinAnnotationArgument.LiteralValue<Double>
-
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
-
DoubleValue
public DoubleValue(double 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<Double>
-