getMethod

getMethod(name: String): Method;

The getMethod method of the Type class returns a reference to the method specified in the name parameter from the receiver class; for example:

meth := Fault.getMethod("getDaysOpen");