OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:generatecalltosuper
(Results
1 - 1
of
1
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java
312
CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody +
generateCallToSuper
(methodName, paramTypes) + "\n}");
341
public String
generateCallToSuper
(String methodName, CtClass[] paramTypes) {
413
buf.append(
generateCallToSuper
(ctMethod.getName(), ctMethod.getParameterTypes()));
Completed in 38 milliseconds