Uses of Interface
jdk.jshell.JShellConsole
Package
Description
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
Defines the Service Provider Interface for pluggable JShell execution engines.
-
Uses of JShellConsole in jdk.jshell
Modifier and TypeMethodDescriptionJShell.Builder.console
(JShellConsole console) Sets the console for the running evalution. -
Uses of JShellConsole in jdk.jshell.spi
Modifier and TypeMethodDescriptiondefault Optional
<JShellConsole> ExecutionEnv.console()
Returns theJShellConsole
that should be used by the execution engine, ornull
if none.