#import <tipe.h>
Inheritance diagram for Tipe:

Public Member Functions | |
| (BOOL) | - isAssignableFrom: |
| checks if "self = t" would be valid. | |
| (BOOL) | - isAssignableTo: |
| checks if "t = self" would be valid. | |
| (BOOL) | - isEquivalentTo: |
| checks if t and self are structurally equivalent. | |
| (void) | - explain |
| print english represention of tipe. | |
| - (BOOL) isAssignableFrom: | (Tipe *) | t |
checks if "self = t" would be valid.
| - (BOOL) isAssignableTo: | (Tipe *) | t |
checks if "t = self" would be valid.
| - (BOOL) isEquivalentTo: | (Tipe *) | t |
checks if t and self are structurally equivalent.
| - (void) explain |
print english represention of tipe.
Sorta like cdecl.
1.5.2