Searched refs:convertMethods (Results 1 – 1 of 1) sorted by relevance
137 Converter.convertMethods(c.constructors(false)))), in initClass()138 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(c.methods(false)))), in initClass()139 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(annotationElements))), in initClass()420 private static MethodInfo[] convertMethods(ExecutableMemberDoc[] methods) { in convertMethods() method in Converter