Uses of Class
jdk.jshell.TypeDeclSnippet
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 TypeDeclSnippet in jdk.jshell
Modifier and TypeMethodDescriptionJShell.types()
Returns the active type declaration (class, interface, annotation type, and enum) snippets.