Uses of Package
jdk.jshell.spi
Packages that use jdk.jshell.spi
包
描述
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
Provides implementation support for building JShell execution engines.
Defines the Service Provider Interface for pluggable JShell execution engines.
-
Classes in jdk.jshell.spi used by jdk.jshellClass描述The provider used by JShell to generate the execution engine needed to evaluate Snippets.
-
Classes in jdk.jshell.spi used by jdk.jshell.executionClass描述This interface specifies the functionality that must provided to implement a pluggable JShell execution engine.Bundles class name with class bytecodes.A class install (load or redefine) encountered a problem.Unbidden execution engine termination has occurred.An internal problem has occurred.The command is not implemented.The abstract base of of exceptions specific to running user code.The provider used by JShell to generate the execution engine needed to evaluate Snippets.Functionality made available to a pluggable JShell execution engine.
-
Classes in jdk.jshell.spi used by jdk.jshell.spiClass描述This interface specifies the functionality that must provided to implement a pluggable JShell execution engine.Bundles class name with class bytecodes.A class install (load or redefine) encountered a problem.Unbidden execution engine termination has occurred.The abstract base of all
ExecutionControl
exceptions.An internal problem has occurred.The command is not implemented.The abstract base of of exceptions specific to running user code.Functionality made available to a pluggable JShell execution engine.