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