Searched defs:prevType (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.java57 * @param prevType the previous class that was documented.
61 Type prevType, Type nextType)
69 this.prev = prevType;
60 AnnotationTypeWriterImpl(AnnotationTypeDoc annotationType, Type prevType, Type nextType) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DWriterFactory.java84 * @param prevType the previous type that was 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.java110 * @param prevType the previous type that was documented.
117 Type prevType, Type nextType)
120 writerFactory.getAnnotationTypeWriter(annotationType, prevType,
115 getAnnotationTypeBuilder( AnnotationTypeDoc annotationType, Type prevType, Type nextType) argument

Completed in 78 milliseconds