Searched refs:ResolveError (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java525 * If no symbol was found, a ResolveError detailing the problem is returned.
1274 * @param sym The symbol that was found, or a ResolveError.
1292 ResolveError errSym = (ResolveError)sym;
1622 Symbol errSym = new ResolveError(WRONG_MTH, "diamond error") {
1808 * ResolveError classes, indicating error situations when accessing symbols
1817 private void logResolveError(ResolveError error,
1839 * Root class for resolution errors. Subclass of ResolveError
1843 private abstract class ResolveError extends Symbol { class in class:Resolve
1848 ResolveError(in method in class:Resolve.ResolveError
[all...]

Completed in 27 milliseconds