Package proguard.classfile.kotlin
Class KotlinAnnotationArgument.IntValue
- java.lang.Object
-
- proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue<java.lang.Integer>
-
- proguard.classfile.kotlin.KotlinAnnotationArgument.IntValue
-
- All Implemented Interfaces:
KotlinAnnotationArgument.Value
- Enclosing class:
- KotlinAnnotationArgument
public static final class KotlinAnnotationArgument.IntValue extends KotlinAnnotationArgument.LiteralValue<java.lang.Integer>
-
-
Field Summary
-
Fields inherited from class proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue
value
-
-
Constructor Summary
Constructors Constructor Description IntValue(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation kotlinMetadataAnnotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)
-
Methods inherited from class proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue
equals, hashCode, toString
-
-
-
-
Method Detail
-
accept
public void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation kotlinMetadataAnnotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)
- Specified by:
accept
in interfaceKotlinAnnotationArgument.Value
- Overrides:
accept
in classKotlinAnnotationArgument.LiteralValue<java.lang.Integer>
-
-