Searched defs:switchExpr (Results 1 – 2 of 2) sorted by relevance
51 SwitchExpr switchExpr = parseExpression("switch (k) {\n" + in aThrowStatement() local60 SwitchExpr switchExpr = parseStatement("T result = switch (arg) {\n" + in jep325Example4() local71 SwitchExpr switchExpr = parseStatement("int j = switch (day) {\n" + in jep325Example5() local
226 void visit(SwitchExpr switchExpr, A arg); in visit()