
#include <xi-symbol.h>


Public Member Functions | |
| TType (Type *t, Type *i=0) | |
| void | print (XStr &str) |
| void | genLong (XStr &str) |
| void | genShort (XStr &str) |
Private Attributes | |
| Type * | type |
| Type * | init |
Definition at line 581 of file xi-symbol.h.
Definition at line 585 of file xi-symbol.h.
| void xi::TType::print | ( | XStr & | str | ) | [virtual] |
Implements xi::Printable.
Definition at line 385 of file xi-symbol.C.
References init, xi::Type::print(), and type.
| void xi::TType::genLong | ( | XStr & | str | ) | [virtual] |
Implements xi::TVar.
Definition at line 2309 of file xi-symbol.C.
References init, xi::Type::print(), and type.
| void xi::TType::genShort | ( | XStr & | str | ) | [virtual] |
Implements xi::TVar.
Definition at line 2320 of file xi-symbol.C.
References xi::Type::print(), and type.
Type* xi::TType::type [private] |
Type* xi::TType::init [private] |
1.5.5