Home
last modified time | relevance | path

Searched refs:atmethod (Results 1 – 1 of 1) sorted by relevance

/external/javassist/sample/vector/
DVectorAssistant.java92 CtMethod atmethod = c.getDeclaredMethod("at"); in makeSubclass() local
98 vec.addMethod(CtNewMethod.copy(atmethod, "at", vec, map)); in makeSubclass()
117 CtMethod atmethod = c.getDeclaredMethod("at"); in makeSubclass2() local
126 null, atmethod, null, vec); in makeSubclass2()