Uses of Class
jdk.jshell.VarSnippet
| 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. | 
- 
Uses of VarSnippet in jdk.jshellMethods in jdk.jshell that return types with arguments of type VarSnippet Modifier and Type Method Description Stream<VarSnippet>JShell. variables()Returns the active variable snippets.Methods in jdk.jshell with parameters of type VarSnippet Modifier and Type Method Description StringJShell. varValue(VarSnippet snippet)Get the current value of a variable.