Uses of Enum Class
jdk.jshell.Snippet.SubKind
Packages that use Snippet.SubKind
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.SubKind in jdk.jshell
Subclasses with type arguments of type Snippet.SubKind in jdk.jshellMethods in jdk.jshell that return Snippet.SubKindModifier and TypeMethodDescriptionSnippet.subKind()
Return theSnippet.SubKind
of snippet.static Snippet.SubKind
Returns the enum constant of this class with the specified name.static Snippet.SubKind[]
Snippet.SubKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.