JavaScript is disabled on your browser.
static interface
Indicates failure due to one or more compiler errors.
static interface
Indicates failure due to one or more compiler semantic errors.
static interface
Indicates failure due to one or more compiler parsing/syntax errors.
static interface
Indicates that the bytecode generated by the snippet could not be loaded because it violated some
Control.
static interface
Indicates an exception was thrown during the execution of the snippet.
static interface
Indicates that the snippet's execution was interrupted.
static interface
Indicates that a declaration was successfully compiled, but the declaration was overwritten by
a later snippet in the same source.
static interface
Indicates a successful outcome.
static interface
Indicates a successful outcome for which no value was returned, e.g., the invocation of a void method,
the declaration for which no unresolved references remain, etc.
static interface
Indicates a successful outcome for which some value was returned, e.g., an evaluated expression
or the invocation of a non-void method.
static interface
static interface
Indicates that a declaration was successful but it contained unresolved references and those
references were not resolved by any subsequent snippets in the same source.
Get the outcome of the last
Snippet whose execution was attempted.
Get the outcomes of the individual JShell
Snippets created from the script.