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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java69 protected boolean isValueBase = false; field in class:CompoundType
101 public boolean isValueBase () { method in class:CompoundType
102 return isValueBase;
153 * Return true if isIDLEntity() && !isValueBase()
158 return (isIDLEntity() && !isValueBase() &&
620 isValueBase = env.defValueBase.implementedBy(env,classDecl);
623 !isValueBase && // Does not implement ValueBase.

Completed in 295 milliseconds