#include <ptree.h>
Inheritance diagram for PtreeDeclarator:
Public Methods | |
PtreeDeclarator (Ptree *, Encoding &, Encoding &, Ptree *) | |
PtreeDeclarator (Encoding &, Encoding &, Ptree *) | |
PtreeDeclarator (Ptree *, Ptree *, Encoding &, Encoding &, Ptree *) | |
PtreeDeclarator (Ptree *, Encoding &) | |
PtreeDeclarator (Encoding &) | |
PtreeDeclarator (PtreeDeclarator *, Ptree *, Ptree *) | |
int | What () |
char * | GetEncodedType () |
char * | GetEncodedName () |
Ptree * | Name () |
void | Print (ostream &, int, int) |
Ptree * | GetComments () |
void | SetComments (Ptree *c) |
Private Attributes | |
char * | type |
char * | name |
Ptree * | declared_name |
Ptree * | comments |
|
Definition at line 509 of file ptree.cc. References comments, declared_name, Encoding::Get(), name, nil, and type. |
|
Definition at line 519 of file ptree.cc. References comments, declared_name, Encoding::Get(), name, nil, and type. |
|
Definition at line 528 of file ptree.cc. References comments, declared_name, Encoding::Get(), name, nil, and type. |
|
Definition at line 538 of file ptree.cc. References comments, declared_name, name, nil, and type. |
|
Definition at line 547 of file ptree.cc. References comments, declared_name, name, nil, and type. |
|
Definition at line 556 of file ptree.cc. References comments, declared_name, name, nil, and type. |
|
Definition at line 241 of file ptree.h. References comments. |
|
Reimplemented from Ptree. Definition at line 575 of file ptree.cc. References name. |
|
Reimplemented from Ptree. Definition at line 570 of file ptree.cc. References type. Referenced by Walker::FillArgumentName(). |
|
Definition at line 238 of file ptree.h. References declared_name. Referenced by Walker::FillArgumentName(), ClassWalker::MakeMemberDeclarator(), ClassWalker::TranslateAssignInitializer(), and ClassWalker::TranslateInitializeArgs(). |
|
Reimplemented from NonLeaf. Definition at line 580 of file ptree.cc. References NonLeaf::Print(), and NonLeaf::PrintWithEncodeds(). |
|
Definition at line 242 of file ptree.h. References comments. |
|
Reimplemented from Ptree. Definition at line 565 of file ptree.cc. References ntDeclarator. |
|
Definition at line 248 of file ptree.h. Referenced by GetComments(), PtreeDeclarator(), and SetComments(). |
|
Definition at line 247 of file ptree.h. Referenced by Name(), and PtreeDeclarator(). |
|
Definition at line 246 of file ptree.h. Referenced by GetEncodedName(), and PtreeDeclarator(). |
|
Definition at line 245 of file ptree.h. Referenced by GetEncodedType(), and PtreeDeclarator(). |