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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java1883 merged.implExceptions = merged.exceptions;
2035 return (ValueType[]) implExceptions.clone();
2223 * Set the implExceptions array. May only be called during initialization.
2226 implExceptions = exceptions;
2263 // Check implExceptions...
2265 for (int i = 0; i < implExceptions.length; i++) {
2266 if (implExceptions[i].getStatus() != STATUS_VALID) {
2267 implExceptions[i] = (ValueType)getValidType(implExceptions[i]);
2287 if (implExceptions !
2325 private ValueType[] implExceptions; field in class:CompoundType.Method
[all...]

Completed in 33 milliseconds