Uses of Interface
jdk.jshell.spi.ExecutionControlProvider
Packages that use 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.jshellMethods in jdk.jshell with parameters of type ExecutionControlProviderModifier and TypeMethodDescriptionJShell.Builder.executionEngine(ExecutionControlProvider executionControlProvider, Map<String, String> executionControlParameters) Sets the custom engine for execution.
- 
Uses of ExecutionControlProvider in jdk.jshell.executionClasses in jdk.jshell.execution that implement ExecutionControlProviderModifier and TypeClassDescriptionclassTries other providers in sequence until one works.classA provider of remote JDI-controlled execution engines.classA provider of execution engines which run in the same process as JShell.