Searched refs:DelegatedScope (Results 1 - 2 of 2) 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);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java677 localEnv.info.scope = new Scope.DelegatedScope(env.info.scope);

Completed in 54 milliseconds