483484485486487488489490
Name entity, Name[] decls, boolean withStar) { LinkNode link = new LinkNode(this, location, entity); Import imprt = new Import(null, location, entity, new TypeRef(link), entity.as(), decls, withStar); addImport(imprt); }