#import <ast.h>
Inheritance diagram for Method:

Public Member Functions | |
| (id) | - init:rtype:args: |
| Initialize. | |
| (char *) | - msg_name |
Protected Attributes | |
| Type * | type |
| return type of method | |
| Cons * | args |
| method arguments | |
| Klass * | klass |
| set during typechecking | |
| - (id) init: | (id) | t | ||
| rtype: | (id) | r | ||
| args: | (id) | a | ||
1.5.2