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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLNames.java453 int result = ATTRIBUTE_NONE;
561 kinds[i] = ATTRIBUTE_NONE;
615 kinds[getterIndex] = ATTRIBUTE_NONE;
640 kinds[i] = ATTRIBUTE_NONE;
652 if (kinds[i] != ATTRIBUTE_NONE) {
966 if ((kind1 != ATTRIBUTE_NONE && kind2 != ATTRIBUTE_NONE) &&
H A DConstants.java282 public static final int ATTRIBUTE_NONE = 0; // Not an attribute. field in interface:Constants
H A DCompoundType.java1790 * Return true if getAttributeKind != ATTRIBUTE_NONE.
1793 return attributeKind != ATTRIBUTE_NONE;
1813 * attribute kind == ATTRIBUTE_NONE.
1986 return (!memberDef.isConstructor()) && attributeKind == ATTRIBUTE_NONE;
2333 private int attributeKind = ATTRIBUTE_NONE;

Completed in 39 milliseconds