Uses of Class
jdk.jshell.SnippetEvent
-
Packages that use SnippetEvent 软件包 描述 jdk.jshell 提供用于创建工具的界面,例如阅读评估打印循环(REPL),它交互地评估Java编程语言代码的“片断”。 -
-
Uses of SnippetEvent in jdk.jshell
Methods in jdk.jshell that return types with arguments of type SnippetEvent Modifier and Type 方法 描述 List<SnippetEvent>
JShell. drop(Snippet snippet)
从状态中移除声明。List<SnippetEvent>
JShell. eval(String input)
评估输入字符串,包括定义和/或执行(如果适用)。Method parameters in jdk.jshell with type arguments of type SnippetEvent Modifier and Type 方法 描述 JShell.Subscription
JShell. onSnippetEvent(Consumer<SnippetEvent> listener)
当代码段的状态更改时,注册要调用的回调。
-