Class ClassTree.Node

java.lang.Object
org.codehaus.groovy.tools.groovydoc.ClassTree.Node
Enclosing class:
ClassTree

public static final class ClassTree.Node extends Object
A node in an inheritance/extension tree.

If classDoc is non-null the node represents a documented type (rendered as a link); otherwise it represents an external type joining documented children to a common ancestor (rendered as plain text using qualifiedName).

  • Method Details

    • getQualifiedName

      public String getQualifiedName()
    • getClassDoc

      public GroovyClassDoc getClassDoc()
    • getChildren

      public List<ClassTree.Node> getChildren()
      Children in insertion order; callers typically sort before rendering.