Package proguard.classfile.kotlin
Interface KotlinAnnotationArgument.Value
-
- All Known Implementing Classes:
KotlinAnnotationArgument.AnnotationValue,KotlinAnnotationArgument.ArrayValue,KotlinAnnotationArgument.BooleanValue,KotlinAnnotationArgument.ByteValue,KotlinAnnotationArgument.CharValue,KotlinAnnotationArgument.ClassValue,KotlinAnnotationArgument.DoubleValue,KotlinAnnotationArgument.EnumValue,KotlinAnnotationArgument.FloatValue,KotlinAnnotationArgument.IntValue,KotlinAnnotationArgument.LiteralValue,KotlinAnnotationArgument.LongValue,KotlinAnnotationArgument.ShortValue,KotlinAnnotationArgument.StringValue,KotlinAnnotationArgument.UByteValue,KotlinAnnotationArgument.UIntValue,KotlinAnnotationArgument.ULongValue,KotlinAnnotationArgument.UShortValue
- Enclosing class:
- KotlinAnnotationArgument
public static interface KotlinAnnotationArgument.Value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)
-
-
-
Method Detail
-
accept
void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)
-
-