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

#include <mycc/ast/rules.hh>

Inheritance diagram for mycc::ast::primary_expression_iden:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

Representation of a primary_expression in the AST.

Definition at line 126 of file rules.hh.

Public Member Functions

 ~primary_expression_iden ()
 primary_expression_iden (identifier *i)

Public Attributes

 VISITABLE
identifier_identifier


Constructor & Destructor Documentation

mycc::ast::primary_expression_iden::~primary_expression_iden  ) 
 

Destructor.

Definition at line 21 of file rules.cc.

References _identifier.

mycc::ast::primary_expression_iden::primary_expression_iden identifier i  ) 
 

Constructor.

Definition at line 25 of file rules.cc.


Member Data Documentation

identifier* mycc::ast::primary_expression_iden::_identifier
 

Definition at line 129 of file rules.hh.

Referenced by ~primary_expression_iden().

mycc::ast::primary_expression_iden::VISITABLE
 

Reimplemented from mycc::ast::primary_expression.

Definition at line 128 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:53 2003
Created by DoxyGen 1.3.4