com.sun.tools.doclets.internal.toolkit.builders
Class ConstantsSummaryBuilder.ConstantFieldBuilder

java.lang.Object
  extended by com.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
Enclosing class:
ConstantsSummaryBuilder

private class ConstantsSummaryBuilder.ConstantFieldBuilder
extends java.lang.Object

Print the table of constants.

Since:
1.4

Field Summary
protected  ClassDoc classdoc
          The classdoc that we are examining constants for.
protected  VisibleMemberMap visibleMemberMapEnumConst
          The map used to get the visible variables.
protected  VisibleMemberMap visibleMemberMapFields
          The map used to get the visible variables.
 
Constructor Summary
ConstantsSummaryBuilder.ConstantFieldBuilder(ClassDoc classdoc)
          Construct a ConstantFieldSubWriter.
 
Method Summary
protected  void buildMembersSummary()
          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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

ConstantsSummaryBuilder.ConstantFieldBuilder

public ConstantsSummaryBuilder.ConstantFieldBuilder(ClassDoc classdoc)
Construct a ConstantFieldSubWriter.

Parameters:
classdoc - the classdoc that we are examining constants for.
Method Detail

buildMembersSummary

protected void buildMembersSummary()
Builds the table of constants for a given class.


members

protected java.util.List<FieldDoc> members()
Return the list of visible constant fields for the given classdoc.

Parameters:
cd - the classdoc to examine.
Returns:
the list of visible constant fields for the given classdoc.