Package | Description |
---|---|
jdk.jshell |
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
|
jdk.jshell.execution |
Provides implementation support for building JShell execution engines.
|
jdk.jshell.spi |
Defines the Service Provider Interface for pluggable JShell execution engines.
|
Class | Description |
---|---|
ExecutionControl.Generator |
Defines a functional interface for creating
ExecutionControl
instances. |
Class | Description |
---|---|
ExecutionControl |
This interface specifies the functionality that must provided to implement a
pluggable JShell execution engine.
|
ExecutionControl.ClassBytecodes |
Bundles class name with class bytecodes.
|
ExecutionControl.ClassInstallException |
A class install (load or redefine) encountered a problem.
|
ExecutionControl.EngineTerminationException |
Unbidden execution engine termination has occurred.
|
ExecutionControl.Generator |
Defines a functional interface for creating
ExecutionControl
instances. |
ExecutionControl.InternalException |
An internal problem has occurred.
|
ExecutionControl.NotImplementedException |
The command is not implemented.
|
ExecutionControl.RunException |
The abstract base of of exceptions specific to running user code.
|
Class | Description |
---|---|
ExecutionControl |
This interface specifies the functionality that must provided to implement a
pluggable JShell execution engine.
|
ExecutionControl.ClassBytecodes |
Bundles class name with class bytecodes.
|
ExecutionControl.ClassInstallException |
A class install (load or redefine) encountered a problem.
|
ExecutionControl.EngineTerminationException |
Unbidden execution engine termination has occurred.
|
ExecutionControl.ExecutionControlException |
The abstract base of all
ExecutionControl exceptions. |
ExecutionControl.InternalException |
An internal problem has occurred.
|
ExecutionControl.NotImplementedException |
The command is not implemented.
|
ExecutionControl.RunException |
The abstract base of of exceptions specific to running user code.
|
ExecutionEnv |
Functionality made available to a pluggable JShell execution engine.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b149-1