Searched refs:addMethod (Results 1 - 25 of 45) sorted by relevance

12

/external/javassist/sample/
H A DTest.java39 cc.addMethod(gMethod);
/external/javassist/sample/vector/
H A DVectorAssistant.java97 vec.addMethod(CtNewMethod.copy(addmethod, "add", vec, map));
98 vec.addMethod(CtNewMethod.copy(atmethod, "at", vec, map));
124 vec.addMethod(m);
127 vec.addMethod(m);
/external/javassist/src/test/test/javassist/proxy/
H A DProxyCacheGCTest.java71 ctTargetClass.addMethod(targetMethod);
80 ctHandlerClass.addMethod(handlerInvoke);
87 ctFilterClass.addMethod(filterIsHandled);
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java261 clazz.addMethod(CtNewMethod.getter(metaobjectGetter, f));
262 clazz.addMethod(CtNewMethod.setter(metaobjectSetter, f));
271 clazz.addMethod(CtNewMethod.getter(classobjectAccessor, f));
315 clazz.addMethod(m2);
332 clazz.addMethod(wmethod);
371 clazz.addMethod(wmethod);
380 clazz.addMethod(wmethod);
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java71 cf.addMethod(minfo);
133 cf.addMethod(minfo);
185 cf.addMethod(minfo);
240 cf.addMethod(minfo);
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java210 clazz.addMethod(method);
227 clazz.addMethod(method);
243 clazz.addMethod(method);
266 clazz.addMethod(method);
288 clazz.addMethod(method);
H A DScannerTest.java176 clazz.addMethod(method);
/external/javassist/sample/evolve/
H A DEvolution.java139 absClass.addMethod(wm);
155 absClass.addMethod(m2);
/external/javassist/src/main/javassist/
H A DCtNewWrappedMethod.java154 classfile.addMethod(body);
158 cache.addMethod(new CtMethod(body, clazz));
H A DCtMember.java64 void addMethod(CtMember method) { method in class:CtMember.Cache
H A DCtClassType.java850 cache.addMethod(newMethod);
1301 getClassFile2().addMethod(c.getMethodInfo2());
1316 public void addMethod(CtMethod m) throws CannotCompileException { method in class:CtClassType
1329 getMembers().addMethod(m);
1330 getClassFile2().addMethod(m.getMethodInfo2());
1493 cf.addMethod(m);
H A DCtClass.java913 public void addMethod(CtMethod m) throws CannotCompileException { method in class:CtClass
/external/javassist/src/main/javassist/tools/rmi/
H A DStubGenerator.java151 proxy.addMethod(CtNewMethod.getter(accessorObjectId, f));
222 proxy.addMethod(wmethod);
/external/proguard/src/proguard/
H A DClassSpecification.java199 public void addMethod(MemberSpecification methodSpecification) method in class:ClassSpecification
H A DConfigurationParser.java830 classSpecification.addMethod(
854 classSpecification.addMethod(
956 classSpecification.addMethod(
/external/proguard/src/proguard/ant/
H A DClassSpecificationElement.java107 classSpecification.addMethod((MemberSpecification)methodSpecifications.get(index));
/external/proguard/src/proguard/classfile/editor/
H A DClassEditor.java190 public void addMethod(Method method) method in class:ClassEditor
H A DMemberAdder.java273 classEditor.addMethod(newProgramMethod);
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java721 cf.addMethod(makeWriteReplace(pool));
869 cf.addMethod(minfo);
884 cf.addMethod(minfo);
898 cf.addMethod(minfo);
935 cf.addMethod(delegator);
941 cf.addMethod(forwarder);
956 cf.addMethod(m);
/external/doclava/src/com/google/doclava/apicheck/
H A DXmlApiFile.java219 mCurrentClass.addMethod((MethodInfo) mCurrentMethod);
H A DApiFile.java343 cl.addMethod(method);
/external/jdiff/src/jdiff/
H A DAPIHandler.java121 XMLToAPI.addMethod(methodName, returnType, isAbstract, isNative,
H A DXMLToAPI.java294 public static void addMethod(String name, String returnType, method in class:XMLToAPI
/external/proguard/src/proguard/gradle/
H A DProGuardTask.java962 classSpecification.addMethod(createMemberSpecification(true,
976 classSpecification.addMethod(createMemberSpecification(true,
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java593 public int addMethod (final Method_info method) method in class:ClassDef

Completed in 455 milliseconds

12