tree.rb | 372 def replace_children( start, stop, new_tree ) method in class:ANTLR3.BaseTree 756 def replace_children( parent, start, stop, replacement ) method in class:ANTLR3.CommonTree.TreeAdaptor.each_ancestor 757 parent and parent.replace_children( start, stop, replacement ) 969 abstract :replace_children 1141 def replace_children( parent, start, stop, replacement ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream 1142 parent and @adaptor.replace_children( parent, start, stop, replacement ) [all...] |