Inferno  0.2
CPPTree::Breakable Struct Reference

Designate a statement that may be broken out of. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS TreePtr< Statementbody
 a break in here jumps to the end of here

Detailed Description

Designate a statement that may be broken out of.

A "break" statement jumps out of the innermost one of these and then execution commences immediately after this statement. We must specify a body here; the break statement will be within the body

Definition at line 862 of file cpptree.hpp.


Member Data Documentation

a break in here jumps to the end of here

Definition at line 865 of file cpptree.hpp.


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