Searched refs:getInterfaces (Results 1 – 11 of 11) sorted by relevance
90 public TypeList getInterfaces(); in getInterfaces() method
66 public short[] getInterfaces() { in getInterfaces() method in ClassDef
99 for (short interfaceIndex : classDef.getInterfaces()) { in tryAssignDepth()
177 TypeList interfaces = c.getInterfaces(); in orderItems0()
256 public TypeList getInterfaces() { in getInterfaces() method in ClassDefItem
176 TypeList interfaces = c.getInterfaces(); in orderItems0()
253 public TypeList getInterfaces() { in getInterfaces() method in ClassDefItem
157 TypeList interfaceList = classFile.getInterfaces(); in addClassWithHierachy()
201 for (int implemented : classDef.getInterfaces()) { in findAssignableTypes()
304 public TypeList getInterfaces() { in getInterfaces() method in DirectClassFile
137 cf.getSuperclass(), cf.getInterfaces(), sourceFile); in translate0()