public void set(Source source, int bookmark) {
   peekDefaultSyntaxError().setLine(source.get(bookmark), source.getIndex(bookmark));
 }