Uses of Interface
jdk.jshell.SourceCodeAnalysis.SnippetWrapper
Package
Description
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
-
Uses of SourceCodeAnalysis.SnippetWrapper in jdk.jshell
Modifier and TypeMethodDescriptionabstract SourceCodeAnalysis.SnippetWrapper
Returns the wrapper information for theSnippet
.Modifier and TypeMethodDescriptionabstract List
<SourceCodeAnalysis.SnippetWrapper> Returns the wrapper information for the snippet within the input source string.