クラス jdk.jshell.spi.ExecutionControl.ClassInstallExceptionの
使用
| パッケージ | 説明 | 
|---|---|
| jdk.jshell.execution | JShell実行エンジンを構築するための実装サポートを提供します。 | 
| jdk.jshell.spi | プラガブルJShell実行エンジン用のサービス・プロバイダ・インタフェースを定義します。 | 
- 
jdk.jshell.executionでのExecutionControl.ClassInstallExceptionの使用ExecutionControl.ClassInstallExceptionを投げるjdk.jshell.executionのメソッド 修飾子と型 メソッド 説明 voidLoaderDelegate. load(ExecutionControl.ClassBytecodes[] cbcs)新しいクラスをロードしようとします。voidJdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)指定されたクラスを再定義します。voidRemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)リモート・エンドでの処理の再定義は、再定義されたクラスの登録のみです
- 
jdk.jshell.spiでのExecutionControl.ClassInstallExceptionの使用ExecutionControl.ClassInstallExceptionを投げるjdk.jshell.spiのメソッド 修飾子と型 メソッド 説明 voidExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)新しいクラスをロードしようとします。voidExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)以前にロードされたクラスを再定義しようとします。