public class EnumValue extends java.lang.Object implements CompileTimeConstant<PropertyDescriptor>
| Constructor and Description |
|---|
EnumValue(PropertyDescriptor value) |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(AnnotationArgumentVisitor<R,D> visitor,
D data) |
boolean |
equals(java.lang.Object o) |
JetType |
getType(KotlinBuiltIns kotlinBuiltIns) |
PropertyDescriptor |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public EnumValue(@NotNull PropertyDescriptor value)
@NotNull public PropertyDescriptor getValue()
getValue in interface CompileTimeConstant<PropertyDescriptor>@NotNull public JetType getType(@NotNull KotlinBuiltIns kotlinBuiltIns)
getType in interface CompileTimeConstant<PropertyDescriptor>public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor, D data)
accept in interface CompileTimeConstant<PropertyDescriptor>public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object