#import <ast.h>
Inheritance diagram for ClassMessageExpr:
Public Member Functions | |
(id) | - init:recv:args: |
Initialize. | |
Protected Attributes | |
Ident * | receiver |
Class that defines the message. |
Behavior here may be slightly un-objective-c like. Class messages are simply functions. The self parameter is the GType for the class.
- (id) init: | (id) | t | ||
recv: | (id) | r | ||
args: | (id) | a | ||