Represents programming constructs like functions or constructors in the context of call hierarchy.
Represents programming constructs like functions or constructors in the context of call hierarchy.
(detail call-hierarchy-item)
More detail for this item, e.g. the signature of a function.
More detail for this item, e.g. the signature of a function.
(range call-hierarchy-item)
The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
(selection-range call-hierarchy-item)
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode CallHierarchyItem.range range}.
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode CallHierarchyItem.range range}.
(set-detail! call-hierarchy-item value)
More detail for this item, e.g. the signature of a function.
More detail for this item, e.g. the signature of a function.
(set-kind! call-hierarchy-item value)
The kind of this item.
The kind of this item.
(set-name! call-hierarchy-item value)
The name of this item.
The name of this item.
(set-range! call-hierarchy-item value)
The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
(set-selection-range! call-hierarchy-item value)
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode CallHierarchyItem.range range}.
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode CallHierarchyItem.range range}.
(set-tags! call-hierarchy-item value)
Tags for this item.
Tags for this item.
(set-uri! call-hierarchy-item value)
The resource identifier of this item.
The resource identifier of this item.
(uri call-hierarchy-item)
The resource identifier of this item.
The resource identifier of this item.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close