Uses of Class
jdk.jshell.Snippet.Kind
-
Packages that use Snippet.Kind 软件包 描述 jdk.jshell 提供用于创建工具的界面,例如阅读评估打印循环(REPL),它交互地评估Java编程语言代码的“片断”。 -
-
Uses of Snippet.Kind in jdk.jshell
Methods in jdk.jshell that return Snippet.Kind Modifier and Type 方法 描述 Snippet.KindSnippet. kind()Snippet.Kind的代码段。Snippet.KindSnippet.SubKind. kind()Snippet.Kind对应于这个SubKind。Snippet.KindSourceCodeAnalysis.SnippetWrapper. kind()Snippet.KindErroneousSnippet. probableKind()在这个错误的片段中返回看起来是什么样的类型。static Snippet.KindSnippet.Kind. valueOf(String name)以指定的名称返回此类型的枚举常量。static Snippet.Kind[]Snippet.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-