Searched refs:noArgs (Results 1 – 3 of 3) sorted by relevance
787 final Class noArgs[] = new Class[0]; in checkJAXPVersion() local798 Method method = clazz.getMethod(JAXP11_METHOD, noArgs); in checkJAXPVersion()895 final Class noArgs[] = new Class[0]; in checkProcessorVersion() local900 Method method = clazz.getMethod(XALAN2_2_VERSION_METHOD, noArgs); in checkProcessorVersion()994 final Class noArgs[] = new Class[0]; in checkAntVersion() local999 Method method = clazz.getMethod(ANT_VERSION_METHOD, noArgs); in checkAntVersion()
9 typedef typeof(@selector(noArgs)) objc_selector_noArgs;
28 private boolean noArgs; field in CLDRBuild183 if (localesMap == null || (localesMap.size() == 0 && !noArgs)) { in execute()276 noArgs = bool.equals("true"); in setNoArgs()