Class ConstantsSummaryBuilder.ConstantFieldBuilder
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
- Enclosing class:
- ConstantsSummaryBuilder
Print the table of constants.
- Since:
- 1.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClassDocThe classdoc that we are examining constants for.protected VisibleMemberMapThe map used to get the visible variables.protected VisibleMemberMapThe map used to get the visible variables. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
visibleMemberMapFields
The map used to get the visible variables. -
visibleMemberMapEnumConst
The map used to get the visible variables. -
classdoc
The classdoc that we are examining constants for.
-
-
Constructor Details
-
ConstantFieldBuilder
Construct a ConstantFieldSubWriter.- Parameters:
classdoc- the classdoc that we are examining constants for.
-
-
Method Details
-
buildMembersSummary
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
Return the list of visible constant fields for the given classdoc.- Returns:
- the list of visible constant fields for the given classdoc.
-