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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java1793 return attributeKind != ATTRIBUTE_NONE;
1800 return attributeKind == ATTRIBUTE_IS_RW ||
1801 attributeKind == ATTRIBUTE_GET_RW;
1808 return attributeKind;
1986 return (!memberDef.isConstructor()) && attributeKind == ATTRIBUTE_NONE;
2198 attributeKind = kind;
2333 private int attributeKind = ATTRIBUTE_NONE; field in class:CompoundType.Method

Completed in 1700 milliseconds