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

/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java1888 merged.implExceptions = merged.exceptions;
2040 return (ValueType[]) implExceptions.clone();
2228 * Set the implExceptions array. May only be called during initialization.
2231 implExceptions = exceptions;
2268 // Check implExceptions...
2270 for (int i = 0; i < implExceptions.length; i++) {
2271 if (implExceptions[i].getStatus() != STATUS_VALID) {
2272 implExceptions[i] = (ValueType)getValidType(implExceptions[i]);
2292 if (implExceptions !
2330 private ValueType[] implExceptions; field in class:CompoundType.Method
[all...]

Completed in 89 milliseconds