Represents an item of a type hierarchy, like a class or an interface.
Represents an item of a type hierarchy, like a class or an interface.
(detail type-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 type-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 type-hierarchy-item)
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
(set-detail! type-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! type-hierarchy-item value)
The kind of this item.
The kind of this item.
(set-name! type-hierarchy-item value)
The name of this item.
The name of this item.
(set-range! type-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! type-hierarchy-item value)
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
(set-tags! type-hierarchy-item value)
Tags for this item.
Tags for this item.
(set-uri! type-hierarchy-item value)
The resource identifier of this item.
The resource identifier of this item.
(uri type-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