Searched refs:addMethod2 (Results 1 – 2 of 2) sorted by relevance
77 …MethodDeclaration addMethod2 = classDeclaration.addMethod("foo", PUBLIC).addParameter(int.class, "… in testGetMethodsWithName() local81 assertTrue(methodsByName.contains(addMethod2)); in testGetMethodsWithName()87 …MethodDeclaration addMethod2 = classDeclaration.addMethod("foo", PUBLIC).addParameter(int.class, "… in testGetMethods() local93 assertTrue(methods.contains(addMethod2)); in testGetMethods()99 …MethodDeclaration addMethod2 = classDeclaration.addMethod("foo", PUBLIC).addParameter(int.class, "… in testGetMethodsWithParameterTypes() local107 assertTrue(methodsByParam.contains(addMethod2)); in testGetMethodsWithParameterTypes()
672 public final void addMethod2(MethodInfo minfo) { in addMethod2() method in ClassFile817 addMethod2(new MethodInfo(cp, in)); in read()