The Virtual Machine now has a new class named ParsedMethod. It can be used as follow:
ParsedMethod #for:in: where (#for:) is the message to parser and (#in:) is the class of the message, in this case: ParseMethod for: ‘archivar:’ in: Notificacion.
With the instance of the ParsedMethod we can get reflexive information about that message.
The following picture shows all reflexive methods of ParseMethod class.