godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
ScopeRange
classfinder
A named scope such as a class or struct and its location in the file
struct
ScopeRange {
string
name
;
enum
Type
;
Type
type
;
size_t
start
;
size_t
end
;
}
Members
Enums
Type
enum
Type
end
size_t
end
;
Undocumented in source.
Variables
name
string
name
;
Undocumented in source.
start
size_t
start
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
Meta
Source
See Implementation
classfinder
functions
endLocation
parse
startLocation
structs
ScopeRange
A named scope such as a class or struct and its location in the file