00001 #ifndef _INTEXPR_H 00002 #define _INTEXPR_H 00003 00004 #include "xi-SdagConstruct.h" 00005 00006 namespace xi { 00007 00008 class IntExprConstruct : public SdagConstruct { 00009 public: 00010 explicit IntExprConstruct(const char* ccode); 00011 }; 00012 00013 } // namespace xi 00014 00015 #endif // ifndef _INTEXPR_H