ebrowse-tree-obarray-as-alist

ebrowse-tree-obarray-as-alist is a compiled Lisp function in `ebrowse.el'.

(ebrowse-tree-obarray-as-alist &optional QUALIFIED-NAMES-P)

Return an alist describing all classes in a tree.
Each elements in the list has the form (CLASS-NAME . TREE).
CLASS-NAME is the name of the class. TREE is the
class tree whose root is QUALIFIED-CLASS-NAME.
QUALIFIED-NAMES-P non-nil means return qualified names as CLASS-NAME.
The class tree is found in the buffer-local variable `ebrowse--tree-obarray'.