| java.lang.Object com.sun.tools.javac.comp.Annotate
Annotate | public class Annotate (Code) | | Enter annotations on symbols. Annotations accumulate in a queue,
which is processed at the top level of any set of recursive calls
requesting it be processed.
This is NOT part of any API supported by Sun Microsystems. If
you write code that depends on this, you do so at your own risk.
This code and its internal interfaces are subject to change or
deletion without notice.
|
Inner Class :public interface Annotator | |
earlier | public void earlier(Annotator a)(Code) | | |
enterAnnotation | Attribute.Compound enterAnnotation(JCAnnotation a, Type expected, Env<AttrContext> env)(Code) | | Process a single compound annotation, returning its
Attribute. Used from MemberEnter for attaching the attributes
to the annotated symbol.
|
enterDone | public void enterDone()(Code) | | Called after the Enter phase completes.
|
enterStart | public void enterStart()(Code) | | Called when the Enter phase starts.
|
flush | public void flush()(Code) | | |
later | public void later(Annotator a)(Code) | | |
|
|