Uses of Class
jdk.jshell.Snippet.Kind
-
Packages that use Snippet.Kind 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 Snippet.Kind in jdk.jshell
Methods in jdk.jshell that return Snippet.Kind Modifier and Type Method Description Snippet.Kind
Snippet. kind()
TheSnippet.Kind
for the snippet.Snippet.Kind
Snippet.SubKind. kind()
TheSnippet.Kind
that corresponds to thisSubKind
.Snippet.Kind
SourceCodeAnalysis.SnippetWrapper. kind()
Returns theSnippet.Kind
of theSourceCodeAnalysis.SnippetWrapper.source()
.Snippet.Kind
ErroneousSnippet. probableKind()
Returns what appears to be the intended Kind in this erroneous snippet.static Snippet.Kind
Snippet.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Snippet.Kind[]
Snippet.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-