svoid tok_cleanImports(LS tok) { assertInstanceof(tok IContentsIndexedList2); for (LS tokImport : tok_findImports_returnTokens(tok)) { S identifier = get(tokImport, l(tokImport)-4); if (tok.contains(identifier)) } }