Searched defs:implNames (Results 1 – 2 of 2) sorted by relevance
1312 private final ImmutableList<ImmutableList<Ident>> implNames; field in Tree.ModProvides1317 ImmutableList<ImmutableList<Ident>> implNames) { in ModProvides()1327 public ImmutableList<ImmutableList<Ident>> implNames() { in implNames() method in Tree.ModProvides
526 ImmutableList.Builder<ImmutableList<Ident>> implNames = ImmutableList.builder(); in moduleProvides() local