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

Public Member Functions | |
| (id) | - init:sel:exp: |
| Initialize. | |
| (char *) | - key |
| returns the keyword/selector | |
| (Expr *) | - val |
| returns the argument value | |
Protected Attributes | |
| Ident * | selector |
| The keyword. | |
| Expr * | expr |
| value of argument | |
| - (id) init: | (id) | t | ||
| sel: | (id) | s | ||
| exp: | (id) | e | ||
Initialize.
| t | Token ':' | |
| (Ident) | s Selector, the keyword | |
| (Expr) | the value of the argument |
1.5.2