Uses of Class
jdk.jshell.SourceCodeAnalysis.QualifiedNames
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.QualifiedNames in jdk.jshell
Modifier and TypeMethodDescriptionabstract SourceCodeAnalysis.QualifiedNames
SourceCodeAnalysis.listQualifiedNames
(String code, int cursor) List qualified names known for the simple name in the given code immediately to the left of the given cursor position.