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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueHandlerImpl.java449 public boolean isAbstractBase(Class clazz) method in class:ValueHandlerImpl
451 return RepositoryId.isAbstractBase(clazz);
549 } else if (RepositoryId.isAbstractBase(type)) {
713 } else if (RepositoryId.isAbstractBase(componentType)) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java846 public static boolean isAbstractBase(Class clazz) { method in class:RepositoryId
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java68 protected boolean isAbstractBase = false; field in class:CompoundType
109 public boolean isAbstractBase () { method in class:CompoundType
110 return isAbstractBase;
154 * && !isAbstractBase() && !isCORBAObject()
159 !isAbstractBase() && !isCORBAObject() &&
621 isAbstractBase = isInterface() && // Interface, not a class.

Completed in 41 milliseconds