2122232425262728
List<String> tokens = lex(preprocessed); return convert(new LinkedList<String>(tokens)); } catch (Exception e) { throw new SymbolFormatException(string); } }