Inferno
0.2
|
Declaration of a label for switch, goto etc. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < LabelIdentifier > | identifier |
a handle for the label to be referenced elewhere |
Declaration of a label for switch, goto etc.
This node represents a label such as mylabel: It serves to declare the label; the identifier should be used for references.
Definition at line 419 of file cpptree.hpp.
a handle for the label to be referenced elewhere
Definition at line 424 of file cpptree.hpp.