amath
1.8.5
Simple command line calculator
|
Used to create a linked list of statements. More...
#include <nodes.h>
Public Attributes | |
SyntaxNode * | statement |
StatementBlockElement * | next |
StatementBlockElement* StatementBlockElement::next |
Definition at line 177 of file nodes.h.
Referenced by StatementBlockNode::Add(), StatementBlockNode::Execute(), and StatementBlockNode::~StatementBlockNode().
SyntaxNode* StatementBlockElement::statement |
Definition at line 176 of file nodes.h.
Referenced by StatementBlockNode::Add(), StatementBlockNode::Execute(), and StatementBlockNode::~StatementBlockNode().