# File lib/jmespath/token_stream.rb, line 30
    def lookahead(count)
      @tokens[@position + count] || Token::NULL_TOKEN
    end