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

class 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Sep 26 18:43:49 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1