org.jetbrains.kotlin.resolve.constants
Class ErrorValue

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.constants.CompileTimeConstant<java.lang.Void>
      extended by org.jetbrains.kotlin.resolve.constants.ErrorValue
Direct Known Subclasses:
ErrorValue.ErrorValueWithMessage

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


Nested Class Summary
static class ErrorValue.ErrorValueWithMessage
           
 
Field Summary
 
Fields inherited from class org.jetbrains.kotlin.resolve.constants.CompileTimeConstant
value
 
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 org.jetbrains.kotlin.resolve.constants.CompileTimeConstant
canBeUsedInAnnotations, getType, isPure, usesVariableAsConstant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorValue

public ErrorValue()
Method Detail

getValue

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

Overrides:
getValue in class CompileTimeConstant<java.lang.Void>

accept

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

create

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