Uses of Class
jdk.jshell.spi.ExecutionControl.ClassBytecodes
-
Packages that use ExecutionControl.ClassBytecodes 软件包 描述 jdk.jshell.execution 提供构建JShell执行引擎的实现支持。jdk.jshell.spi 定义可插拔JShell执行引擎的服务提供程序接口。 -
-
Uses of ExecutionControl.ClassBytecodes in jdk.jshell.execution
Methods in jdk.jshell.execution with parameters of type ExecutionControl.ClassBytecodes Modifier and Type 方法 描述 protected void
DirectExecutionControl. classesRedefined(ExecutionControl.ClassBytecodes[] cbcs)
通知类已被重新定义。void
LoaderDelegate. classesRedefined(ExecutionControl.ClassBytecodes[] cbcs)
通知类已被重新定义。void
DirectExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)
void
LoaderDelegate. load(ExecutionControl.ClassBytecodes[] cbcs)
尝试加载新类。void
StreamingExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)
void
DirectExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
void
JdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
重新定义指定的类。void
RemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
远程重新定义处理只用于注册重新定义的类void
StreamingExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
-
Uses of ExecutionControl.ClassBytecodes in jdk.jshell.spi
Methods in jdk.jshell.spi with parameters of type ExecutionControl.ClassBytecodes Modifier and Type 方法 描述 void
ExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)
尝试加载新类。void
ExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
尝试重新定义以前加载的类。
-