Base class for parse nodes that can be linked into singly linked lists.
More...
#include <bond/compiler/parsenodes.h>
Base class for parse nodes that can be linked into singly linked lists.
◆ ~ListParseNode()
| virtual Bond::ListParseNode::~ListParseNode |
( |
| ) |
|
|
inlinevirtual |
◆ ListParseNode()
| Bond::ListParseNode::ListParseNode |
( |
| ) |
|
|
inlineprotected |
◆ GetNextNode() [1/2]
Returns the next node in the list.
◆ GetNextNode() [2/2]
Returns the next node in the list.
◆ SetNextNode()
Sets the next node in the list.
- Parameters
-
| next | Node to link after this node. |
The documentation for this class was generated from the following file:
- include/bond/compiler/parsenodes.h