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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java138 if ( ct.isIDLEntity() )
387 if ( t.isIDLEntity() )
427 if ( ct.isIDLEntity() && ct.isBoxed() ) {
1123 if ( ct.isIDLEntity() )
1220 if ( ct.isIDLEntity() ) { //select IDLEntities
1369 it.isIDLEntity() ) { //..for this IDLEntity?
1452 if ( !ct.isIDLEntity ) return modNames; //normal (non-IDLEntity) case
1461 if ( !ct.isIDLEntity ) return modNames; //normal (non-IDLEntity) case
1505 if ( ! ct.isIDLEntity() ) return ret;
1568 if ( ! ct.isIDLEntity() ) retur
[all...]
H A DValueType.java145 if (isIDLEntity) {
H A DCompoundType.java67 protected boolean isIDLEntity = false; field in class:CompoundType
93 public boolean isIDLEntity () { method in class:CompoundType
94 return isIDLEntity;
147 * isIDLEntity() && isException().
150 return isIDLEntity() && isException();
153 * Return true if isIDLEntity() && !isValueBase()
158 return (isIDLEntity() && !isValueBase() &&
619 isIDLEntity = env.defIDLEntity.implementedBy(env,classDecl);
622 isIDLEntity && // Implements IDLEntity.

Completed in 40 milliseconds