Polaris: ParserContext Struct Reference

ParserContext Struct Reference

ParserContext is a struture which contains the context of a directive and is passed through most rules. More...

#include <ParserContext.h>

List of all members.

Public Member Functions

 ParserContext (ProgramUnit &pgm_unit, Statement *s_prev_ref, Statement *s_next_ref)

Public Attributes

ProgramUnitpgm
Statements_prev
Statements_next


Detailed Description

ParserContext is a struture which contains the context of a directive and is passed through most rules.

Definition at line 16 of file ParserContext.h.


Constructor & Destructor Documentation

ParserContext::ParserContext ProgramUnit pgm_unit,
Statement s_prev_ref,
Statement s_next_ref
[inline]
 

Definition at line 27 of file ParserContext.h.


Member Data Documentation

ProgramUnit& ParserContext::pgm
 

Definition at line 17 of file ParserContext.h.

Statement& ParserContext::s_prev
 

Definition at line 18 of file ParserContext.h.

Statement& ParserContext::s_next
 

Definition at line 19 of file ParserContext.h.

Referenced by force_parallel().


The documentation for this struct was generated from the following file:
 © 1995-2005 University of Illinois, Urbana-Champaign. All rights reserved.  Fri Mar 25 23:07:52 2005