Internal models.
Internal models.
Wildcard symbol used to represent any single expression in a pattern. This must be a valid Clojure symbol. It is also used as a prefix for typed wildcards. For example, if this is set to $ (the default), $string represents any single string expression; $list any single list expression; etc.
Wildcard symbol used to represent any single expression in a pattern. This must be a valid Clojure symbol. It is also used as a prefix for typed wildcards. For example, if this is set to $ (the default), $string represents any single string expression; $list any single list expression; etc.
Wildcard symbol used to represent any number of expressions in a pattern, including zero. This must be a valid Clojure symbol.
Wildcard symbol used to represent any number of expressions in a pattern, including zero. This must be a valid Clojure symbol.
(compact-whitespaces tree)
Transform a tree by 'compacting' its whitespaces: all newlines and sequences of whitespaces are replaced by a single whitespace. Comments are removed as well.
Transform a tree by 'compacting' its whitespaces: all newlines and sequences of whitespaces are replaced by a single whitespace. Comments are removed as well.
(node-children node)
Return non-whitespace node children.
Return non-whitespace node children.
(typed-wildcard-expression? node)
Test if a node is an typed expression wildcard symbol.
Test if a node is an typed expression wildcard symbol.
(wildcard-expression? node)
Test if a node is an expression wildcard symbol.
Test if a node is an expression wildcard symbol.
(wildcard-expressions? node)
Test if a node is an expressions wildcard symbol.
Test if a node is an expressions wildcard symbol.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close