PersistentSnippet (Java SE 10 & JDK 10 )
- java.lang.Object
-
- jdk.jshell.Snippet
-
- jdk.jshell.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.
PersistentSnippetis immutable: an access to any of its methods will always return the same result. and thus is thread-safe.- Since:
- 9
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class jdk.jshell.Snippet
Snippet.Kind, Snippet.Status, Snippet.SubKind
-
-
-
-
Method Detail
-
name
public String name()
Name of the Snippet.
- Returns:
- the name of the snippet.
-
-
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.