#include <docparser.h>
Inheritance diagram for DocSecRefList:
Public Member Functions | |
DocSecRefList (DocNode *parent) | |
void | parse () |
Kind | kind () const |
DocNode * | parent () const |
void | accept (DocVisitor *v) |
Definition at line 847 of file docparser.h.
DocSecRefList::DocSecRefList | ( | DocNode * | parent | ) | [inline] |
Definition at line 850 of file docparser.h.
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.
v | Abstract visitor. |
Implements DocNode.
Definition at line 854 of file docparser.h.
References CompAccept< T >::accept().