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>
Direct Known Subclasses:
CompileTimeConstantResolver.ErrorValueWithDiagnostic, ErrorValue.ErrorValueWithMessage

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


Nested Class Summary
static class ErrorValue.ErrorValueWithMessage
           
 
Constructor Summary
ErrorValue()
           
 
Method Summary
<R,D> R
accept(AnnotationArgumentVisitor<R,D> visitor, D data)
           
static ErrorValue create(java.lang.String message)
           
 java.lang.Void getValue()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jetbrains.jet.lang.resolve.constants.CompileTimeConstant
getType
 

Constructor Detail

ErrorValue

public ErrorValue()
Method Detail

getValue

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

Specified by:
getValue 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>

create

@NotNull
public static ErrorValue create(@NotNull
                                        java.lang.String message)