Klasse FieldBuilder
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractMemberBuilder
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.FieldBuilder
Builds documentation for a field.
- 
Verschachtelte Klassen - ÜbersichtVon Klasse geerbte verschachtelte Klassen/Schnittstellen org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilderAbstractBuilder.Context
- 
FeldübersichtVon Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractMemberBuildertypeElement, visibleMemberTableVon Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilderbuilderFactory, configuration, containingPackagesSeen, messages, options, resources, utils
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidBuild the documentation.protected voidbuildDeprecationInfo(Content fieldContent) Build the deprecation information.protected voidbuildFieldComments(Content fieldContent) Build the comments for the field.protected voidbuildFieldDoc(Content target) Build the field documentation.protected voidbuildPreviewInfo(Content fieldContent) Build the preview information.protected voidbuildSignature(Content fieldContent) Build the signature.protected voidbuildTagInfo(Content fieldContent) Build the tag information.static FieldBuildergetInstance(AbstractBuilder.Context context, TypeElement typeElement, FieldWriter writer) Construct a new FieldBuilder.Return the field writer for this builder.booleanReturns whether or not there are members to document.Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractMemberBuilderbuild, getVisibleMembers
- 
Methodendetails- 
getInstancepublic static FieldBuilder getInstance(AbstractBuilder.Context context, TypeElement typeElement, FieldWriter writer) Construct a new FieldBuilder.- Parameter:
- context- the build context.
- typeElement- the class whose members are being documented.
- writer- the doclet specific writer.
- Gibt zurück:
- the new FieldBuilder
 
- 
hasMembersToDocumentReturns whether or not there are members to document.- Angegeben von:
- hasMembersToDocumentin Klasse- AbstractMemberBuilder
- Gibt zurück:
- whether or not there are members to document
 
- 
buildBeschreibung aus Klasse kopiert:AbstractMemberBuilderBuild the documentation.- Angegeben von:
- buildin Klasse- AbstractMemberBuilder
- Parameter:
- target- the content into which to add the documentation
- Löst aus:
- DocletException- if there is a problem building the documentation
 
- 
buildFieldDocBuild the field documentation.- Parameter:
- target- the content to which the documentation will be added
- Löst aus:
- DocletException- if there is a problem while building the documentation
 
- 
buildSignatureBuild the signature.- Parameter:
- fieldContent- the content to which the documentation will be added
 
- 
buildDeprecationInfoBuild the deprecation information.- Parameter:
- fieldContent- the content to which the documentation will be added
 
- 
buildPreviewInfoBuild the preview information.- Parameter:
- fieldContent- the content to which the documentation will be added
 
- 
buildFieldCommentsBuild the comments for the field.Do nothing if BaseOptions.noComment()is set to true.- Parameter:
- fieldContent- the content to which the documentation will be added
 
- 
buildTagInfoBuild the tag information.- Parameter:
- fieldContent- the content to which the documentation will be added
 
- 
getWriterReturn the field writer for this builder.- Gibt zurück:
- the field writer for this builder.
 
 
-