org.jetbrains.kotlin.resolve.constants
Class ArrayValue

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.constants.CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>
      extended by org.jetbrains.kotlin.resolve.constants.ArrayValue

public class ArrayValue
extends CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>


Field Summary
 
Fields inherited from class org.jetbrains.kotlin.resolve.constants.CompileTimeConstant
value
 
Constructor Summary
ArrayValue(java.util.List<CompileTimeConstant<?>> value, JetType type, boolean canBeUsedInAnnotations, boolean usesVariableAsConstant)
           
 
Method Summary
<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()
           
 
Methods inherited from class org.jetbrains.kotlin.resolve.constants.CompileTimeConstant
canBeUsedInAnnotations, isPure, usesVariableAsConstant
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayValue

public ArrayValue(@NotNull
                  java.util.List<CompileTimeConstant<?>> value,
                  @NotNull
                  JetType type,
                  boolean canBeUsedInAnnotations,
                  boolean usesVariableAsConstant)
Method Detail

getValue

@NotNull
public java.util.List<CompileTimeConstant<?>> getValue()
Overrides:
getValue in class CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>

getType

@NotNull
public JetType getType(@NotNull
                               KotlinBuiltIns kotlinBuiltIns)
Specified by:
getType in class CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>

accept

public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor,
                      D data)
Specified by:
accept in class CompileTimeConstant<java.util.List<CompileTimeConstant<?>>>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object