Searched defs:addCtor (Results 1 – 3 of 3) sorted by relevance
57 ConstructorDeclaration addCtor = classDeclaration.addConstructor(PUBLIC); in testAddCtor() local
179 default ConstructorDeclaration addCtor(Modifier... modifiers) { in addCtor() method
283 public static void addCtor(String name, String type, Modifiers modifiers) { in addCtor() method in XMLToAPI