Module jdk.jshell
Package jdk.jshell

Class TypeDeclSnippet


public class TypeDeclSnippet extends DeclarationSnippet
Snippet for a type definition (a class, interface, enum, or annotation interface definition). The Kind is Snippet.Kind.TYPE_DECL.

TypeDeclSnippet is immutable: an access to any of its methods will always return the same result. and thus is thread-safe.

Since:
9