- Common ways to obtain MethodCall
private void myMethod () {MethodCall m =
String method_name;Object[] args;Class[] types;new MethodCall(method_name, args, types)
- Smart code suggestions by Codota
}
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;}