Searched defs:through (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb47 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.
281 recognizers, such as parsers and tree parsers for navigating through the
344 a recognizer can arbitrarily step forward and backward through the stream's
510 def through( k ) method in class:ANTLR3.that.StringStream
619 skipped = through( index - @position )
639 before = through( -before_chars ).inspect
642 after = through( after_chars ).inspect
1015 # iterates through the token stream, yielding each on channel token along the way.
1018 # the positions stream during iteration, #walk advances through th
[all...]

Completed in 102 milliseconds