#include <ptree-core.h>
Collaboration diagram for PtreeArray:
Public Methods | |
PtreeArray (int=8) | |
uint | Number () |
Ptree *& | operator[] (uint index) |
Ptree *& | Ref (uint index) |
void | Append (Ptree *) |
void | Clear () |
Ptree * | All () |
Private Attributes | |
uint | num |
uint | size |
Ptree ** | array |
Ptree * | default_buf [8] |
|
Definition at line 815 of file ptree-core.cc. References array, default_buf, num, and size. |
|
Definition at line 850 of file ptree-core.cc. References Ptree::Cons(), nil, Number(), Ref(), and sint. Referenced by Source::dump(), ClassWalker::GetAppendedPtree(), ClassWalker::GetInsertedPtree(), Ptree::ReplaceAll(), Source::translate(), Walker::TranslateArguments(), Walker::TranslateBlock(), ClassWalker::TranslateBlock(), Walker::TranslateBrace(), Walker::TranslateClassBody(), ClassBodyWalker::TranslateClassBody(), Walker::TranslateDeclarators(), ClassWalker::TranslateFunctionBody(), and Walker::TranslateTry(). |
|
|
Definition at line 205 of file ptree-core.h. Referenced by ClassWalker::GetAppendedPtree(), ClassWalker::GetInsertedPtree(), Member::GetUserArgumentModifiers(), ClassWalker::TranslateBlock(), and ClassWalker::TranslateFunctionBody(). |
|
Definition at line 201 of file ptree-core.h. References uint. Referenced by All(), ClassWalker::GetAppendedPtree(), ClassWalker::GetInsertedPtree(), Environment::LookupClasskeyword(), Environment::LookupMetaclass(), ClassWalker::RecordMembers(), ClassWalker::TranslateBlock(), ClassWalker::TranslateFunctionBody(), and ClassBodyWalker::TranslateTypespecifier(). |
|
Definition at line 202 of file ptree-core.h. References uint. |
|
Definition at line 840 of file ptree-core.cc. References array, MopErrorMessage(), num, and uint. Referenced by All(), Environment::LookupClasskeyword(), and ClassBodyWalker::TranslateTypespecifier(). |
|
Definition at line 210 of file ptree-core.h. Referenced by Append(), PtreeArray(), and Ref(). |
|
Definition at line 211 of file ptree-core.h. Referenced by PtreeArray(). |
|
Definition at line 209 of file ptree-core.h. Referenced by Append(), PtreeArray(), and Ref(). |
|
Definition at line 209 of file ptree-core.h. Referenced by Append(), and PtreeArray(). |