- jdk.jshell - module jdk.jshell
-
This module provides support for
Java™ Programming Language 'snippet' evaluating tools, such as
Read-Eval-Print Loops (REPLs).
- jdk.jshell - package 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 - package jdk.jshell.execution
-
Provides implementation support for building JShell execution engines.
- jdk.jshell.spi - package jdk.jshell.spi
-
Defines the Service Provider Interface for pluggable JShell execution engines.
- jdk.jshell.tool - package jdk.jshell.tool
-
Provides a mechanism to launch an instance of a Java™ shell tool.
- JdiDefaultExecutionControl - Class in jdk.jshell.execution
-
- JdiExecutionControl - Class in jdk.jshell.execution
-
- JdiExecutionControlProvider - Class in jdk.jshell.execution
-
A provider of remote JDI-controlled execution engines.
- JdiInitiator - Class in jdk.jshell.execution
-
Sets up a JDI connection, providing the resulting JDI
VirtualMachine
and the
Process
the remote agent is running in.
- JShell - Class in jdk.jshell
-
The JShell evaluation state engine.
- JShell.Builder - Class in jdk.jshell
-
Builder for JShell
instances.
- JShell.Subscription - Class in jdk.jshell
-
Subscription is a token for referring to subscriptions so they can
be
unsubscribed.
- JShellException - Exception in jdk.jshell
-
The superclass of JShell generated exceptions
- JavaShellToolBuilder - Interface in jdk.jshell.tool
-
Interface to configure and run a Java shell tool instance.
- JdiExecutionControl(ObjectOutput, ObjectInput) - Constructor for class jdk.jshell.execution.JdiExecutionControl
-
Create an instance.
- JdiExecutionControlProvider() - Constructor for class jdk.jshell.execution.JdiExecutionControlProvider
-
Create an instance.
- JdiInitiator(int, List<String>, String, boolean, String, int) - Constructor for class jdk.jshell.execution.JdiInitiator
-
Start the remote agent and establish a JDI connection to it.
- javadoc() - Method in interface jdk.jshell.SourceCodeAnalysis.Documentation
-
The javadoc of the given element.