Home
last modified time | relevance | path

Searched refs:findSwitchHelper (Results 1 – 3 of 3) sorted by relevance

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparser/
DNavigator.java201 return findSwitchHelper(node).orElseThrow(IllegalArgumentException::new); in findSwitch()
228 private static Optional<SwitchStmt> findSwitchHelper(Node node) { in findSwitchHelper() method in Navigator
234 Optional<SwitchStmt> resChild = findSwitchHelper(child); in findSwitchHelper()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparser/
DNavigator.java209 SwitchStmt res = findSwitchHelper(node); in findSwitch()
261 private static SwitchStmt findSwitchHelper(Node node) { in findSwitchHelper() method in Navigator
266 SwitchStmt resChild = findSwitchHelper(child); in findSwitchHelper()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_javaparser_Navigator.txt74 …Line 209) findSwitchHelper(node) ==> com.github.javaparser.symbolsolver.javaparser.Navigator.findS…
95 …Line 266) findSwitchHelper(child) ==> com.github.javaparser.symbolsolver.javaparser.Navigator.find…