public void cast (TypeDescriptor target, IBytecodeReferenceable value) {
this.createCast(target, value).load(this);
}
public CoersionOperation createCoersion (TypeDescriptor target, IBytecodeReferenceable value) {
return new CoersionOperation(target, value);
}