|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.constants.ErrorValue
org.jetbrains.jet.lang.resolve.constants.CompileTimeConstantResolver.ErrorValueWithDiagnostic
public static class CompileTimeConstantResolver.ErrorValueWithDiagnostic
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 |
---|
public CompileTimeConstantResolver.ErrorValueWithDiagnostic(@NotNull Diagnostic diagnostic)
Method Detail |
---|
@NotNull public Diagnostic getDiagnostic()
@NotNull public JetType getType(@NotNull KotlinBuiltIns kotlinBuiltIns)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |