Searched defs:nextType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DWriterFactoryImpl.java75 AnnotationTypeDoc annotationType, Type prevType, Type nextType)
77 return new AnnotationTypeWriterImpl(annotationType, prevType, nextType);
74 getAnnotationTypeWriter( AnnotationTypeDoc annotationType, Type prevType, Type nextType) argument
H A DAnnotationTypeWriterImpl.java58 * @param nextType the next class being documented.
61 Type prevType, Type nextType)
70 this.next = nextType;
60 AnnotationTypeWriterImpl(AnnotationTypeDoc annotationType, Type prevType, Type nextType) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DWriterFactory.java85 * @param nextType the next type being documented.
90 AnnotationTypeDoc annotationType, Type prevType, Type nextType)
89 getAnnotationTypeWriter( AnnotationTypeDoc annotationType, Type prevType, Type nextType) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DBuilderFactory.java111 * @param nextType the next type being documented.
117 Type prevType, Type nextType)
121 nextType));
115 getAnnotationTypeBuilder( AnnotationTypeDoc annotationType, Type prevType, Type nextType) argument

Completed in 24 milliseconds