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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java2040 final MethodSymbol cachedImpl; field in class:Types.ImplementationCache.Entry
2045 public Entry(MethodSymbol cachedImpl, argument
2049 this.cachedImpl = cachedImpl;
2078 return e.cachedImpl;

Completed in 54 milliseconds