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