Searched refs:noArgs (Results 1 – 2 of 2) 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;