Package proguard.classfile.kotlin
Class KotlinAnnotationArgument.LiteralValue<T>
java.lang.Object
proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue<T>
- All Implemented Interfaces:
KotlinAnnotationArgument.Value
- Direct Known Subclasses:
KotlinAnnotationArgument.BooleanValue,KotlinAnnotationArgument.ByteValue,KotlinAnnotationArgument.CharValue,KotlinAnnotationArgument.DoubleValue,KotlinAnnotationArgument.FloatValue,KotlinAnnotationArgument.IntValue,KotlinAnnotationArgument.LongValue,KotlinAnnotationArgument.ShortValue,KotlinAnnotationArgument.StringValue,KotlinAnnotationArgument.UByteValue,KotlinAnnotationArgument.UIntValue,KotlinAnnotationArgument.ULongValue,KotlinAnnotationArgument.UShortValue
- Enclosing class:
- KotlinAnnotationArgument
public static class KotlinAnnotationArgument.LiteralValue<T>
extends Object
implements KotlinAnnotationArgument.Value
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor) booleaninthashCode()toString()
-
Field Details
-
value
-
-
Constructor Details
-
LiteralValue
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
accept
public void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor) - Specified by:
acceptin interfaceKotlinAnnotationArgument.Value
-