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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java596 private List<Scope> subScopes = List.nil(); field in class:Scope.CompoundScope
605 subScopes = subScopes.prepend(that);
637 for (Scope s : subScopes) {
650 return new CompoundScopeIterator(subScopes) {
663 return new CompoundScopeIterator(subScopes) {

Completed in 32 milliseconds