add_hidden_method


Description:

public void add_hidden_method (Method m)

Adds the specified method as a hidden member to this class, primarily used for default signal handlers.

The hidden methods are not part of the `methods` collection.

There may also be other use cases, eg, convert array.resize() to this type of method?

Parameters:

m

a method