Searched refs:TYPE_ABSTRACT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DAbstractType.java127 super(stack,classDef,TYPE_ABSTRACT | TM_INTERFACE | TM_COMPOUND);
H A DConstants.java252 public static final int TYPE_ABSTRACT = 0x00002000; // In AbstractType field in interface:Constants
H A DIDLGenerator.java451 case TYPE_ABSTRACT: //AbstractType is a RemoteType
567 if ( t.getTypeCode() == TYPE_ABSTRACT ) p.p( "abstract " );
942 case TYPE_ABSTRACT:
1017 case TYPE_ABSTRACT:
1150 case TYPE_ABSTRACT: p.p( "abstract interface " ); break;
1193 case TYPE_ABSTRACT: p.p( "abstract interface " ); break;
1774 if ( ct.getTypeCode() == TYPE_ABSTRACT ) isup++;
1795 !( ct.getTypeCode() == TYPE_ABSTRACT ) ) {
1807 if ( ct.getTypeCode() == TYPE_ABSTRACT ) {
H A DStubGenerator.java288 !interfaces[j].isType(TYPE_ABSTRACT)) {
795 boolean result = theType.isType(TYPE_REMOTE) && !theType.isType(TYPE_ABSTRACT);
1158 typeCode = TYPE_ABSTRACT;
1212 case TYPE_ABSTRACT:
1302 case TYPE_ABSTRACT:
1546 (includeAbstract || !list[i].isType(TYPE_ABSTRACT))) {
1885 if (type.isType(TYPE_ABSTRACT)) {
1913 case TYPE_ABSTRACT: return false;
2083 case TYPE_ABSTRACT:
H A DIDLNames.java726 enclosing.isType(TYPE_ABSTRACT) ||

Completed in 44 milliseconds