Home » openjdk-7 » com.sun.source » tree » [javadoc | source]
com.sun.source.tree
public interface: ModifiersTree [javadoc | source]

All Implemented Interfaces:
    Tree

All Known Implementing Classes:
    JCModifiers

A tree node for the modifiers, including annotations, for a declaration. For example:
  flags

  flags annotations
Method from com.sun.source.tree.ModifiersTree Summary:
getAnnotations,   getFlags
Method from com.sun.source.tree.ModifiersTree Detail:
 public List<AnnotationTree> getAnnotations()
 public Set<Modifier> getFlags()