Searched refs:ImportScope (Results 1 - 5 of 5) 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 {
/openjdk7/langtools/test/tools/javac/scope/
H A DHashCollisionTest.java104 // fall back on ImportScope
114 starImportScope = new ImportScope(pkg);
H A DStarImportTest.java217 // fall back on ImportScope
225 starImportScope = new ImportScope(pkg);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DEnter.java209 tree.namedImportScope = new ImportScope(tree.packge);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java437 public ImportScope namedImportScope;
448 ImportScope namedImportScope,

Completed in 62 milliseconds