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