The current EL implementation does not consider the method parameter types and selects functions based on the number of method paramters. This leds to the problem that Spin can not use method overloading with the same number of parameters.
Decide whether this can be fixed in the engine or all Spin methods names has to be unique considering the number of parameters.