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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java518 collectInheritedMethods(env);
992 // collectInheritedMethods(env);
1126 * code to rely on collectInheritedMethods(), as that code has
1176 // to cache work done in collectInheritedMethods for use by
1196 // This method can only be called after collectInheritedMethods.
1451 protected void collectInheritedMethods(Environment env) { method in class:ClassDefinition
1456 //System.out.println("Called collectInheritedMethods() for " +
1467 throw new CompilerError("collectInheritedMethods()");
1592 collectInheritedMethods(env);
H A DBinaryClass.java72 * the information generated by collectInheritedMethods is available
79 // can lead to calling collectInheritedMethods() for this class
80 // from within a previous call to collectInheritedMethods() for
95 collectInheritedMethods(env);
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java1150 collectInheritedMethods(env);

Completed in 47 milliseconds