Uses of Class
jdk.jshell.Diag
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 Diag in jdk.jshell
Modifier and TypeMethodDescriptionJShell.diagnostics(Snippet snippet)
Return the diagnostics of the most recent evaluation of the snippet.