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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DBatchEnvironment.java79 ClassDefinition defException = null; field in class:BatchEnvironment
111 defException =
130 typeException = defException.getClassDeclaration().getType();
243 defException = null;
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java258 private ClassDefinition defException; field in class:RMIGenerator
292 defException =
664 if (defException.subClassOf(env, decl)) {
673 } else if (!defException.superClassOf(env, decl)) {
H A DRemoteClass.java157 private ClassDefinition defException; field in class:RemoteClass
190 defException =
495 if (!defException.superClassOf(

Completed in 35 milliseconds