DocSecRefList Class Reference

Node representing a list of section references. More...

#include <docparser.h>

Inheritance diagram for DocSecRefList:

CompAccept< DocSecRefList > DocNode List of all members.

Public Member Functions

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

Detailed Description

Node representing a list of section references.

Definition at line 847 of file docparser.h.


Constructor & Destructor Documentation

DocSecRefList::DocSecRefList ( DocNode parent  )  [inline]

Definition at line 850 of file docparser.h.


Member Function Documentation

void DocSecRefList::parse (  ) 

Definition at line 1942 of file docparser.cpp.

References CMD_ENDSECREFLIST, CMD_SECREFITEM, Mappers::cmdMapper, DBG, doctokenizerYYlex(), doctokenizerYYlineno, g_token, CompAccept< DocSecRefList >::m_children, TokenInfo::name, DocSecRefItem::parse(), TK_COMMAND, TK_LNKWORD, TK_NEWPARA, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().

Referenced by DocPara::handleCommand().

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

Returns the kind of node. Provides runtime type information

Implements DocNode.

Definition at line 852 of file docparser.h.

References DocNode::Kind_SecRefList.

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

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

Implements DocNode.

Definition at line 853 of file docparser.h.

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

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

Parameters:
v Abstract visitor.

Implements DocNode.

Definition at line 854 of file docparser.h.

References CompAccept< T >::accept().


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



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