Searched defs:hasMethod (Results 1 – 3 of 3) sorted by relevance
152 Method hasMethod = nameToNoArgMethod.get("has" + suffix); in reflectivePrintWithIndent() local
99 Genfun.prototype.hasMethod = function hasMethod () { method in Genfun
49 private static boolean hasMethod(Class<?> clazz, String name) { in hasMethod() method in FieldPresenceTest