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

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

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


Field Summary
(package private)  JavaFileObject classFile
           
(package private)  Symbol.MethodSymbol sym
           
(package private)  Attribute value
           
 
Fields inherited from class com.sun.tools.javac.jvm.ClassReader.AnnotationDeproxy
result, type
 
Constructor Summary
ClassReader.AnnotationDefaultCompleter(Symbol.MethodSymbol sym, Attribute value)
           
 
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.MethodSymbol sym

value

final Attribute value

classFile

final JavaFileObject classFile
Constructor Detail

ClassReader.AnnotationDefaultCompleter

ClassReader.AnnotationDefaultCompleter(Symbol.MethodSymbol sym,
                                       Attribute value)
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