#import <ast.h>
Inheritance diagram for KeyDeclarator:
Public Member Functions | |
(id) | - init:type1:type2:ident: |
(char *) | - key |
returns the keword for this argument | |
(Type *) | - type |
(Ident *) | - arg |
Protected Attributes | |
Ident * | selector |
the Keyword | |
Type * | type1 |
type 1 of argument | |
Type * | type2 |
type 2 of argument | |
Ident * | ident |
name of argument |