File
Doc
Category
Size
Date
Package
ModifiersTree.java
API Doc
Java SE 6 API
951
Tue Jun 10 00:23:26 BST 2008
com.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.List
getAnnotations
()
public
java.util.Set
getFlags
()
Java Code Source