Class ConstantsSummaryBuilder.ConstantFieldBuilder
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
-
- Enclosing class:
- ConstantsSummaryBuilder
private class ConstantsSummaryBuilder.ConstantFieldBuilder extends java.lang.ObjectPrint the table of constants.- Since:
- 1.4
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassDocclassdocThe classdoc that we are examining constants for.protected VisibleMemberMapvisibleMemberMapEnumConstThe map used to get the visible variables.protected VisibleMemberMapvisibleMemberMapFieldsThe map used to get the visible variables.
-
Constructor Summary
Constructors Constructor Description ConstantFieldBuilder(ClassDoc classdoc)Construct a ConstantFieldSubWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildMembersSummary(XMLNode node, Content classConstantTree)Builds the table of constants for a given class.protected java.util.List<FieldDoc>members()Return the list of visible constant fields for the given classdoc.
-
-
-
Field Detail
-
visibleMemberMapFields
protected VisibleMemberMap visibleMemberMapFields
The map used to get the visible variables.
-
visibleMemberMapEnumConst
protected VisibleMemberMap visibleMemberMapEnumConst
The map used to get the visible variables.
-
classdoc
protected ClassDoc classdoc
The classdoc that we are examining constants for.
-
-
Constructor Detail
-
ConstantFieldBuilder
public ConstantFieldBuilder(ClassDoc classdoc)
Construct a ConstantFieldSubWriter.- Parameters:
classdoc- the classdoc that we are examining constants for.
-
-
Method Detail
-
buildMembersSummary
protected void buildMembersSummary(XMLNode node, Content classConstantTree)
Builds the table of constants for a given class.- Parameters:
node- the XML element that specifies which components to documentclassConstantTree- the tree to which the class constants table will be added
-
members
protected java.util.List<FieldDoc> members()
Return the list of visible constant fields for the given classdoc.- Returns:
- the list of visible constant fields for the given classdoc.
-
-