Uses of Interface
jdk.jshell.spi.ExecutionControlProvider
Package
Description
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
Provides implementation support for building JShell execution engines.
-
Uses of ExecutionControlProvider in jdk.jshell
Modifier and TypeMethodDescriptionJShell.Builder.executionEngine
(ExecutionControlProvider executionControlProvider, Map<String, String> executionControlParameters) Sets the custom engine for execution. -
Uses of ExecutionControlProvider in jdk.jshell.execution
Modifier and TypeClassDescriptionclass
Tries other providers in sequence until one works.class
A provider of remote JDI-controlled execution engines.class
A provider of execution engines which run in the same process as JShell.