Uses of Class
jdk.jshell.spi.ExecutionControl.ClassInstallException
-
Packages that use ExecutionControl.ClassInstallException 软件包 描述 jdk.jshell.execution 为构建JShell执行引擎提供实现支持。jdk.jshell.spi 为可插入的JShell执行引擎定义服务提供者接口。 -
-
Uses of ExecutionControl.ClassInstallException in jdk.jshell.execution
Methods in jdk.jshell.execution that throw ExecutionControl.ClassInstallException 变量和类型 方法 描述 void
LoaderDelegate. load(ExecutionControl.ClassBytecodes[] cbcs)
尝试加载新类。void
JdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
重新定义指定的类。void
RemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
重新定义远程端的处理只是注册重新定义的类 -
Uses of ExecutionControl.ClassInstallException in jdk.jshell.spi
Methods in jdk.jshell.spi that throw ExecutionControl.ClassInstallException 变量和类型 方法 描述 void
ExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)
尝试加载新类。void
ExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
Attempts to redefine previously loaded classes.
-