Verwendungen von Schnittstelle
org.jdrupes.mdoclet.internal.doclets.toolkit.ClassWriter
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
Contains the base classes that make up a doclet.
This doclet-independent package has a set of classes and
interfaces that are the building blocks for doclets.
-
Verwendungen von ClassWriter in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungWriterFactoryImpl.getClassWriter
(TypeElement typeElement, ClassTree classTree) Modifizierer und TypMethodeBeschreibungWriterFactoryImpl.getAnnotationTypeMemberWriter
(ClassWriter classWriter) WriterFactoryImpl.getAnnotationTypeOptionalMemberWriter
(ClassWriter classWriter) WriterFactoryImpl.getAnnotationTypeRequiredMemberWriter
(ClassWriter classWriter) WriterFactoryImpl.getConstructorWriter
(ClassWriter classWriter) WriterFactoryImpl.getEnumConstantWriter
(ClassWriter classWriter) WriterFactoryImpl.getFieldWriter
(ClassWriter classWriter) WriterFactoryImpl.getMemberSummaryWriter
(ClassWriter classWriter, VisibleMemberTable.Kind memberType) WriterFactoryImpl.getMethodWriter
(ClassWriter classWriter) WriterFactoryImpl.getPropertyWriter
(ClassWriter classWriter) -
Verwendungen von ClassWriter in org.jdrupes.mdoclet.internal.doclets.toolkit
Modifizierer und TypMethodeBeschreibungWriterFactory.getClassWriter
(TypeElement typeElement, ClassTree classTree) Returns the writer for a given type element, or null if this writer is not supported by the doclet.Modifizierer und TypMethodeBeschreibungWriterFactory.getAnnotationTypeMemberWriter
(ClassWriter classWriter) Return the annotation type member writer for a given annotation type, or null if this writer is not supported by the doclet.WriterFactory.getAnnotationTypeOptionalMemberWriter
(ClassWriter classWriter) Return the annotation type optional member writer for a given annotation type, or null if this writer is not supported by the doclet.WriterFactory.getAnnotationTypeRequiredMemberWriter
(ClassWriter classWriter) Return the annotation type required member writer for a given annotation type, or null if this writer is not supported by the doclet.WriterFactory.getConstructorWriter
(ClassWriter classWriter) Return the constructor writer for a given type element, or null if this writer is not supported by the doclet.WriterFactory.getEnumConstantWriter
(ClassWriter classWriter) Return the enum constant writer for a given type element, or null if this writer is not supported by the doclet.WriterFactory.getFieldWriter
(ClassWriter classWriter) Return the field writer for a given type element, or null if this writer is not supported by the doclet.WriterFactory.getMemberSummaryWriter
(ClassWriter classWriter, VisibleMemberTable.Kind memberType) Return the specified member summary writer for a given type element, or null if this writer is not supported by the doclet.WriterFactory.getMethodWriter
(ClassWriter classWriter) Return the method writer for a given type element, or null if this writer is not supported by the doclet.WriterFactory.getPropertyWriter
(ClassWriter classWriter) Return the property writer for a given class, or null if this writer is not supported by the doclet. -
Verwendungen von ClassWriter in org.jdrupes.mdoclet.internal.doclets.toolkit.builders
Modifizierer und TypMethodeBeschreibungBuilderFactory.getAnnotationTypeMemberBuilder
(ClassWriter classWriter) Return an instance of the annotation type member builder for the given class.BuilderFactory.getConstructorBuilder
(ClassWriter classWriter) Return an instance of the constructor builder for the given class.BuilderFactory.getEnumConstantsBuilder
(ClassWriter classWriter) Return an instance of the enum constants builder for the given class.BuilderFactory.getFieldBuilder
(ClassWriter classWriter) Return an instance of the field builder for the given class.static ClassBuilder
ClassBuilder.getInstance
(AbstractBuilder.Context context, TypeElement typeElement, ClassWriter writer) Constructs a new ClassBuilder.static MemberSummaryBuilder
MemberSummaryBuilder.getInstance
(ClassWriter classWriter, AbstractBuilder.Context context) Construct a new MemberSummaryBuilder for a general type.BuilderFactory.getMemberSummaryBuilder
(ClassWriter classWriter) Return an instance of the member summary builder for the given class.BuilderFactory.getMethodBuilder
(ClassWriter classWriter) Return an instance of the method builder for the given class.BuilderFactory.getPropertyBuilder
(ClassWriter classWriter) Return an instance of the property builder for the given class.