Method: ANTLR3::AST::CommonTreeNodeStream#inspect
- Defined in:
- lib/antlr3/tree.rb
#inspect ⇒ Object
1150 1151 1152 1153 |
# File 'lib/antlr3/tree.rb', line 1150 def inspect @position == -1 and fill_buffer @nodes.map { |nd| @adaptor.type_name( nd ) }.join( ' ' ) end |