/* Generated by AspectJ version 1.0.1 */ class Employee { Salary s; public Employee(int a) { super(); this.s = new Salary(new Integer(a)); } public void t() { this.t_s(); } public void t_s() { this.t$method_call(this.s); } private void t$method_call(Salary target) { target.t(); } }