dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
DocumentSymbol.this
dls
protocol
interfaces
text_document
DocumentSymbol
Undocumented in source.
class
DocumentSymbol
@
safe
pure nothrow
this
(
string
name
=
string.init
,
Nullable
!
string
detail
=
Nullable
!
string.init
,
SymbolKind
kind
=
SymbolKind.init
,
Nullable
!bool
deprecated_
=
Nullable
!bool.
init
,
Range
range
= new
Range
()
,
Range
selectionRange
= new
Range
()
,
Nullable
!(
DocumentSymbol
[])
children
=
Nullable
!(
DocumentSymbol
[]).
init
)
Meta
Source
See Implementation
dls
protocol
interfaces
text_document
DocumentSymbol
constructors
this
variables
children
deprecated_
detail
kind
name
range
selectionRange