Searched refs:typeAndField (Results 1 – 1 of 1) sorted by relevance
112 List<String> typeAndField = splitInTwo(locatorString, "#"); in fromStringForm() local113 return new FieldLocator(new TypeLocator(typeAndField.get(0)), typeAndField.get(1)); in fromStringForm()