Class ClassNode

    • Field Detail

      • m_Deprecated

        protected Boolean m_Deprecated
        whether the class is deprecated.
    • Constructor Detail

      • ClassNode

        public ClassNode​(String label)
        Initializes the class node with the specified label (package or class name).
        Parameters:
        label - the label for this node
    • Method Detail

      • isItemLeaf

        public boolean isItemLeaf()
        Returns whether this node represents a leaf node in the sense of the end-point of the dot notation of the full label. Custom trees might have additional information below this actual leaf node.
        Overrides:
        isItemLeaf in class DotNotationNode
        Returns:
        true if leaf
      • isDeprecated

        public boolean isDeprecated()
        Checks whether the associated class is deprecated (only for leaves).
        Returns:
        true if deprecated