Module jdk.jshell

Class LocalExecutionControlProvider

java.lang.Object
jdk.jshell.execution.LocalExecutionControlProvider
All Implemented Interfaces:
ExecutionControlProvider

public class LocalExecutionControlProvider extends Object implements ExecutionControlProvider
A provider of execution engines which run in the same process as JShell.
Since:
9
  • Constructor Details

    • LocalExecutionControlProvider

      public LocalExecutionControlProvider()
      Create an instance. An instance can be used to generate an ExecutionControl instance that executes code in the same process.
  • Method Details