Uses of Package
jdk.jshell.spi
Package
Description
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.
-
ClassDescriptionThe provider used by JShell to generate the execution engine needed to evaluate Snippets.
-
ClassDescriptionThis 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.
-
ClassDescriptionThis 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.