Searched refs:directInterfaces (Results 1 – 2 of 2) sorted by relevance
44 private ImmutableList<String> directInterfaces; field in DefaultMethodClassFixer63 checkState(this.directInterfaces == null); in visit()68 this.directInterfaces = ImmutableList.copyOf(interfaces); in visit()75 if (!isInterface && defaultMethodsDefined(directInterfaces)) { in visitEnd()96 for (String direct : directInterfaces) { in stubMissingDefaultMethods()
291 Iterable<ClassDef> directInterfaces = in getDirectInterfaces() local299 return directInterfaces; in getDirectInterfaces()