this.emit_(InvokeStatic.factory.ownerType_name_signature_(JVMDefinedObjectType.factory.symbol(), "value", JVMDefinedObjectType.factory.symbol().withArgument_(JVMDefinedObjectType.factory.string())));
return this;
}
public JVMMethodCompiler renameLocal_to_(final String _oldName, final String _newName) {
final JVMLocalDeclaration _local;
_local = _locals.remove(_oldName);
_locals.put(_newName, _local.withVarName_(_newName));
return this;
}