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

/openjdk9/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java65 _interfaceType = that._interfaceType;
79 return _interfaceType == ABSTRACT ;
84 return _interfaceType == LOCAL ;
89 return _interfaceType == LOCALSERVANT ;
94 return _interfaceType == LOCAL_SIGNATURE_ONLY ;
331 return _interfaceType;
336 _interfaceType = type;
352 private int _interfaceType = NORMAL; field in class:InterfaceEntry

Completed in 85 milliseconds