|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.cli.jvm.repl.ReplInterpreter.LineResult
public static class ReplInterpreter.LineResult
Method Summary | |
---|---|
static ReplInterpreter.LineResult |
error(java.lang.String errorText)
|
java.lang.String |
getErrorText()
|
ReplInterpreter.LineResultType |
getType()
|
java.lang.Object |
getValue()
|
static ReplInterpreter.LineResult |
incomplete()
|
boolean |
isUnit()
|
static ReplInterpreter.LineResult |
successful(java.lang.Object value,
boolean unit)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public ReplInterpreter.LineResultType getType()
public java.lang.Object getValue()
public boolean isUnit()
@NotNull public java.lang.String getErrorText()
public static ReplInterpreter.LineResult successful(java.lang.Object value, boolean unit)
public static ReplInterpreter.LineResult error(@NotNull java.lang.String errorText)
public static ReplInterpreter.LineResult incomplete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |