Searched refs:Annotator (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java83 ListBuffer<Annotator> q = new ListBuffer<Annotator>();
85 public void later(Annotator a) {
89 public void earlier(Annotator a) {
118 * Annotator.
120 public interface Annotator { interface in class:Annotate
H A DMemberEnter.java190 annotate.earlier(new Annotate.Annotator() {
284 annotate.earlier(new Annotate.Annotator() {
737 annotate.later(new Annotate.Annotator() {
817 annotate.later(new Annotate.Annotator() {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java1658 class AnnotationDefaultCompleter extends AnnotationDeproxy implements Annotate.Annotator {
1670 // implement Annotate.Annotator.enterAnnotation()
1682 class AnnotationCompleter extends AnnotationDeproxy implements Annotate.Annotator {
1695 // implement Annotate.Annotator.enterAnnotation()

Completed in 31 milliseconds