workspace-d v3.4.0-pre1 (2019-01-05T01:13:40Z)
Dub
Repo
InterfaceDetails
workspaced
visitors
methodfinder
Undocumented in source.
struct
InterfaceDetails {
string
code
;
bool
needsOverride
;
string
name
;
FieldDetails
[]
fields
;
MethodDetails
[]
methods
;
string
[]
parents
;
string
[]
normalizedParents
;
int
[]
parentPositions
;
}
Members
Variables
code
string
code
;
Entire code of the file
fields
FieldDetails
[]
fields
;
Undocumented in source.
methods
MethodDetails
[]
methods
;
Undocumented in source.
name
string
name
;
Undocumented in source.
needsOverride
bool
needsOverride
;
Undocumented in source.
normalizedParents
string
[]
normalizedParents
;
Undocumented in source.
parentPositions
int
[]
parentPositions
;
Undocumented in source.
parents
string
[]
parents
;
Undocumented in source.
Meta
Source
See Implementation
workspaced
visitors
methodfinder
classes
InterfaceMethodFinder
structs
ArgumentInfo
FieldDetails
InterfaceDetails
MethodDetails