类 KotlinAnnotationArgument.LiteralValue<T>
- java.lang.Object
-
- proguard.classfile.kotlin.KotlinAnnotationArgument.LiteralValue<T>
-
- 所有已实现的接口:
KotlinAnnotationArgument.Value
- 直接已知子类:
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
public static class KotlinAnnotationArgument.LiteralValue<T> extends java.lang.Object implements KotlinAnnotationArgument.Value
-
-
构造器概要
构造器 构造器 说明 LiteralValue(T value)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaccept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
字段详细资料
-
value
public final T value
-
-
构造器详细资料
-
LiteralValue
public LiteralValue(T value)
-
-
方法详细资料
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中java.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- 覆盖:
equals在类中java.lang.Object
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
accept
public void accept(Clazz clazz, KotlinAnnotatable annotatable, KotlinAnnotation annotation, KotlinAnnotationArgument argument, KotlinAnnotationArgumentVisitor visitor)
- 指定者:
accept在接口中KotlinAnnotationArgument.Value
-
-