public void AddRemoveon(MethodRef method_ref) { removeon = method_ref; }
public void AddAddon(MethodRef method_ref) { addon = method_ref; }
public void AddFire(MethodRef method_ref) { fire = method_ref; }
public void AddSet (MethodRef _set) { this._set = _set; }
public void AddOther (MethodRef other) { if (other_list == null) other_list = new ArrayList (); other_list.Add (other); }
public void AddSet(MethodRef _set) { this._set = _set; }
public void AddGet (MethodRef _get) { this._get = _get; }
public void AddGet(MethodRef _get) { this._get = _get; }
public void AddRemoveon (MethodRef method_ref) { removeon = method_ref; }
public void AddOther (MethodRef method_ref) { if (other_list == null) other_list = new ArrayList (); other_list.Add (method_ref); }
public void AddFire (MethodRef method_ref) { fire = method_ref; }
public void AddAddon (MethodRef method_ref) { addon = method_ref; }