Uses of Interface
jdk.jshell.JShellConsole
Packages that use 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
Methods in jdk.jshell with parameters of type JShellConsoleModifier and TypeMethodDescriptionJShell.Builder.console
(JShellConsole console) Sets the console for the running evalution. -
Uses of JShellConsole in jdk.jshell.spi
Methods in jdk.jshell.spi that return types with arguments of type JShellConsoleModifier and TypeMethodDescriptiondefault Optional
<JShellConsole> ExecutionEnv.console()
Returns theJShellConsole
that should be used by the execution engine, ornull
if none.