Searched refs:intfs (Results 1 – 2 of 2) sorted by relevance
52 Class[] intfs = Object[].class.getInterfaces(); in getInterfaces() local55 interfaces = new CtClass[intfs.length]; in getInterfaces()56 for (int i = 0; i < intfs.length; i++) in getInterfaces()57 interfaces[i] = pool.get(intfs[i].getName()); in getInterfaces()71 CtClass[] intfs = getInterfaces(); in subtypeOf()72 for (int i = 0; i < intfs.length; i++) in subtypeOf()73 if (intfs[i].subtypeOf(clazz)) in subtypeOf()
348 int[] intfs; in begin() local350 intfs = null; in begin()352 intfs = constPool.addClassInfo(exceptions); in begin()354 begin(accessFlags, nameIndex, descIndex, intfs, aw); in begin()