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