JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
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进程分开)。