DocLineBreak Class Reference

Node representing a line break. More...

#include <docparser.h>

Inheritance diagram for DocLineBreak:

DocNode List of all members.

Public Member Functions

 DocLineBreak (DocNode *parent)
Kind kind () const
DocNodeparent () const
void accept (DocVisitor *v)

Detailed Description

Node representing a line break.

Definition at line 249 of file docparser.h.


Constructor & Destructor Documentation

DocLineBreak::DocLineBreak ( DocNode parent  )  [inline]

Definition at line 252 of file docparser.h.


Member Function Documentation

Kind DocLineBreak::kind (  )  const [inline, virtual]

Returns the kind of node. Provides runtime type information

Implements DocNode.

Definition at line 254 of file docparser.h.

References DocNode::Kind_LineBreak.

DocNode* DocLineBreak::parent (  )  const [inline, virtual]

Returns the parent of this node or 0 for the root node.

Implements DocNode.

Definition at line 255 of file docparser.h.

void DocLineBreak::accept ( DocVisitor v  )  [inline, virtual]

Acceptor function for node visitors. Part of the visitor pattern.

Parameters:
v Abstract visitor.

Implements DocNode.

Definition at line 256 of file docparser.h.

References DocVisitor::visit().


The documentation for this class was generated from the following file:



Generated on Mon Mar 31 10:58:58 2008 by  doxygen 1.5.1