模块  jdk.jshell
软件包  jdk.jshell

Class ImportSnippet


  • public class ImportSnippet
    extends PersistentSnippet
    导入声明的片段。 该种类是Snippet.Kind.IMPORT

    ImportSnippet是不可变的:对其任何方法的访问将始终返回相同的结果。 因此是线程安全的。

    从以下版本开始:
    9
    See The Java™ Language Specification:
    8.3:importDeclaration。