Home
last modified time | relevance | path

Searched defs:ctMethod (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslator.java258 private String describe(CtMethod ctMethod) throws NotFoundException { in describe()
262 …private void fixMethod(CtClass ctClass, CtMethod ctMethod, boolean wasFoundInClass) throws NotFoun… in fixMethod()
330 …private CtMethod makeNewMethod(CtClass ctClass, CtMethod ctMethod, CtClass returnCtClass, String m… in makeNewMethod()
357 …private String generateMethodBody(CtClass ctClass, CtMethod ctMethod, boolean wasNative, boolean w… in generateMethodBody()
371 …public String generateMethodBody(CtClass ctClass, CtMethod ctMethod, CtClass returnCtClass, Type r… in generateMethodBody()
429 … private void appendParamTypeArray(StringBuilder buf, CtMethod ctMethod) throws NotFoundException { in appendParamTypeArray()
446 private void appendParamArray(StringBuilder buf, CtMethod ctMethod) throws NotFoundException { in appendParamArray()
464 CtMethod ctMethod = getMethod(ctClass, "get" + fieldName, ""); in declareField() local