Searched refs:methodsByName (Results 1 – 5 of 5) sorted by relevance
446 List<Method> methodsByName(String name); in methodsByName() method477 List<Method> methodsByName(String name, String signature); in methodsByName() method
78 List<MethodDeclaration> methodsByName = classDeclaration.getMethodsByName("foo"); in testGetMethodsWithName() local79 assertEquals(2, methodsByName.size()); in testGetMethodsWithName()80 assertTrue(methodsByName.contains(addMethod)); in testGetMethodsWithName()81 assertTrue(methodsByName.contains(addMethod2)); in testGetMethodsWithName()
211 @Override public List<Method> methodsByName(String s) { return null; }212 @Override public List<Method> methodsByName(String s, String s1) { return null; }
401 List<Method> methods = type.methodsByName(smaliMethod.getName(), in getLocationForSourcePosition()
538 public List<Method> methodsByName(String name) { in methodsByName() method in ReferenceTypeImpl550 public List<Method> methodsByName(String name, String signature) { in methodsByName() method in ReferenceTypeImpl