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 变量和类型 类 描述 class
LocalExecutionControl
ExecutionControl
的实现,它在与JShell-core相同的JVM中执行。class
RemoteExecutionControl
远程代理在执行过程中运行(与主JShell进程分开)。
-