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 变量和类型 方法 描述 List<SnippetEvent>
JShell. drop(Snippet snippet)
从州删除声明。List<SnippetEvent>
JShell. eval(String input)
评估输入字符串,包括定义和/或执行(如果适用)。Method parameters in jdk.jshell with type arguments of type SnippetEvent 变量和类型 方法 描述 JShell.Subscription
JShell. onSnippetEvent(Consumer<SnippetEvent> listener)
注册要在代码段状态更改时调用的回调。
-