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

/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DRemoteClass.java18 * 2 along with this work; if not, write to the Free Software Foundation,
522 * If the table already contains an entry with the same
524 * replace the old entry with a Method object that
681 * For methods with the same name and type signature inherited
731 * with the same name and type signature. Therefore, this member
788 other.getNameAndDescriptor() + "\" with \"" +
814 * that are subclasses of an exception in the "with" array.
817 ClassDeclaration[] with,
824 for (int j = 0; j < with.length; j++) {
825 if (exceptionDef.subClassOf(env, with[
816 collectCompatibleExceptions(ClassDeclaration[] from, ClassDeclaration[] with, Vector<ClassDeclaration> list) argument
[all...]
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java18 * 2 along with this work; if not, write to the Free Software Foundation,
814 // Gotta try with context...
1389 // replace the old method with the new.
1890 * that are subclasses of an exception in the "with" array.
1893 ValueType[] from, ValueType[] with, Vector list)
1899 for (int j = 0; j < with.length; j++) {
1902 with[j].getClassDeclaration())) {
2021 * For methods with the same name and type signature inherited
1892 collectCompatibleExceptions( ValueType[] from, ValueType[] with, Vector list) argument
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java18 * 2 along with this work; if not, write to the Free Software Foundation,
378 * proxy methods with that signature
387 * Construct a ProxyGenerator to generate a proxy class with the
422 * earlier interfaces precedence over later ones with duplicate
433 * For each set of proxy methods with the same signature,
576 * compatibly with the throws clauses of both
599 * For a given set of proxy methods with the same signature, check
609 * If there is only one method with a given signature, there
628 "methods with same signature " +
656 * with th
1524 collectCompatibleTypes(Class<?>[] from, Class<?>[] with, List<Class<?>> list) argument
[all...]

Completed in 41 milliseconds