Searched refs:WildImportIndex (Results 1 – 2 of 2) sorted by relevance
34 public class WildImportIndex implements ImportScope { class39 public WildImportIndex(ImmutableList<Supplier<ImportScope>> packages) { in WildImportIndex() method in WildImportIndex44 public static WildImportIndex create( in create()65 return new WildImportIndex(packageScopes.build()); in create()
50 import com.google.turbine.binder.lookup.WildImportIndex;192 ImportScope wildImportScope = WildImportIndex.create(importResolver, tli, unit.imports()); in bindPackages()