dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
DynamicParseTree.hasChildWithName
dparsergen
core
dynamictree
DynamicParseTree
Checks if this subtree has a child with some name.
class
DynamicParseTree
(Location, alias LocationRangeImpl = LocationRangeStartLength)
final
bool
hasChildWithName
(
string
name
)
Meta
Source
See Implementation
dparsergen
core
dynamictree
DynamicParseTree
aliases
LocationDiff
LocationRange
functions
childByName
childIndexByName
childName
childs
content
hasChildWithName
isToken
name
setStartEnd
toString
variables
grammarInfo
location
nodeType
nonterminalID
productionID
Checks if this subtree has a child with some name.