Package proguard.classfile.kotlin
Class KotlinAnnotationArgument.UIntValue
java.lang.Object
proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue<Integer>
proguard.classfile.kotlin.KotlinAnnotationArgument.UIntValue
- All Implemented Interfaces:
KotlinAnnotationArgument.Value
- Enclosing class:
- KotlinAnnotationArgument
public static final class KotlinAnnotationArgument.UIntValue
extends KotlinAnnotationArgument.LiteralValue<Integer>
-
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 annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor) Methods inherited from class proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue
equals, hashCode, toString
-
Constructor Details
-
UIntValue
public UIntValue(int value)
-
-
Method Details
-
accept
public void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor) - Specified by:
acceptin interfaceKotlinAnnotationArgument.Value- Overrides:
acceptin classKotlinAnnotationArgument.LiteralValue<Integer>
-