Uses of Class
jdk.jshell.spi.ExecutionControl.ClassBytecodes
| Package | Description | 
|---|---|
| jdk.jshell.execution | Provides implementation support for building JShell execution engines. | 
| jdk.jshell.spi | Defines the Service Provider Interface for pluggable JShell execution engines. | 
- 
Uses of ExecutionControl.ClassBytecodes in jdk.jshell.executionMethods in jdk.jshell.execution with parameters of type ExecutionControl.ClassBytecodes Modifier and Type Method Description protected voidDirectExecutionControl. classesRedefined(ExecutionControl.ClassBytecodes[] cbcs)Notify that classes have been redefined.voidLoaderDelegate. classesRedefined(ExecutionControl.ClassBytecodes[] cbcs)Notify that classes have been redefined.voidLoaderDelegate. load(ExecutionControl.ClassBytecodes[] cbcs)Attempts to load new classes.voidJdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)Redefine the specified classes.voidRemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)Redefine processing on the remote end is only to register the redefined classes
- 
Uses of ExecutionControl.ClassBytecodes in jdk.jshell.spiMethods in jdk.jshell.spi with parameters of type ExecutionControl.ClassBytecodes Modifier and Type Method Description voidExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)Attempts to load new classes.voidExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)Attempts to redefine previously loaded classes.