accept_children


Description:

public void accept_children (NodeType[] types, Visitor visitor, bool filtered = true)

Visits all children of this node with the given types with the specified Visitor.

Parameters:

types

a list of node types

visitor

the visitor to be called while traversing

filtered

specifies whether nodes which are not browsable should appear in the list