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