condition, thenValue, elseValue);
multi.exprs.add(conditional);
JReturnStatement returnStatement = new JReturnStatement(sourceInfo,
multi);
((JMethodBody) newMethod.getBody()).getBlock().addStmt(returnStatement);
polyMethodToDevirtualMethods.put(polyMethod, newMethod);
return newMethod;