Method: ANTLR3::TokenStream#to_s
- Defined in:
- lib/antlr3/streams.rb
#to_s ⇒ Object
:method: to_s(start=0,stop=tokens.length-1) should take the tokens between start and stop in the sequence, extract their text and return the concatenation of all the text chunks
332 |
# File 'lib/antlr3/streams.rb', line 332 abstract :to_s |