Inferno  0.2
CPPTree::Goto Struct Reference

A goto statement. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Expression
destination
 where to go to, expresison allowed

Detailed Description

A goto statement.

inferno tree supports goto-a-variable because it is expected to be useful during sequential lowering (state-out). Therefore we do not directly require LabelIdentifier, but the Expression must evaluate to one. No * or && needed.

Definition at line 840 of file cpptree.hpp.


Member Data Documentation

where to go to, expresison allowed

Definition at line 845 of file cpptree.hpp.


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