org.jetbrains.jet.lang.resolve.constants
Class CompileTimeConstantResolver.ErrorValueWithDiagnostic

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

public static class CompileTimeConstantResolver.ErrorValueWithDiagnostic
extends ErrorValue


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jetbrains.jet.lang.resolve.constants.ErrorValue
ErrorValue.ErrorValueWithMessage
 
Constructor Summary
CompileTimeConstantResolver.ErrorValueWithDiagnostic(Diagnostic diagnostic)
           
 
Method Summary
 Diagnostic getDiagnostic()
           
 JetType getType(KotlinBuiltIns kotlinBuiltIns)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.constants.ErrorValue
accept, create, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompileTimeConstantResolver.ErrorValueWithDiagnostic

public CompileTimeConstantResolver.ErrorValueWithDiagnostic(@NotNull
                                                            Diagnostic diagnostic)
Method Detail

getDiagnostic

@NotNull
public Diagnostic getDiagnostic()

getType

@NotNull
public JetType getType(@NotNull
                               KotlinBuiltIns kotlinBuiltIns)

toString

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