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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLTypesUtil.java223 public boolean isPropertyAccessorMethod(Method m, Class c) { method in class:IDLTypesUtil
280 ( isPropertyAccessorMethod(readPropertyMethod, c) &&
306 foundIsProperty = isPropertyAccessorMethod(isPropertyMethod,
331 foundIsProperty = isPropertyAccessorMethod(isPropertyMethod,
H A DIDLNameTranslatorImpl.java252 if (idlTypesUtil.isPropertyAccessorMethod(nextMethod, interf)) {

Completed in 23 milliseconds