Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

LaSpec Class Reference

#include <la_spec.hh>

Inheritance diagram for LaSpec:

Inheritance graph
[legend]
Collaboration diagram for LaSpec:

Collaboration graph
[legend]
List of all members.

Public Methods

 LaSpec (int fixedLa_, EbnfNode *synLa_, const string &semLa_, const Position &pos)
virtual LaSpec* clone ()=0

Public Attributes

int fixedLa
EbnfNodesynLa
CodeChunk semLa

Detailed Description

This struct holds data about a local lookahead hint.

Definition at line 64 of file la_spec.hh.


Constructor & Destructor Documentation

LaSpec::LaSpec ( int fixedLa_,
EbnfNode * synLa_,
const string & semLa_,
const Position & pos ) [inline]
 

Definition at line 68 of file la_spec.hh.


Member Function Documentation

LaSpec * LaSpec::clone ( ) [pure virtual]
 

In-depth copying.

Reimplemented in NumberedLaSpec.


Member Data Documentation

int LaSpec::fixedLa
 

The fixed lookahead.

Definition at line 76 of file la_spec.hh.

EbnfNode * LaSpec::synLa
 

The syntactic lookahead.

Definition at line 81 of file la_spec.hh.

CodeChunk LaSpec::semLa
 

The semantic lookahead: a string that contains the boolean expression given as semantic lookahead argument, without the enclosing braces.

Definition at line 87 of file la_spec.hh.


The documentation for this class was generated from the following file:
Generated at Tue Jul 9 21:07:33 2002 for CppCC by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001