#include <ptree.h>
Inheritance diagram for Leaf:


Public Methods | |
| Leaf (char *, int) | |
| Leaf (Token &) | |
| bool | IsLeaf () |
| void | Print (ostream &, int, int) |
| int | Write (ostream &, int) |
| void | WritePS (ProgramString &) |
|
||||||||||||
|
Definition at line 24 of file ptree.cc. References Ptree::data. |
|
|
Definition at line 30 of file ptree.cc. References Ptree::data, Token::len, and Token::ptr. |
|
|
Implements Ptree. Definition at line 36 of file ptree.cc. References TRUE. Referenced by Translate_visitor::visit_leaf(). |
|
||||||||||||||||
|
Implements Ptree. Reimplemented in DupLeaf. Definition at line 41 of file ptree.cc. References Ptree::data. |
|
||||||||||||
|
Implements Ptree. Definition at line 65 of file ptree.cc. References Ptree::data, and Ptree::PrintIndent(). |
|
|
Implements Ptree. Definition at line 83 of file ptree.cc. References Ptree::data. |
1.2.15