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

#include <mycc/ast/rules.hh>

Inheritance diagram for mycc::ast::postfix_expression:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

Representation of a postfix_expression in the AST.

Definition at line 202 of file rules.hh.

Public Member Functions

 ~postfix_expression ()
 postfix_expression ()
const char * text () const

Public Attributes

 VISITABLE


Constructor & Destructor Documentation

mycc::ast::postfix_expression::~postfix_expression  ) 
 

Destructor.

Definition at line 62 of file rules.cc.

mycc::ast::postfix_expression::postfix_expression  ) 
 

Constructor.

Definition at line 64 of file rules.cc.


Member Function Documentation

const char * mycc::ast::postfix_expression::text  )  const [virtual]
 

Return textual representation of postfix_expression.

Implements mycc::ast::base.

Definition at line 67 of file rules.cc.


Member Data Documentation

mycc::ast::postfix_expression::VISITABLE
 

Reimplemented from mycc::ast::rule.

Reimplemented in mycc::ast::postfix_expression_brack, mycc::ast::postfix_expression_paren, mycc::ast::postfix_expression_access, mycc::ast::postfix_expression_ptraccess, mycc::ast::postfix_expression_inc, and mycc::ast::postfix_expression_dec.

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