ClassMessageExpr Class Reference

Message passed to a class. More...

#import <ast.h>

Inheritance diagram for ClassMessageExpr:

MessageExpr Expr ASTNode List of all members.

Public Member Functions

(id) - init:recv:args:
 Initialize.

Protected Attributes

Identreceiver
 Class that defines the message.

Detailed Description

Message passed to a class.

Behavior here may be slightly un-objective-c like. Class messages are simply functions. The self parameter is the GType for the class.


Member Function Documentation

- (id) init: (id)  t
recv: (id)  r
args: (id)  a 

Initialize.

Parameters:
t Token
r message receiver
a (Cons) arguments


The documentation for this class was generated from the following file:
Generated on Mon Dec 24 06:11:58 2007 for gfront by  doxygen 1.5.2