Uses of Enum Class
jdk.jshell.SourceCodeAnalysis.Completeness
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.Completeness in jdk.jshell
Modifier and TypeMethodDescriptionSourceCodeAnalysis.CompletionInfo.completeness()
The analyzed completeness of the input.Returns the enum constant of this class with the specified name.static SourceCodeAnalysis.Completeness[]
SourceCodeAnalysis.Completeness.values()
Returns an array containing the constants of this enum class, in the order they are declared.