|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.doclets.internal.toolkit.builders.ConstantsSummaryBuilder.ConstantFieldBuilder
private class ConstantsSummaryBuilder.ConstantFieldBuilder
Print the table of constants.
| 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 |
|---|
protected VisibleMemberMap visibleMemberMapFields
protected VisibleMemberMap visibleMemberMapEnumConst
protected ClassDoc classdoc
| Constructor Detail |
|---|
public ConstantsSummaryBuilder.ConstantFieldBuilder(ClassDoc classdoc)
classdoc - the classdoc that we are examining constants for.| Method Detail |
|---|
protected void buildMembersSummary()
protected java.util.List<FieldDoc> members()
cd - the classdoc to examine.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||