Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

tplconstantnormalizer.h

Go to the documentation of this file.
00001 #ifndef _TPLCONSTANTNORMALIZER_H_
00002 #define _TPLCONSTANTNORMALIZER_H_
00003 
00004 #include "streenode.h"
00005 
00007 class TPLConstantNormalizer : public Node::Transformer{
00008  public:
00009   virtual Node* transform(Node *node) const;
00010 };
00011 
00012 #endif

Generated on Fri Nov 21 17:54:04 2003 for PHPX by doxygen 1.3.3