Uses of Interface
jdk.jshell.SourceCodeAnalysis.Suggestion
Packages that use SourceCodeAnalysis.Suggestion
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 SourceCodeAnalysis.Suggestion in jdk.jshellMethods in jdk.jshell that return types with arguments of type SourceCodeAnalysis.SuggestionModifier and TypeMethodDescriptionabstract List<SourceCodeAnalysis.Suggestion>SourceCodeAnalysis.completionSuggestions(String input, int cursor, int[] anchor)Compute possible follow-ups for the given input.