#import <tipe.h>
Public Member Functions | |
(id) | - init: |
initialize with type t and name n | |
(Tipe *) | - type |
accessor for type field | |
(char *) | - field_name |
accessor for name field | |
(id) | - field_name: |
setter for name field | |
(BOOL) | - equiv: |
checks if i is a Field and is structurally and nominally equivalent to self. | |
Protected Attributes | |
Tipe * | type |
type of field | |
char * | name |
name of field |
- (BOOL) equiv: | (id) | i |
checks if i is a Field and is structurally and nominally equivalent to self.