org.jetbrains.kotlin.resolve.constants
Class ErrorValue.ErrorValueWithMessage

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.constants.CompileTimeConstant<java.lang.Void>
      extended by org.jetbrains.kotlin.resolve.constants.ErrorValue
          extended by org.jetbrains.kotlin.resolve.constants.ErrorValue.ErrorValueWithMessage
Enclosing class:
ErrorValue

public static class ErrorValue.ErrorValueWithMessage
extends ErrorValue


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jetbrains.kotlin.resolve.constants.ErrorValue
ErrorValue.ErrorValueWithMessage
 
Field Summary
 
Fields inherited from class org.jetbrains.kotlin.resolve.constants.CompileTimeConstant
value
 
Constructor Summary
ErrorValue.ErrorValueWithMessage(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 JetType getType(KotlinBuiltIns kotlinBuiltIns)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jetbrains.kotlin.resolve.constants.ErrorValue
accept, create, getValue
 
Methods inherited from class org.jetbrains.kotlin.resolve.constants.CompileTimeConstant
canBeUsedInAnnotations, isPure, usesVariableAsConstant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorValue.ErrorValueWithMessage

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

getMessage

public java.lang.String getMessage()

getType

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

toString

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