Searched refs:calledClass (Results 1 - 1 of 1) sorted by relevance
/external/javassist/src/main/javassist/ |
H A D | CodeConverter.java | 90 * @param calledClass the class in which the static method is 95 CtClass calledClass, String calledMethod) { 97 calledClass.getName(), calledMethod); 179 * @param calledClass the class in which the static method is 184 CtClass calledClass, String calledMethod) { 186 calledClass.getName(), 220 * @param calledClass the class in which the static method is 225 CtClass calledClass, String calledMethod) { 227 calledClass.getName(), 240 * <p>The <code>calledClass</cod 94 replaceNew(CtClass newClass, CtClass calledClass, String calledMethod) argument 183 replaceFieldRead(CtField field, CtClass calledClass, String calledMethod) argument 224 replaceFieldWrite(CtField field, CtClass calledClass, String calledMethod) argument 326 replaceArrayAccess(CtClass calledClass, ArrayAccessReplacementMethodNames names) argument [all...] |
Completed in 33 milliseconds