Searched defs:addMethods (Results 1 – 4 of 4) sorted by relevance
165 private static boolean addMethods(StringBuilder buf, ArrayList<MethodInfo> methods, in addMethods() method in AtLinksNavTree
210 private void addMethods(CtClass proxy, Method[] ms) in addMethods() method in StubGenerator
84 protected void addMethods(XmlClass cls, String... methods) { in addMethods() method in SimpleBaseTest
627 public Builder addMethods(Iterable<MethodSpec> methodSpecs) { in addMethods() method in TypeSpec.Builder