Lines Matching full:walk
47 ANTLR recognizers need a way to walk through input data in a serialized IO-style
72 parsers with the means to sequential walk through series of tokens.
1017 # it was before #walk was called. While #each or #each_on_channel does not change
1018 # the positions stream during iteration, #walk advances through the stream. This
1022 def walk
1023 block_given? or return enum_for( :walk )