mycc::ast::jump_statement_break Struct Reference
[Non-terminals (rules)]

#include <mycc/ast/rules.hh>

Inheritance diagram for mycc::ast::jump_statement_break:

Inheritance graph
[legend]
Collaboration diagram for mycc::ast::jump_statement_break:

Collaboration graph
[legend]
List of all members.

Detailed Description

Representation of a jump_statement in the AST.

Definition at line 2528 of file rules.hh.

Public Member Functions

 ~jump_statement_break ()
 jump_statement_break (kw_break *b, semicolon *s)

Public Attributes

 VISITABLE
kw_break_break


Constructor & Destructor Documentation

mycc::ast::jump_statement_break::~jump_statement_break  ) 
 

Destructor.

Definition at line 1905 of file rules.cc.

References _break.

mycc::ast::jump_statement_break::jump_statement_break kw_break b,
semicolon s
 

Constructor.

Definition at line 1909 of file rules.cc.


Member Data Documentation

kw_break* mycc::ast::jump_statement_break::_break
 

Definition at line 2531 of file rules.hh.

Referenced by ~jump_statement_break().

mycc::ast::jump_statement_break::VISITABLE
 

Reimplemented from mycc::ast::jump_statement.

Definition at line 2530 of file rules.hh.


The documentation for this struct was generated from the following files:
Top of page
Christian Holm (home page)
Last update Fri Dec 12 14:36:28 2003
Created by DoxyGen 1.3.4