Searched refs:typeAndMethod (Results 1 – 1 of 1) sorted by relevance
118 List<String> typeAndMethod = splitInTwo(locatorString, "#"); in fromStringForm() local119 String methodNameAndParameters = typeAndMethod.get(1); in fromStringForm()127 return new MethodLocator(new TypeLocator(typeAndMethod.get(0)), methodName, parameterTypes); in fromStringForm()