Parser Class Reference

#include <Parser.h>

List of all members.

Public Member Functions

 Parser (istream &in, const Alphabet *a)
 ~Parser ()
void parse ()
char getWordTerminalSymbol () const
const list< int > & getWord () const

Private Attributes

WordFlexLexer * localFlexLexer
list< int > theWord
char theTS


Detailed Description

Definition at line 16 of file Parser.h.


Constructor & Destructor Documentation

Parser::Parser istream &  in,
const Alphabet a
 

Parser::~Parser  ) 
 


Member Function Documentation

const list<int>& Parser::getWord  )  const
 

char Parser::getWordTerminalSymbol  )  const
 

void Parser::parse  ) 
 


Member Data Documentation

class WordFlexLexer* Parser::localFlexLexer [private]
 

Definition at line 27 of file Parser.h.

char Parser::theTS [private]
 

Definition at line 29 of file Parser.h.

list<int> Parser::theWord [private]
 

Definition at line 28 of file Parser.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 27 22:47:16 2006 for CRyptography And Groups (CRAG) by  doxygen 1.4.4