Next: , Previous: , Up: Base classes   [Index]


1.110 Message

Defined in namespace Smalltalk
Superclass: Object
Category: Language-Implementation

I represent a message send. My instances are created to hold a message that has failed, so that error reporting methods can examine the sender and arguments, but also to represent method attributes (like <primitive: 111> since their syntax is isomorphic to that of a message send.