find_method_qualified
ErrorsCollection

find_method_qualified

Synthesised documentation from type/Metamodel/MROBasedMethodDispatch

From type/Metamodel/MROBasedMethodDispatch

See Original text in context

method find_method_qualified($obj$type$name)

Given a method name and a type, returns the method from that type. This is used in calls like

self.SomeParentClass::the_method();