Question: help to convert xpath query to class chain

Hello

Is it possible to convert the following Xpath query to iOS class chain?

parentElement.findElement(
By.xpath("(.//XCUIElementTypeCell[.//XCUIElementTypeOther//XCUIElementTypeOther//XCUIElementTypeOther])[last()]"))

tks