Uses of Class
jdk.jshell.JShell
Package
Description
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
-
Uses of JShell in jdk.jshell
Modifier and TypeMethodDescriptionJShell.Builder.build()
Builds a JShell state engine.static JShell
JShell.create()
Create a new JShell state engine.Modifier and TypeMethodDescriptionJShell.onShutdown
(Consumer<JShell> listener) Register a callback to be called when this JShell instance terminates.