#import <ast.h>
Inheritance diagram for DeclarationSpec:
Public Member Functions | |
(void) | - addSpec: |
Puts specifier `s' at the end of the list. | |
(void) | - pushSpec: |
Puts specifier `s' at the beginning of the list. | |
Protected Attributes | |
Cons * | specs |
- (void) addSpec: | (Spec *) | s |
Puts specifier `s' at the end of the list.
- (void) pushSpec: | (Spec *) | s |
Puts specifier `s' at the beginning of the list.