rewrite-clj.node.whitespace
dynamic
This function is applied to every newline string and should produce the eventual character count.
dynamic
This function is applied to every newline string.
(->WhitespaceNode whitespace)
(comma-separated nodes)
Interleave the given seq of nodes with ", " nodes.
(line-separated nodes)
Interleave the given seq of nodes with newline nodes.
(linebreak? node)
Check whether a ndoe represents linebreaks.
(map->NewlineNode G__5486)
(map->WhitespaceNode G__5480)
(newline? c)
Check whether a character represents a linebreak.
(newlines n)
Create node representing the given number of newline characters.
(space-separated nodes)
Interleave the given seq of nodes with " " nodes.
(spaces n)
Create node representing the given number of spaces.
(whitespace-nodes s)
Convert a string of whitespace to whitespace/newline nodes.
(whitespace? node)
Check whether a node represents whitespace.