Inferno  0.2
CPPTree::SequentialScope Struct Reference

A sequence of statements in a scope that shall execute in sequence. More...

#include <cpptree.hpp>

Inheritance diagram for CPPTree::SequentialScope:
[legend]
Collaboration diagram for CPPTree::SequentialScope:
[legend]

List of all members.

Public Attributes

NODE_FUNCTIONS Sequence
< Statement
statements
 Can contain local declarations and code.

Detailed Description

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.


Member Data Documentation

Can contain local declarations and code.

Definition at line 807 of file cpptree.hpp.


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