#include <Parse_Node.h>
Inheritance diagram for ACE_Parse_Node:


Public Methods | |
| ACE_Parse_Node (void) | |
| ACE_EXPLICIT | ACE_Parse_Node (const ACE_TCHAR *name) |
| virtual | ~ACE_Parse_Node (void) |
| ACE_Parse_Node * | link (void) const |
| void | link (ACE_Parse_Node *) |
| virtual void | apply (int &yyerrno)=0 |
| const ACE_TCHAR * | name (void) const |
| void | print (void) const |
| void | dump (void) const |
| Dump the state of an object. More... | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
Private Attributes | |
| const ACE_TCHAR * | name_ |
| ACE_Parse_Node * | next_ |
Definition at line 43 of file Parse_Node.h.
|
|
Definition at line 105 of file Parse_Node.cpp. References ACE_TRACE.
|
|
|
Definition at line 113 of file Parse_Node.cpp. References ACE_TCHAR, and ACE_TRACE.
00114 : name_ (ACE::strnew (nm)), 00115 next_ (0) 00116 { 00117 ACE_TRACE ("ACE_Parse_Node::ACE_Parse_Node"); 00118 } |
|
|
Definition at line 134 of file Parse_Node.cpp. References ACE_TCHAR, ACE_TRACE, and next_.
|
|
|
Implemented in ACE_Suspend_Node. Referenced by ace_yyparse. |
|
|
Dump the state of an object.
Reimplemented in ACE_Suspend_Node. Definition at line 51 of file Parse_Node.cpp. References ACE_TRACE.
00052 {
00053 ACE_TRACE ("ACE_Parse_Node::dump");
00054 }
|
|
|
Definition at line 71 of file Parse_Node.cpp. References ACE_TRACE, and next_.
|
|
|
Definition at line 64 of file Parse_Node.cpp. References ACE_TRACE, and next_. Referenced by ace_yyparse.
|
|
|
Definition at line 57 of file Parse_Node.cpp. References ACE_TRACE, and name_. Referenced by ace_get_module, ace_yyparse, and ACE_Static_Node::record.
|
|
|
Definition at line 121 of file Parse_Node.cpp. References ACE_DEBUG, ACE_LIB_TEXT, ACE_TRACE, LM_DEBUG, and next_.
|
|
|
Declare the dynamic allocation hooks.
Reimplemented in ACE_Suspend_Node. Definition at line 61 of file Parse_Node.h. |
|
|
Definition at line 64 of file Parse_Node.h. Referenced by name. |
|
|
Definition at line 65 of file Parse_Node.h. Referenced by link, print, and ~ACE_Parse_Node. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002