Uses of Class
jdk.jshell.VarSnippet
-
Packages that use VarSnippet 软件包 描述 jdk.jshell 提供用于创建工具的界面,例如阅读评估打印循环(REPL),它交互地评估Java编程语言代码的“片断”。 -
-
Uses of VarSnippet in jdk.jshell
Methods in jdk.jshell that return types with arguments of type VarSnippet Modifier and Type 方法 描述 Stream<VarSnippet>
JShell. variables()
返回活动变量片段。Methods in jdk.jshell with parameters of type VarSnippet Modifier and Type 方法 描述 String
JShell. varValue(VarSnippet snippet)
获取变量的当前值。
-