- java.lang.Object
- 
- jdk.jshell.Snippet
- 
- jdk.jshell.ErroneousSnippet
 
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces declared in class jdk.jshell.SnippetSnippet.Kind, Snippet.Status, Snippet.SubKind
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Snippet.KindprobableKind()Returns what appears to be the intended Kind in this erroneous snippet.
 
- 
- 
- 
Method Detail- 
probableKindpublic Snippet.Kind probableKind() Returns what appears to be the intended Kind in this erroneous snippet.- Returns:
- the probable Kind; or Snippet.Kind.ERRONEOUSif that cannot be determined.
 
 
- 
 
-