Searched refs:anInterface (Results 1 – 2 of 2) sorted by relevance
633 public void addInterface(CtClass anInterface) { in addInterface() argument
728 public void addInterface(CtClass anInterface) { in addInterface() argument730 if (anInterface != null) in addInterface()731 getClassFile2().addInterface(anInterface.getName()); in addInterface()