Searched defs:switchStmt (Results 1 – 5 of 5) sorted by relevance
14 SwitchStmt switchStmt = parseStatement("switch (day) {\n" + in classicSwitch() local27 SwitchStmt switchStmt = parseStatement("switch (day) {\n" + in jep325Example1() local
47 SwitchStmt switchStmt = (SwitchStmt) requireParentNode(wrappedNode); in solveSymbol() local
47 SwitchStmt switchStmt = (SwitchStmt) getParentNode(wrappedNode); in solveSymbol() local
48 SwitchStmt switchStmt = Navigator.findSwitch(method); in switchOnEnum() local
1555 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt; variable