Method: ANTLR3::StringStream#name
- Defined in:
- lib/antlr3/streams.rb
#name ⇒ Object Also known as: source_name
the name associated with the stream – usually a file name defaults to "(string)"
382 383 384 |
# File 'lib/antlr3/streams.rb', line 382 def name @name end |