Searched defs:addReturn (Results 1 - 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java101 * b.addReturn(CtClass.intType);
1370 public void addReturn(CtClass type) { method in class:Bytecode
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java1109 addReturn(code, meth.getReturnType());
1166 addReturn(code, retType);
1223 private static int addReturn(Bytecode code, Class type) { method in class:ProxyFactory

Completed in 104 milliseconds