1047 1048 1049 1050
# File 'lib/antlr3/tree.rb', line 1047 def at( index ) @position == -1 and fill_buffer @nodes.at( index ) end