HomeSort by relevance Sort by last modified time
    Searched refs:each_ancestor (Results 1 - 2 of 2) sorted by null

  /external/antlr/runtime/Ruby/lib/antlr3/
tree.rb 267 def each_ancestor method in class:ANTLR3.AST.for
268 block_given? or return( enum_for( :each_ancestor ) )
278 each_ancestor.to_a
735 def each_ancestor( tree, include_tree = true ) method in class:ANTLR3.CommonTree.TreeAdaptor
736 block_given? or return enum_for( :each_ancestor, tree, include_tree )
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/tree/
wizard.rb 479 tree = @adaptor.each_ancestor( tree ).find do | t |

Completed in 604 milliseconds