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

Public Member Functions | |
| (id) | - init:decl:formals: |
| Initialize. | |
Protected Attributes | |
| Declarator * | dec |
| pointer type of function | |
| Cons * | formals |
| parameters of function | |
| - (id) init: | (id) | t | ||
| decl: | (id) | d | ||
| formals: | (id) | f | ||
Initialize.
| t | (Token) '(' | |
| e | (Declarator*) base type declarator | |
| f | (Cons*) list of arguments |
1.5.2