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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java507 public static class ImportScope extends Scope { class in class:Scope
509 public ImportScope(Symbol owner) { method in class:Scope.ImportScope
531 public static class StarImportScope extends ImportScope implements ScopeListener {

Completed in 33 milliseconds