Tipe Class Reference

Abstract class for types. More...

#import <tipe.h>

Inheritance diagram for Tipe:

ContainerTipe ErrorTipe FunctionTipe PointerTipe PrimitiveTipe ObjectTipe StructTipe UnionTipe List of all members.

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.

Detailed Description

Abstract class for types.


Member Function Documentation

- (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.


The documentation for this class was generated from the following files:
Generated on Mon Dec 24 06:11:59 2007 for gfront by  doxygen 1.5.2