Inferno  0.2
CPPTree::Statement Struct Reference

Represents a statement as found inside a function body. More...

#include <cpptree.hpp>

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

List of all members.


Detailed Description

Represents a statement as found inside a function body.

Basically anything that ends with a ; inside a function body, as well as labels (which we consider as statements in their own right).

Definition at line 44 of file cpptree.hpp.


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