public MethodCall(Method method, Object... arguments) { init(method); if(arguments != null) args=arguments; }
public MethodCall setMethod(Method m) {init(m); return this;} public MethodCall method(Method m) {init(m); return this;}
public MethodCall method(Method m) {init(m); return this;}
public MethodCall(Method method, Object[] arguments) { init(method); if(arguments != null) args=arguments; }
public MethodCall(Method method, Object... arguments) { init(method); if(arguments != null) args=arguments; }
public void setMethod(Method m) { init(m); }
public MethodCall setMethod(Method m) {init(m); return this;} public MethodCall method(Method m) {init(m); return this;}
public MethodCall method(Method m) {init(m); return this;}