Uses of Interface
jdk.jshell.SourceCodeAnalysis.SnippetWrapper
-
Packages that use SourceCodeAnalysis.SnippetWrapper 软件包 描述 jdk.jshell 提供用于创建工具的界面,例如阅读评估打印循环(REPL),它交互地评估Java编程语言代码的“片断”。 -
-
Uses of SourceCodeAnalysis.SnippetWrapper in jdk.jshell
Methods in jdk.jshell that return SourceCodeAnalysis.SnippetWrapper Modifier and Type 方法 描述 abstract SourceCodeAnalysis.SnippetWrapperSourceCodeAnalysis. wrapper(Snippet snippet)返回Snippet的包装信息。Methods in jdk.jshell that return types with arguments of type SourceCodeAnalysis.SnippetWrapper Modifier and Type 方法 描述 abstract List<SourceCodeAnalysis.SnippetWrapper>SourceCodeAnalysis. wrappers(String input)返回输入源字符串中代码段的包装器信息。
-