public MethodState Call(Method method, MethodValue returnValue, params MethodValue[] parameters) { Call(method, parameters); if (returnValue != null) { Insert(returnValue.FromStack()); } return(this); }