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

#include <mycc/ast/rules.hh>

Inheritance diagram for mycc::ast::unary_expression_sizeof:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

Representation of a unary_expression_sizeof in the AST.

Definition at line 449 of file rules.hh.

Public Member Functions

 ~unary_expression_sizeof ()
 unary_expression_sizeof (kw_sizeof *s, unary_expression *u)

Public Attributes

 VISITABLE
kw_sizeof_sizeof
unary_expression_unary_expression


Constructor & Destructor Documentation

mycc::ast::unary_expression_sizeof::~unary_expression_sizeof  ) 
 

Destructor.

Definition at line 240 of file rules.cc.

References _sizeof, and _unary_expression.

mycc::ast::unary_expression_sizeof::unary_expression_sizeof kw_sizeof s,
unary_expression u
 

Constructor.

Definition at line 246 of file rules.cc.


Member Data Documentation

kw_sizeof* mycc::ast::unary_expression_sizeof::_sizeof
 

Definition at line 452 of file rules.hh.

Referenced by ~unary_expression_sizeof().

unary_expression* mycc::ast::unary_expression_sizeof::_unary_expression
 

Definition at line 453 of file rules.hh.

Referenced by ~unary_expression_sizeof().

mycc::ast::unary_expression_sizeof::VISITABLE
 

Reimplemented from mycc::ast::unary_expression.

Definition at line 451 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:37:19 2003
Created by DoxyGen 1.3.4