Searched refs:nameToMethod (Results 1 – 1 of 1) sorted by relevance
77 Map<String, Method> nameToMethod = new HashMap<String, Method>(); in reflectivePrintWithIndent() local80 nameToMethod.put(method.getName(), method); in reflectivePrintWithIndent()108 Method setter = nameToMethod.get("set" + suffix); in reflectivePrintWithIndent()