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.jshellMethods 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.spiMethods in jdk.jshell.spi that return types with arguments of type JShellConsoleModifier and TypeMethodDescriptiondefault Optional<JShellConsole> ExecutionEnv.console()Returns theJShellConsolethat should be used by the execution engine, ornullif none.