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