com.sun.tools.javac.model |
|
Java Source File Name | Type | Comment |
AnnotationProxyMaker.java | Class | A generator of dynamic proxy implementations of
java.lang.annotation.Annotation.
The "dynamic proxy return form" of an annotation element value is
the form used by sun.reflect.annotation.AnnotationInvocationHandler.
This is NOT part of any API supported by Sun Microsystems. |
FilteredMemberList.java | Class | Utility to construct a view of a symbol's members,
filtering out unwanted elements such as synthetic ones.
This view is most efficiently accessed through its iterator() method.
This is NOT part of any API supported by Sun Microsystems. |
JavacElements.java | Class | Utility methods for operating on program elements.
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. |
JavacSourcePosition.java | Class | Implementation of model API SourcePosition based on javac internal state.
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. |
JavacTypes.java | Class | Utility methods for operating on types.
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. |