Inferno
0.2
|
A sequence of statements in a scope that shall execute in sequence. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS Sequence < Statement > | statements |
Can contain local declarations and code. |
A sequence of statements in a scope that shall execute in sequence.
Note that local declarations can go in the members of the Scope or in the statements (since Declaration derives from Statement). There is a sequence point between each statement.
Definition at line 803 of file cpptree.hpp.
Can contain local declarations and code.
Definition at line 807 of file cpptree.hpp.