Lines Matching refs:nodes
310 In order to create nodes and navigate, this class needs a TreeAdaptor.
313 iterating over the various nodes with a particular type.
370 """Walk the entire tree and make a node name to nodes mapping.
418 """Return a List of tree nodes with token type ttype"""
420 nodes = []
423 nodes.append(tree)
427 return nodes
466 all nodes of that type (this is faster than the pattern match).
524 on the various nodes and '.' (dot) as the node/subtree wildcard,
526 the labels pointing at the appropriate nodes. Return false if
544 text arguments on nodes. Fill labels map with pointers to nodes
545 in tree matched against nodes in pattern with labels.