|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.tools.doclet.AbstractSubWriter org.freehep.tools.doclet.FieldSubWriter org.freehep.tools.doclet.ConstantFieldSubWriter
Print the table of constants.
Field Summary | |
com.sun.tools.doclets.VisibleMemberMap |
visibleMemberMap
The map used to get the visible variables. |
Fields inherited from class org.freehep.tools.doclet.AbstractSubWriter |
nodepr, printedSummaryHeader, visibleClasses |
Constructor Summary | |
ConstantFieldSubWriter(SubWriterHolderWriter writer,
com.sun.javadoc.ClassDoc classdoc)
Construct a ConstantFieldSubWriter. |
Method Summary | |
List |
members(com.sun.javadoc.ClassDoc cd)
Return the list of visible constant fields for the given classdoc. |
void |
printMembersSummary()
Print the table of constants. |
protected void |
printNameColumn(com.sun.javadoc.FieldDoc member)
Print the name of the given member in a column. |
protected void |
printSummaryMember(com.sun.javadoc.FieldDoc member)
Print the row in the constant table for the given member. |
protected void |
printTypeColumn(com.sun.javadoc.FieldDoc member)
Print the type of the given member in a column. |
protected void |
printValue(com.sun.javadoc.FieldDoc member)
Print the constant value of the given member in a column. |
Methods inherited from class org.freehep.tools.doclet.FieldSubWriter |
getMemberKind, printBodyHtmlEnd, printDeprecatedLink, printHeader, printInheritedSummaryAnchor, printInheritedSummaryLabel, printInheritedSummaryLink, printMember, printNavDetailLink, printNavSummaryLink, printSummaryAnchor, printSummaryLabel, printSummaryLink, printSummaryType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public com.sun.tools.doclets.VisibleMemberMap visibleMemberMap
Constructor Detail |
public ConstantFieldSubWriter(SubWriterHolderWriter writer, com.sun.javadoc.ClassDoc classdoc)
writer
- the writer to output the constants information.classdoc
- the classdoc that we are examining constants for.Method Detail |
public void printMembersSummary()
printMembersSummary
in class AbstractSubWriter
protected void printSummaryMember(com.sun.javadoc.FieldDoc member)
member
- the member to print information for.protected void printTypeColumn(com.sun.javadoc.FieldDoc member)
member
- the member to print information for.protected void printNameColumn(com.sun.javadoc.FieldDoc member)
member
- the member to print information for.protected void printValue(com.sun.javadoc.FieldDoc member)
member
- the member to print information for.public List members(com.sun.javadoc.ClassDoc cd)
members
in class AbstractSubWriter
cd
- the classdoc to examine.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |