public static final class KotlinAnnotationArgument.UShortValue extends KotlinAnnotationArgument.LiteralValue<java.lang.Short>
value| Constructor and Description |
|---|
UShortValue(short value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
KotlinAnnotatable annotatable,
KotlinAnnotation annotation,
KotlinAnnotationArgument argument,
KotlinAnnotationArgumentVisitor visitor) |
equals, hashCode, toStringpublic void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)
accept in interface KotlinAnnotationArgument.Valueaccept in class KotlinAnnotationArgument.LiteralValue<java.lang.Short>