You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is more than one TerminalNode type in the child node, XXX_all cannot obtain the correct leaf node type, and children_of_type will return all TerminalNode.
For example, the results returned by STRING_TEXT_all here include STRING_START and STRING_END
The text was updated successfully, but these errors were encountered:
If there is more than one
TerminalNode
type in the child node,XXX_all
cannot obtain the correct leaf node type, andchildren_of_type
will return allTerminalNode
.For example, the results returned by
STRING_TEXT_all
here includeSTRING_START
andSTRING_END
The text was updated successfully, but these errors were encountered: