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

/openjdk7/jdk/src/share/classes/sun/reflect/generics/scope/
H A DAbstractScope.java39 * <tt>computeEnclosingScope</tt> and the subclass' constructor.
67 protected abstract Scope computeEnclosingScope(); method in class:AbstractScope
74 if (enclosingScope == null) {enclosingScope = computeEnclosingScope();}
H A DConstructorScope.java52 protected Scope computeEnclosingScope() { method in class:ConstructorScope
H A DMethodScope.java52 protected Scope computeEnclosingScope() { method in class:MethodScope
H A DClassScope.java47 protected Scope computeEnclosingScope() { method in class:ClassScope

Completed in 53 milliseconds