|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.tree.JCTree.Visitor
com.sun.tools.javac.tree.TreeScanner
com.sun.tools.javac.processing.JavacProcessingEnvironment.AnnotationCollector
private class JavacProcessingEnvironment.AnnotationCollector
| Field Summary | |
|---|---|
(package private) List<JCTree.JCAnnotation> |
annotations
|
(package private) List<JCTree> |
path
|
(package private) static boolean |
verbose
|
| Constructor Summary | |
|---|---|
private |
JavacProcessingEnvironment.AnnotationCollector()
|
| Method Summary | |
|---|---|
List<JCTree.JCAnnotation> |
findAnnotations(List<? extends JCTree> nodes)
|
void |
scan(JCTree node)
Visitor method: Scan a single node. |
void |
visitAnnotation(JCTree.JCAnnotation node)
|
| Methods inherited from class com.sun.tools.javac.tree.JCTree.Visitor |
|---|
visitBracketStat, visitEscapeExpr, visitEscapeStat |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
List<JCTree> path
static final boolean verbose
List<JCTree.JCAnnotation> annotations
| Constructor Detail |
|---|
private JavacProcessingEnvironment.AnnotationCollector()
| Method Detail |
|---|
public List<JCTree.JCAnnotation> findAnnotations(List<? extends JCTree> nodes)
public void scan(JCTree node)
TreeScanner
scan in class TreeScannerpublic void visitAnnotation(JCTree.JCAnnotation node)
visitAnnotation in class TreeScanner
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||