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 变量和类型 方法 描述 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.
-