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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java531 public static class StarImportScope extends ImportScope implements ScopeListener { class in class:Scope
533 public StarImportScope(Symbol owner) { method in class:Scope.StarImportScope
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DEnter.java210 tree.starImportScope = new StarImportScope(tree.packge);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java438 public StarImportScope starImportScope;
449 StarImportScope starImportScope) {

Completed in 46 milliseconds