ddparser ~master (2022-05-08T05:41:52.9614299)
Dub
Repo
D_ParseNode
ddparser
dparse
Undocumented in source.
struct
D_ParseNode {
int
symbol
;
d_loc_t
start_loc
;
const
(
char
)*
end
;
const
(
char
)*
end_skip
;
D_Scope
*
scope_
;
D_WhiteSpaceFn
white_space
;
D_ParseNode_Globals
*
globals
;
D_ParseNode_User
user
;
string
matchedString
[@property getter];
}
Members
Properties
matchedString
string
matchedString
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
end
const
(
char
)*
end
;
Undocumented in source.
end_skip
const
(
char
)*
end_skip
;
Undocumented in source.
globals
D_ParseNode_Globals
*
globals
;
Undocumented in source.
scope_
D_Scope
*
scope_
;
Undocumented in source.
start_loc
d_loc_t
start_loc
;
Undocumented in source.
symbol
int
symbol
;
Undocumented in source.
user
D_ParseNode_User
user
;
Undocumented in source.
white_space
D_WhiteSpaceFn
white_space
;
Undocumented in source.
Meta
Source
See Implementation
ddparser
dparse
aliases
D_AmbiguityFn
D_FreeNodeFn
D_ParseNode_Globals
D_ParseNode_User
D_SyntaxErrorFn
d_voidp
structs
D_ParseNode