- DeclarationSnippet - Class in jdk.jshell
-
- Diag - Class in jdk.jshell
-
Diagnostic information for a Snippet.
- DirectExecutionControl - Class in jdk.jshell.execution
-
- DEFINITELY_INCOMPLETE - jdk.jshell.SourceCodeAnalysis.Completeness
-
There must be further source beyond the given input in order for it
to be complete.
- DROPPED - jdk.jshell.Snippet.Status
-
- DirectExecutionControl() - Constructor for class jdk.jshell.execution.DirectExecutionControl
-
Create an instance using the default class loading.
- DirectExecutionControl(LoaderDelegate) - Constructor for class jdk.jshell.execution.DirectExecutionControl
-
Creates an instance, delegating loader operations to the specified
delegate.
- defaultParameters() - Method in class jdk.jshell.execution.FailOverExecutionControlProvider
-
Create and return the default parameter map for this
ExecutionControlProvider
.
- defaultParameters() - Method in class jdk.jshell.execution.JdiExecutionControlProvider
-
Create and return the default parameter map for this
ExecutionControlProvider
.
- defaultParameters() - Method in class jdk.jshell.execution.LocalExecutionControlProvider
-
Create and return the default parameter map for
LocalExecutionControlProvider
.
- defaultParameters() - Method in interface jdk.jshell.spi.ExecutionControlProvider
-
Create and return the default parameter map for this
ExecutionControlProvider
.
- dependents(Snippet) - Method in class jdk.jshell.SourceCodeAnalysis
-
Returns a collection of Snippet
s which might need updating if the
given Snippet
is updated.
- detectJdiExitEvent(VirtualMachine, Consumer<String>) - Static method in class jdk.jshell.execution.Util
-
Monitor the JDI event stream for VMDeathEvent
and VMDisconnectEvent
.
- diagnostics(Snippet) - Method in class jdk.jshell.JShell
-
Return the diagnostics of the most recent evaluation of the snippet.
- documentation(String, int, boolean) - Method in class jdk.jshell.SourceCodeAnalysis
-
Compute documentation for the given user's input.
- drop(Snippet) - Method in class jdk.jshell.JShell
-
Remove a declaration from the state.