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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java326 isInheritedIn(clazz, types) &&
366 public boolean isInheritedIn(Symbol clazz, Types types) { method in class:Symbol
496 public boolean isInheritedIn(Symbol clazz, Types types) { return other.isInheritedIn(clazz, types); } method in class:Symbol.DelegatedSymbol

Completed in 35 milliseconds