1145 1146 1147 1148
# File 'lib/antlr3/tree.rb', line 1145 def size @position == -1 and fill_buffer return @nodes.length end