Inferno  0.2
CPPTree::Label Struct Reference

Declaration of a label for switch, goto etc. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< LabelIdentifier
identifier
 a handle for the label to be referenced elewhere

Detailed Description

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.


Member Data Documentation

a handle for the label to be referenced elewhere

Definition at line 424 of file cpptree.hpp.


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