Inferno
0.2
|
A goto statement. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < Expression > | destination |
where to go to, expresison allowed |
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.
where to go to, expresison allowed
Definition at line 845 of file cpptree.hpp.