private String importText(LinkedListTree imp) {
   return ASTUtils.identStarText(imp.getFirstChild());
 }