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

/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java71 protected boolean isCORBAUserException = false; field in class:CompoundType
142 public boolean isCORBAUserException () { method in class:CompoundType
143 return isCORBAUserException;
626 isCORBAUserException = (classDecl.getName() == idCorbaUserException);
H A DIDLGenerator.java391 else if ( t.isCORBAUserException() ) return true;
1324 if ( ct.isCORBAUserException() )
1919 if ( exc.isCORBAUserException() )
H A DStubGenerator.java1169 if (exceptions[i].isIDLEntityException() && !exceptions[i].isCORBAUserException()) {
2272 if (exceptions[i].isIDLEntityException() && !exceptions[i].isCORBAUserException()) {
2378 return it.isIDLEntityException() && !it.isCORBAUserException();

Completed in 89 milliseconds