Uses of Enum Class
jdk.jshell.Snippet.Status
Packages that use Snippet.Status
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 Snippet.Status in jdk.jshell
Methods in jdk.jshell that return Snippet.StatusModifier and TypeMethodDescriptionSnippetEvent.previousStatus()
The status before the transition.Return the status of the snippet.SnippetEvent.status()
The after status.static Snippet.Status
Returns the enum constant of this class with the specified name.static Snippet.Status[]
Snippet.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.