Searched defs:resolveByName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java290 public boolean resolveByName(long where, ClassDefinition c, Identifier nm) { method in class:Environment
291 return resolveByName(where, c, nm, false);
295 return resolveByName(where, c, nm, true);
298 private boolean resolveByName(long where, ClassDefinition c, method in class:Environment

Completed in 280 milliseconds