Searched refs:anInterface (Results 1 – 5 of 5) sorted by relevance
40 static NeedsAnInterface provideNeedsAnInterface(AnInterface anInterface) {41 return new NeedsAnInterface(anInterface);
20 NeedsAnInterface(@SuppressWarnings("unused") AnInterface anInterface) {} in NeedsAnInterface() argument
326 for (String anInterface : interfaces) { in collectOrderedCompanionsToTriggerInterfaceClinit()328 anInterface, visitedInterfaces, companionCollector); in collectOrderedCompanionsToTriggerInterfaceClinit()334 String anInterface, in collectOrderedCompanionsToTriggerInterfaceClinit() argument337 if (!visitedInterfaces.add(anInterface)) { in collectOrderedCompanionsToTriggerInterfaceClinit()340 ClassReader bytecode = classpath.readIfKnown(anInterface); in collectOrderedCompanionsToTriggerInterfaceClinit()341 if (bytecode == null || bootclasspath.isKnown(anInterface)) { in collectOrderedCompanionsToTriggerInterfaceClinit()358 companionCollector.add(InterfaceDesugaring.getCompanionClassName(anInterface)); in collectOrderedCompanionsToTriggerInterfaceClinit()
763 public void addInterface(CtClass anInterface) { in addInterface() argument
856 public void addInterface(CtClass anInterface) { in addInterface() argument858 if (anInterface != null) in addInterface()859 getClassFile2().addInterface(anInterface.getName()); in addInterface()