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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java555 public static class DelegatedScope extends Scope { class in class:Scope
559 public DelegatedScope(Scope outer) { method in class:Scope.DelegatedScope
564 return new DelegatedScope(next);
567 return new DelegatedScope(next);

Completed in 26 milliseconds