(ast-zip root)
Returns a zipper for ASTZippers, given a root ASTZipper.
Returns a zipper for ASTZippers, given a root ASTZipper.
(render this sb context-stack)
Given a StringBuilder and the current context-stack, render this node to the result string in the StringBuilder.
Given a StringBuilder and the current context-stack, render this node to the result string in the StringBuilder.
(branch? this)
Returns true if this node can possibly have children, whether it currently does or not.
Returns true if this node can possibly have children, whether it currently does or not.
(children this)
When called on a branch node, returns its children.
When called on a branch node, returns its children.
(make-node this children)
Given a node (potentially with existing children) and a seq of children that should totally replace the existing children, make the new node.
Given a node (potentially with existing children) and a seq of children that should totally replace the existing children, make the new node.
(escaped-variable name)
(inverted-section name attrs contents)
(partial name padding)
(section name attrs contents)
(unescaped-variable name)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close