Class ConstantsSummaryBuilder.ConstantFieldBuilder

  • Enclosing class:
    ConstantsSummaryBuilder

    private class ConstantsSummaryBuilder.ConstantFieldBuilder
    extends java.lang.Object
    Print the table of constants.
    Since:
    1.4
    • 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 document
        classConstantTree - 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.