Module jdk.jshell
Package jdk.jshell

Class PersistentSnippet

  • Direct Known Subclasses:
    DeclarationSnippet, ImportSnippet


    public abstract class PersistentSnippet
    extends Snippet
    Grouping for Snippets which persist and influence future code. A persistent snippet can be overwritten with new input.

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

    Since:
    9
    • Method Detail

      • name

        public String name​()
        Name of the Snippet.
        Returns:
        the name of the snippet.