Module  jdk.compiler
软件包  com.sun.source.tree

Interface ModifiersTree

  • All Superinterfaces:


    public interface ModifiersTree
    extends 
    用于声明的修饰符的树节点(包括注释)。 例如:
      flags
    
       flags annotations 
    从以下版本开始:
    1.6
    See The Java™ Language Specification:
    第8.1.1,8.3.1,8.4.3,8.5.1,8.3.3,9.1.1和9.7段
    • 方法详细信息

      • getFlags

        Set<Modifier> getFlags​()
        返回此修饰符树中的标志。
        结果
        旗帜
      • getAnnotations

        List<? extends AnnotationTree> getAnnotations​()
        返回此修饰符树中的注释。
        结果
        注释