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

/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java564 // Much of this code was cribbed from 'checkSupers'.
665 // so resolve types here only if 'checkSupers' has not yet
668 // See comments in 'checkSupers' and in 'ClassDefinition.getInnerClass'.
672 // resolved. Having moved the call to 'checkSupers' from 'basicCheck'
687 private void checkSupers(Environment env) throws ClassNotFound { method in class:SourceClass
692 if (tracing) env.dtEnter("SourceClass.checkSupers: " + this);
867 if (tracing) env.dtExit("SourceClass.checkSupers: " + this);
1104 // checkSupers(env);
1244 checkSupers(env);
1246 // Undefined classes should be reported by 'checkSupers'
[all...]

Completed in 32 milliseconds