org.jetbrains.jet.lang.resolve.constants
Class CompileTimeConstantChecker.CharacterWithDiagnostic

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.constants.CompileTimeConstantChecker.CharacterWithDiagnostic
Enclosing class:
CompileTimeConstantChecker

public static class CompileTimeConstantChecker.CharacterWithDiagnostic
extends java.lang.Object


Constructor Summary
CompileTimeConstantChecker.CharacterWithDiagnostic(char value)
           
CompileTimeConstantChecker.CharacterWithDiagnostic(Diagnostic diagnostic)
           
 
Method Summary
 Diagnostic getDiagnostic()
           
 java.lang.Character getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompileTimeConstantChecker.CharacterWithDiagnostic

public CompileTimeConstantChecker.CharacterWithDiagnostic(@NotNull
                                                          Diagnostic diagnostic)

CompileTimeConstantChecker.CharacterWithDiagnostic

public CompileTimeConstantChecker.CharacterWithDiagnostic(char value)
Method Detail

getDiagnostic

@Nullable
public Diagnostic getDiagnostic()

getValue

@Nullable
public java.lang.Character getValue()