Package | Description |
---|---|
jdk.jshell |
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
|
Modifier and Type | Method and Description |
---|---|
Stream<VarSnippet> |
JShell.variables()
Returns the active variable snippets.
|
Modifier and Type | Method and Description |
---|---|
String |
JShell.varValue(VarSnippet snippet)
Get the current value of a variable.
|
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-31-194618.buildd.src