#include <include/type.h>
Inheritance diagram for VoidType:
Definition at line 209 of file type.h.
Public Member Functions | |
virtual Type * | clone () const |
virtual const char * | getCtype (bool final=false) const |
virtual unsigned | getSize () const |
virtual bool | isCompatible (Type *other, bool all) |
virtual bool | isVoid () const |
virtual Exp * | match (Type *pattern) |
virtual Type * | meetWith (Type *other, bool &ch, bool bHighestPtr) |
virtual bool | operator< (const Type &other) const |
virtual bool | operator== (const Type &other) const |
VoidType () | |
virtual | ~VoidType () |
Friends | |
class | XMLProgParser |
|
Definition at line 3 of file typeStubs.cpp. |
|
Definition at line 4 of file typeStubs.cpp. |
|
Implements Type. Definition at line 20 of file typeStubs.cpp. References NULL. |
|
Implements Type. |
|
Implements Type. Definition at line 23 of file typeStubs.cpp. |
|
Implements Type. |
|
Reimplemented from Type. |
|
Reimplemented from Type. Definition at line 680 of file type.cpp. References Type::match(). |
|
Implements Type. Definition at line 377 of file dfa.cpp. References Type::clone(), and Type::resolvesToVoid(). |
|
Implements Type. Definition at line 22 of file typeStubs.cpp. |
|
Implements Type. Definition at line 21 of file typeStubs.cpp. |
|
Reimplemented from Type. |