Uses of Interface
jdk.jshell.SourceCodeAnalysis.CompletionInfo
Packages that use SourceCodeAnalysis.CompletionInfo
包
描述
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.CompletionInfo in jdk.jshell
Methods in jdk.jshell that return SourceCodeAnalysis.CompletionInfo修饰符和类方法描述abstract SourceCodeAnalysis.CompletionInfo
SourceCodeAnalysis.analyzeCompletion
(String input) Given an input string, find the first snippet of code (one statement, definition, import, or expression) and evaluate if it is complete.