Method: ANTLR3::AST::CommonTreeNodeStream#seek
- Defined in:
- lib/antlr3/tree.rb
#seek(index) ⇒ Object
1120 1121 1122 1123 |
# File 'lib/antlr3/tree.rb', line 1120 def seek( index ) @position == -1 and fill_buffer @position = index end |