#import <ast.h>
Inheritance diagram for ArrayDeclarator:
Public Member Functions | |
(id) | - init:decl:size: |
Initialize. | |
Protected Attributes | |
Declarator * | dec |
base type of array | |
Expr * | size |
Size of array. |
- (id) init: | (id) | t | ||
decl: | (id) | d | ||
size: | (id) | i | ||
Initialize.
t | (Token) '[' | |
e | (Declarator*) base type declarator | |
i | (Expr*) expression for size |