#include <ptree.h>
Inheritance diagram for PtreeFstyleCastExpr:
Public Methods | |
PtreeFstyleCastExpr (Encoding &, Ptree *, Ptree *) | |
PtreeFstyleCastExpr (char *, Ptree *, Ptree *) | |
int | What () |
char * | GetEncodedType () |
void | Print (ostream &, int, int) |
Ptree * | Translate (Walker *) |
void | Typeof (Walker *, TypeInfo &) |
Private Attributes | |
char * | type |
|
Definition at line 627 of file ptree.cc. References Encoding::Get(), and type. |
|
Definition at line 633 of file ptree.cc. References type. |
|
Reimplemented from Ptree. Definition at line 644 of file ptree.cc. References type. |
|
Reimplemented from NonLeaf. Definition at line 649 of file ptree.cc. References NonLeaf::Print(), and NonLeaf::PrintWithEncodeds(). |
|
Reimplemented from Ptree. Definition at line 657 of file ptree.cc. References Walker::TranslateFstyleCast(). |
|
Reimplemented from Ptree. Definition at line 662 of file ptree.cc. References Walker::TypeofFstyleCast(). |
|
Reimplemented from Ptree. Definition at line 639 of file ptree.cc. References ntFstyleCast. |
|
Definition at line 275 of file ptree.h. Referenced by GetEncodedType(), and PtreeFstyleCastExpr(). |