amath  1.8.5
Simple command line calculator
StatementBlockElement Struct Reference

Used to create a linked list of statements. More...

#include <nodes.h>

Collaboration diagram for StatementBlockElement:

Public Attributes

SyntaxNodestatement
 
StatementBlockElementnext
 

Detailed Description

Used to create a linked list of statements.

Definition at line 174 of file nodes.h.

Member Data Documentation

◆ next

StatementBlockElement* StatementBlockElement::next

◆ statement

SyntaxNode* StatementBlockElement::statement

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