Searched refs:findSwitchHelper (Results 1 – 3 of 3) sorted by relevance
201 return findSwitchHelper(node).orElseThrow(IllegalArgumentException::new); in findSwitch()228 private static Optional<SwitchStmt> findSwitchHelper(Node node) { in findSwitchHelper() method in Navigator234 Optional<SwitchStmt> resChild = findSwitchHelper(child); in findSwitchHelper()
209 SwitchStmt res = findSwitchHelper(node); in findSwitch()261 private static SwitchStmt findSwitchHelper(Node node) { in findSwitchHelper() method in Navigator266 SwitchStmt resChild = findSwitchHelper(child); in findSwitchHelper()
74 …Line 209) findSwitchHelper(node) ==> com.github.javaparser.symbolsolver.javaparser.Navigator.findS…95 …Line 266) findSwitchHelper(child) ==> com.github.javaparser.symbolsolver.javaparser.Navigator.find…