Method: ANTLR3::CommonTokenStream#tune_to
- Defined in:
- lib/antlr3/streams.rb
#tune_to(channel) ⇒ Object
tune the stream to a new channel value
834 835 836 |
# File 'lib/antlr3/streams.rb', line 834 def tune_to( channel ) @channel = channel end |