Lines Matching refs:binaryPath
59 protected ClassPath binaryPath;
139 ClassPath binaryPath) {
140 this(System.out, sourcePath, binaryPath);
144 ClassPath binaryPath) {
145 this(out, sourcePath, binaryPath, (ErrorConsumer) null);
149 ClassPath binaryPath,
153 this.binaryPath = binaryPath;
176 ClassPath binaryPath;
226 binaryPath = new ClassPath(binaryPathBuffer.toString());
228 return new ClassPath[]{sourcePath, binaryPath};
453 packages.put(pkg, p = new Package(sourcePath, binaryPath, pkg));
1050 if (binaryPath != null && binaryPath != sourcePath) {
1051 binaryPath.close();
1058 binaryPath = null;