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.Kind
Snippet. kind()
该片段的Snippet.Kind
。Snippet.Kind
Snippet.SubKind. kind()
Snippet.Kind
对应于这个SubKind
。Snippet.Kind
SourceCodeAnalysis.SnippetWrapper. kind()
Snippet.Kind
ErroneousSnippet. probableKind()
在这个错误的片段中返回似乎是预期种类的内容。static Snippet.Kind
Snippet.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.
-