Searched defs:methodsByName (Results 1 – 3 of 3) 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() local
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