Searched refs:AnnotationTypeDoc (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DAnnotationTypeDoc.java35 public interface AnnotationTypeDoc extends ClassDoc { interface in inherits:ClassDoc
H A DAnnotationDesc.java43 AnnotationTypeDoc annotationType();
H A DPackageDoc.java111 AnnotationTypeDoc[] annotationTypes();
H A DType.java104 * <code>AnnotationTypeDoc</code>, return this as a <code>ClassDoc</code>
145 * Return this type as an <code>AnnotationTypeDoc</code> if it represents
148 * @return an <code>AnnotationTypeDoc</code> if the type is an annotation
152 AnnotationTypeDoc asAnnotationTypeDoc();
/openjdk7/langtools/test/tools/javadoc/annotations/defaults/
H A DMain.java49 for (AnnotationTypeDoc at :
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DAnnotationTypeWriter.java163 * Return the {@link AnnotationTypeDoc} being documented.
165 * @return the AnnotationTypeDoc being documented.
167 public AnnotationTypeDoc getAnnotationTypeDoc();
H A DWriterFactory.java90 AnnotationTypeDoc annotationType, Type prevType, Type nextType)
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DAbstractTypeImpl.java100 public AnnotationTypeDoc asAnnotationTypeDoc() {
H A DAnnotationDescImpl.java61 public AnnotationTypeDoc annotationType() {
67 return (AnnotationTypeDoc)env.getClassDoc(atsym);
H A DPrimitiveType.java106 public AnnotationTypeDoc asAnnotationTypeDoc() {
H A DAnnotationTypeDocImpl.java47 extends ClassDocImpl implements AnnotationTypeDoc {
H A DPackageDocImpl.java270 public AnnotationTypeDoc[] annotationTypes() {
H A DTypeMaker.java282 * Return this type as an <code>AnnotationTypeDoc</code> if it
285 public AnnotationTypeDoc asAnnotationTypeDoc() {
/openjdk7/langtools/test/tools/javadoc/annotations/annotateMethodsFields/
H A DMain.java50 for (AnnotationTypeDoc a : p.annotationTypes()) {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DAnnotationTypeBuilder.java50 public static final String ROOT = "AnnotationTypeDoc";
55 private AnnotationTypeDoc annotationTypeDoc;
85 AnnotationTypeDoc annotationTypeDoc, AnnotationTypeWriter writer)
H A DBuilderFactory.java116 AnnotationTypeDoc annotationType,
H A DMemberSummaryBuilder.java184 if (classDoc instanceof AnnotationTypeDoc) {
185 return ((AnnotationTypeDoc) classDoc).elements().length > 0;
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAnnotationTypeOptionalMemberWriterImpl.java51 AnnotationTypeDoc annotationType) {
H A DAnnotationTypeWriterImpl.java49 protected AnnotationTypeDoc annotationType;
60 public AnnotationTypeWriterImpl (AnnotationTypeDoc annotationType,
397 public AnnotationTypeDoc getAnnotationTypeDoc() {
H A DWriterFactoryImpl.java75 AnnotationTypeDoc annotationType, Type prevType, Type nextType)
H A DAnnotationTypeRequiredMemberWriterImpl.java50 AnnotationTypeDoc annotationType) {
H A DHtmlDoclet.java179 .getAnnotationTypeBuilder((AnnotationTypeDoc) curr,
/openjdk7/langtools/test/tools/javadoc/lib/
H A DTester.java140 printAnnotationType((AnnotationTypeDoc)cd);
145 public void printAnnotationType(AnnotationTypeDoc at) throws IOException {
214 private void prAnnotationType(int off, AnnotationTypeDoc at)
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDeprecatedAPIListBuilder.java115 ((AnnotationTypeDoc) cd).elements());
H A DVisibleMemberMap.java436 filter((AnnotationTypeDoc) cd, false) :
441 filter((AnnotationTypeDoc) cd, true) :
483 private AnnotationTypeElementDoc[] filter(AnnotationTypeDoc doc,

Completed in 85 milliseconds

12