Public Member Functions | |
(id) | - initWithValue:row:andCol: |
(void) | - dealloc |
(void) | - addChild: |
(NSArray *) | - children |
(NSString *) | - value |
(int) | - row |
(int) | - col |
Protected Attributes | |
NSString * | _value |
NSMutableArray * | _children |
int | _row |
int | _col |
- (NSArray *) children |
References _children.
- (int) col |
References _col.
- (id) initWithValue: | (const char*) | value | ||
row: | (int) | row | ||
andCol: | (int) | col | ||
- (int) row |
References _row.
- (NSString *) value | (void) |
References _value.
- (int) _col [protected] |
Referenced by col, and initWithValue:row:andCol:.
- (int) _row [protected] |
Referenced by initWithValue:row:andCol:, and row.
- (NSString*) _value [protected] |
Referenced by dealloc, initWithValue:row:andCol:, and value.