Home | History | Annotate | Download | only in binder

Lines Matching refs:units

64   /** Binds symbols and types to the given compilation units. */
66 List<CompUnit> units, Collection<Path> classpath, Collection<Path> bootclasspath)
69 ImmutableList<PreprocessedCompUnit> preProcessedUnits = CompUnitPreprocessor.preprocess(units);
116 ImmutableList<PreprocessedCompUnit> units, TopLevelIndex.Builder tliBuilder) {
118 for (PreprocessedCompUnit unit : units) {
131 ImmutableList<PreprocessedCompUnit> units,
137 for (PreprocessedCompUnit unit : units) {
294 private final ImmutableMap<ClassSymbol, SourceTypeBoundClass> units;
298 ImmutableMap<ClassSymbol, SourceTypeBoundClass> units,
300 this.units = units;
305 public ImmutableMap<ClassSymbol, SourceTypeBoundClass> units() {
306 return units;