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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java1122 if (other.isOverridableIn((TypeSymbol)owner) &&
1130 other.isOverridableIn(origin) &&
1169 if (other.isOverridableIn((TypeSymbol)owner) &&
1184 !other.isOverridableIn(origin) ||
1196 private boolean isOverridableIn(TypeSymbol origin) { method in class:Symbol.MethodSymbol

Completed in 238 milliseconds