#include <include/signature.h>
Definition at line 69 of file signature.h.
Public Member Functions | |
Return * | clone () |
bool | operator== (Return &other) |
Return () | |
Return (Type *type, Exp *exp) | |
virtual | ~Return () |
Public Attributes | |
Exp * | exp |
Type * | type |
Friends | |
class | XMLProgParser |
|
Definition at line 74 of file signature.h. |
|
Definition at line 75 of file signature.h. |
|
Definition at line 79 of file signature.h. Referenced by clone(). |
|
Definition at line 1973 of file signature.cpp. References Exp::clone(), exp, and Return(). |
|
Definition at line 1977 of file signature.cpp. |
|
Definition at line 80 of file signature.h. |
|
Definition at line 72 of file signature.h. Referenced by clone(), and operator==(). |
|
Definition at line 71 of file signature.h. Referenced by operator==(). |