- java.lang.Object
- 
- jdk.jshell.execution.DirectExecutionControl
- 
- jdk.jshell.execution.LocalExecutionControl
 
 
- 
- すべての実装されたインタフェース:
- AutoCloseable,- ExecutionControl
 
 public class LocalExecutionControl extends DirectExecutionControl JShellコアと同じJVMで実行されるExecutionControlの実装。- 導入されたバージョン:
- 9
 
- 
- 
ネストされたクラスのサマリー- 
インタフェース jdk.jshell.spi.ExecutionControlで宣言されたネストされたクラス/インタフェースExecutionControl.ClassBytecodes, ExecutionControl.ClassInstallException, ExecutionControl.EngineTerminationException, ExecutionControl.ExecutionControlException, ExecutionControl.InternalException, ExecutionControl.NotImplementedException, ExecutionControl.ResolutionException, ExecutionControl.RunException, ExecutionControl.StoppedException, ExecutionControl.UserException
 
- 
 - 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 LocalExecutionControl()デフォルトのクラス・ローディングを使用してインスタンスを作成します。LocalExecutionControl(LoaderDelegate loaderDelegate)指定されたデリゲートにローダー操作を委譲するインスタンスを作成します。
 - 
メソッドのサマリー- 
クラス jdk.jshell.execution.DirectExecutionControlで宣言されたメソッドclassesRedefined, clientCodeEnter, clientCodeLeave, findClass, invoke, stop, throwConvertedInvocationException, throwConvertedOtherException, valueString
 - 
クラス java.lang.Objectで宣言されたメソッドclone、equals、finalize、getClass、hashCode、notify、notifyAll、toString、wait、wait、wait
 - 
インタフェース jdk.jshell.spi.ExecutionControlで宣言されたメソッドaddToClasspath, close, extensionCommand, invoke, load, redefine, varValue
 
- 
 
- 
- 
- 
コンストラクタの詳細- 
LocalExecutionControlpublic LocalExecutionControl(LoaderDelegate loaderDelegate) 指定されたデリゲートにローダー操作を委譲するインスタンスを作成します。- パラメータ:
- loaderDelegate- デリゲートがロード・クラスを処理
 
 - 
LocalExecutionControlpublic LocalExecutionControl() デフォルトのクラス・ローディングを使用してインスタンスを作成します。
 
- 
 
-