//now see what type it is.
LOG.debug("To Type: "+type);
Resolved resolve = new Resolved(context.getCurrentInstruction(), type, type.toString());
Cast cast = new Cast(context.getCurrentInstruction(), resolve, right);
context.getExpressions().push(cast);
}