public static final class Target.RootedCompilationUnits extends Object
ICompilationUnit
s that root the dependency walk
and any ICompilerProblem
s encountered computing the roots of the
dependency walk. The returned set of compilation units and their
dependencies will be compiled.Constructor and Description |
---|
Target.RootedCompilationUnits(Set<ICompilationUnit> units,
Iterable<ICompilerProblem> problems) |
public Target.RootedCompilationUnits(Set<ICompilationUnit> units, Iterable<ICompilerProblem> problems)
public Set<ICompilationUnit> getUnits()
public Iterable<ICompilerProblem> getProblems()
Copyright © 2016 The Apache Software Foundation. All rights reserved.