FileDocCategorySizeDatePackage
ModifiersTree.javaAPI DocJava SE 6 API951Tue Jun 10 00:23:26 BST 2008com.sun.source.tree

ModifiersTree

public interface ModifiersTree implements Tree
A tree node for the modifiers, including annotations, for a declaration. For example:
flags

flags annotations
see
"The Java Language Specification, 3rd ed, sections 8.1.1, 8.3.1, 8.4.3, 8.5.1, 8.8.3, 9.1.1, and 9.7"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public java.util.ListgetAnnotations()

public java.util.SetgetFlags()