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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1776 MethodSymbol undef = firstUndef(c, c);
1799 private MethodSymbol firstUndef(ClassSymbol impl, ClassSymbol c) { method in class:Check
1819 undef = firstUndef(impl, (ClassSymbol)st.tsym);
1824 undef = firstUndef(impl, (ClassSymbol)l.head.tsym);

Completed in 1856 milliseconds