com.sun.tools.javac.jvm
Class ClassReader.AnnotationCompleter

java.lang.Object
  extended by com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
      extended by com.sun.tools.javac.jvm.ClassReader.AnnotationCompleter
All Implemented Interfaces:
Attribute.Visitor, Annotate.Annotator, ClassReader.ProxyVisitor
Enclosing class:
ClassReader

 class ClassReader.AnnotationCompleter
extends ClassReader.AnnotationDeproxy
implements Annotate.Annotator


Field Summary
(package private)  JavaFileObject classFile
           
(package private)  List<ClassReader.CompoundAnnotationProxy> l
           
(package private)  Symbol sym
           
 
Fields inherited from class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
result, type
 
Constructor Summary
ClassReader.AnnotationCompleter(Symbol sym, List<ClassReader.CompoundAnnotationProxy> l)
           
 
Method Summary
 void enterAnnotation()
           
 java.lang.String toString()
           
 
Methods inherited from class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
deproxy, deproxyCompound, deproxyCompoundList, findAccessMethod, visitArray, visitArrayAttributeProxy, visitClass, visitCompound, visitCompoundAnnotationProxy, visitConstant, visitEnum, visitEnumAttributeProxy, visitError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sym

final Symbol sym

l

final List<ClassReader.CompoundAnnotationProxy> l

classFile

final JavaFileObject classFile
Constructor Detail

ClassReader.AnnotationCompleter

ClassReader.AnnotationCompleter(Symbol sym,
                                List<ClassReader.CompoundAnnotationProxy> l)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface Annotate.Annotator
Overrides:
toString in class java.lang.Object

enterAnnotation

public void enterAnnotation()
Specified by:
enterAnnotation in interface Annotate.Annotator