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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DImports.java129 // if (importable(className, env)) {
155 if (importable(rnm, env)) {
301 if (importable(id, env)) {
311 if (importable(id, env)) {
341 * Check to see if 'id' names an importable class in `env'.
344 static public boolean importable(Identifier id, Environment env) { method in class:Imports

Completed in 29 milliseconds