- PersistentSnippet - Class in jdk.jshell
-
Grouping for Snippets which persist and influence future code.
- PARAM_HOST_NAME - Static variable in class jdk.jshell.execution.JdiExecutionControlProvider
-
The local hostname to connect to.
- PARAM_LAUNCH - Static variable in class jdk.jshell.execution.JdiExecutionControlProvider
-
Should JDI-controlled launching be used?
- PARAM_REMOTE_AGENT - Static variable in class jdk.jshell.execution.JdiExecutionControlProvider
-
The remote agent to launch.
- PARAM_TIMEOUT - Static variable in class jdk.jshell.execution.JdiExecutionControlProvider
-
Milliseconds before connect timeout.
- parameterTypes() - Method in class jdk.jshell.MethodSnippet
-
A String representation of the parameter types of the method.
- persistence(Map<String, String>) - Method in interface jdk.jshell.tool.JavaShellToolBuilder
-
Set the storage mechanism for persistent information which includes
input history and retained settings.
- persistence(Preferences) - Method in interface jdk.jshell.tool.JavaShellToolBuilder
-
Set the storage mechanism for persistent information which includes
input history and retained settings.
- previousStatus() - Method in class jdk.jshell.SnippetEvent
-
The status before the transition.
- probableKind() - Method in class jdk.jshell.ErroneousSnippet
-
Returns what appears to be the intended Kind in this erroneous snippet.
- process() - Method in class jdk.jshell.execution.JdiInitiator
-
Returns the launched process.
- promptCapture(boolean) - Method in interface jdk.jshell.tool.JavaShellToolBuilder
-
Set to enable a command capturing prompt override.