AutoTools::CommentAST Class Reference
#include <autotoolsast.h>
Inheritance diagram for AutoTools::CommentAST:

Public Member Functions | |
virtual void | writeBack (TQString &buffer) |
![]() | |
AST (NodeType nodeType) | |
virtual void | addChildAST (AST *node) |
virtual NodeType | nodeType () const |
void | setDepth (int depth) |
int | depth () const |
virtual TQString | indentation () |
bool | hasChildren () const |
TQValueList< AST * > | children () const |
Public Attributes | |
TQString | comment |
Additional Inherited Members | |
![]() | |
enum | NodeType { ProjectAST, AssignmentAST, TargetAST, MakefileConditionalAST, NewLineAST, CommentAST } |
![]() | |
NodeType | m_nodeType |
TQValueList< AST * > | m_children |
Detailed Description
Member Function Documentation
◆ writeBack()
|
virtual |
Writes information stored in the AST into the buffer
.
This is a default implementation which iterates over child nodes and calls writeBack for each child node.
Reimplemented from AutoTools::AST.
Definition at line 110 of file autotoolsast.cpp.
Member Data Documentation
◆ comment
TQString AutoTools::CommentAST::comment |
Comment text.
Definition at line 261 of file autotoolsast.h.
The documentation for this class was generated from the following files: