org.jetbrains.jet.lang.resolve.constants
Class ErrorValue

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.constants.ErrorValue
All Implemented Interfaces:
CompileTimeConstant<java.lang.Void>

public class ErrorValue
extends java.lang.Object
implements CompileTimeConstant<java.lang.Void>


Constructor Summary
ErrorValue(java.lang.String message)
           
 
Method Summary
<R,D> R
accept(AnnotationArgumentVisitor<R,D> visitor, D data)
           
 java.lang.String getMessage()
           
 JetType getType(KotlinBuiltIns kotlinBuiltIns)
           
 java.lang.Void getValue()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorValue

public ErrorValue(@NotNull
                  java.lang.String message)
Method Detail

getValue

@Deprecated
public java.lang.Void getValue()
Deprecated. 

Specified by:
getValue in interface CompileTimeConstant<java.lang.Void>

getType

@NotNull
public JetType getType(@NotNull
                               KotlinBuiltIns kotlinBuiltIns)
Specified by:
getType in interface CompileTimeConstant<java.lang.Void>

accept

public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor,
                      D data)
Specified by:
accept in interface CompileTimeConstant<java.lang.Void>

getMessage

@NotNull
public java.lang.String getMessage()