| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

my_do_not Struct Reference

Inheritance diagram for my_do_not:
[legend]
Collaboration diagram for my_do_not:
[legend]
List of all members.

Public Member Functions

 my_do_not (ParserStore &rp)
void operator() (char const *a, char const *b) const

Public Attributes

ParserStorem_store

Detailed Description

Definition at line 284 of file CreateRules.cc.


Constructor & Destructor Documentation

my_do_not::my_do_not ( ParserStore rp  )  [inline]

Definition at line 286 of file CreateRules.cc.

00286 : mySemantic(rp) {};


Member Function Documentation

void my_do_not::operator() ( char const *  a,
char const *  b 
) const [inline]

Definition at line 287 of file CreateRules.cc.

00287                                                      {
00288     assert(m_store.mStackRules.size()>=1);
00289     Rule* rule1 = m_store.mStackRules.top();
00290     m_store.mStackRules.pop();
00291 
00292     Rule* outRule = new NotRule(string(a,b),rule1);
00293     //cout << "STACK not-rule composed of " << rule1->name() << std::endl;
00294 
00295     m_store.mStackRules.push(outRule);
00296   }    


Member Data Documentation

ParserStore& mySemantic::m_store [inherited]

Definition at line 82 of file CreateRules.cc.


The documentation for this struct was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:09:15 2011 for RuleParser by doxygen 1.4.7