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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
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 36 milliseconds