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

#include <mycc/ast/rules.hh>

Inheritance diagram for mycc::ast::postfix_expression_access:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

Representation of a postfix_expression_access in the AST.

Definition at line 273 of file rules.hh.

Public Member Functions

 ~postfix_expression_access ()
 postfix_expression_access (postfix_expression *p, period *d, identifier *i)

Public Attributes

 VISITABLE
postfix_expression_postfix_expression
period_period
identifier_identifier


Constructor & Destructor Documentation

mycc::ast::postfix_expression_access::~postfix_expression_access  ) 
 

Destructor.

Definition at line 120 of file rules.cc.

References _identifier, _period, and _postfix_expression.

mycc::ast::postfix_expression_access::postfix_expression_access postfix_expression p,
period d,
identifier i
 

Constructor.

Definition at line 126 of file rules.cc.


Member Data Documentation

identifier* mycc::ast::postfix_expression_access::_identifier
 

Definition at line 278 of file rules.hh.

Referenced by ~postfix_expression_access().

period* mycc::ast::postfix_expression_access::_period
 

Definition at line 277 of file rules.hh.

Referenced by ~postfix_expression_access().

postfix_expression* mycc::ast::postfix_expression_access::_postfix_expression
 

Definition at line 276 of file rules.hh.

Referenced by ~postfix_expression_access().

mycc::ast::postfix_expression_access::VISITABLE
 

Reimplemented from mycc::ast::postfix_expression.

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