1549155015511552155315541555
/** * Generates a CastStm. */ private void putCast(CastStm.Kind kind, Variable source) { cfg.addStatement(new CastStm(kind, hardcodeResult = makevar(), source, context.getCurrentOrigin())); }