Uses of Class
jdk.jshell.execution.DirectExecutionControl
-
Packages that use DirectExecutionControl 软件包 描述 jdk.jshell.execution 提供构建JShell执行引擎的实现支持。 -
-
Uses of DirectExecutionControl in jdk.jshell.execution
Subclasses of DirectExecutionControl in jdk.jshell.execution Modifier and Type Class 描述 class
LocalExecutionControl
一个ExecutionControl
的实现,它与JShell核心在同一个JVM中执行。class
RemoteExecutionControl
远程代理在执行过程中运行(与主JShell进程分开)。
-