class ElasticAPM::Sql::Tokenizer

def next_char

def next_char
  char = @scanner.getch
  @byte_end = @scanner.pos
  char
end