- VarSnippet - Class in jdk.jshell
-
Snippet for a variable definition.
- VALID - jdk.jshell.Snippet.Status
-
The snippet is a valid snippet
(in the context of current JShell
state).
- VAR - jdk.jshell.Snippet.Kind
-
One variable declaration.
- VAR_DECLARATION_SUBKIND - jdk.jshell.Snippet.SubKind
-
A variable declaration without initializer.
- VAR_DECLARATION_WITH_INITIALIZER_SUBKIND - jdk.jshell.Snippet.SubKind
-
A variable declaration with an initializer expression.
- VAR_VALUE_SUBKIND - jdk.jshell.Snippet.SubKind
-
A simple variable reference expression.
- value() - Method in class jdk.jshell.SnippetEvent
-
The result value of successful run.
- valueOf(String) - Static method in enum jdk.jshell.Snippet.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.jshell.Snippet.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.jshell.Snippet.SubKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.jshell.SourceCodeAnalysis.Completeness
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jdk.jshell.Snippet.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jdk.jshell.Snippet.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jdk.jshell.Snippet.SubKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jdk.jshell.SourceCodeAnalysis.Completeness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueString(Object) - Static method in class jdk.jshell.execution.DirectExecutionControl
-
- variables() - Method in class jdk.jshell.JShell
-
Returns the active variable snippets.
- varValue(String, String) - Method in class jdk.jshell.execution.DirectExecutionControl
-
- varValue(String, String) - Method in class jdk.jshell.execution.RemoteExecutionControl
-
- varValue(String, String) - Method in class jdk.jshell.execution.StreamingExecutionControl
-
- varValue(String, String) - Method in interface jdk.jshell.spi.ExecutionControl
-
Returns the value of a variable.
- varValue(VarSnippet) - Method in class jdk.jshell.JShell
-
Get the current value of a variable.
- vm() - Method in class jdk.jshell.execution.JdiDefaultExecutionControl
-
- vm() - Method in class jdk.jshell.execution.JdiExecutionControl
-
Returns the JDI VirtualMachine
instance.
- vm() - Method in class jdk.jshell.execution.JdiInitiator
-
Returns the resulting VirtualMachine
instance.