workspace-d v3.4.0-pre1 (2019-01-05T01:13:40Z)
Dub
Repo
CodeDefinitionClassifier.Region
workspaced
visitors
classifier
CodeDefinitionClassifier
Undocumented in source.
class
CodeDefinitionClassifier
struct
Region {
CodeRegionType
type
;
CodeRegionProtection
protection
;
CodeRegionStatic
staticness
;
string
minIndentation
;
uint
[
2
]
region
;
bool
affectsFollowing
;
bool
sameBlockAs
(Region other);
}
Members
Functions
sameBlockAs
bool
sameBlockAs
(Region other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
affectsFollowing
bool
affectsFollowing
;
Undocumented in source.
minIndentation
string
minIndentation
;
Undocumented in source.
protection
CodeRegionProtection
protection
;
Undocumented in source.
region
uint
[
2
]
region
;
Undocumented in source.
staticness
CodeRegionStatic
staticness
;
Undocumented in source.
type
CodeRegionType
type
;
Undocumented in source.
Meta
Source
See Implementation
workspaced
visitors
classifier
CodeDefinitionClassifier
constructors
this
functions
putRegion
visit
structs
Region
variables
code
currentRange
regions
writtenRegion