info class call

info class call class method

Returns a description of the sequence of method implementations that are used to implement a call to method on a stereotypical instance of the TclOO class called class. This is the sequence that is traversed with next and nextto. The description is a list of lists, each element in the outer list being a description of one level of the sequence. The inner lists are all the same length and contain:

  1. Major type classifier, identifying whether this is a normal method call, a filter or an unknown method call.
  2. The class providing the method implementation.
  3. The name of the method implementation (which can vary in the case of filters; for normal methods it simply matches and for unknown handling it is always unknown).
  4. The type of the implementation, as in info class methodtype.

This command was introduced in TclOO 0.6.3.