public class ArrayValue extends java.lang.Object implements CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>
Constructor and Description |
---|
ArrayValue(java.util.List<CompileTimeConstant<?>> value,
JetType type) |
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) |
java.util.List<CompileTimeConstant<?>> |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public ArrayValue(@NotNull java.util.List<CompileTimeConstant<?>> value, @NotNull JetType type)
@NotNull public java.util.List<CompileTimeConstant<?>> getValue()
getValue
in interface CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>
@NotNull public JetType getType(@NotNull KotlinBuiltIns kotlinBuiltIns)
getType
in interface CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>
public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor, D data)
accept
in interface CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object