Uses of Class
jdk.jshell.DeclarationSnippet
-
Packages that use DeclarationSnippet 软件包 描述 jdk.jshell 提供用于创建工具的接口,例如读取 - 评估 - 打印循环(REPL),其交互式地评估Java编程语言代码的“片段”。 -
-
Uses of DeclarationSnippet in jdk.jshell
Subclasses of DeclarationSnippet in jdk.jshell 变量和类型 类 描述 classMethodSnippet方法定义的代码段。classTypeDeclSnippet用于类型定义的片段(类,接口,枚举或注释接口定义)。classVarSnippet用于变量定义的代码段。Methods in jdk.jshell that return DeclarationSnippet 变量和类型 方法 描述 DeclarationSnippetUnresolvedReferenceException. getSnippet()返回具有未解析引用的Snippet。Methods in jdk.jshell with parameters of type DeclarationSnippet 变量和类型 方法 描述 Stream<String>JShell. unresolvedDependencies(DeclarationSnippet snippet)对于RECOVERABLE_DEFINED或RECOVERABLE_NOT_DEFINED声明,代码段的当前未解析依赖项的名称。
-