1 #ifndef _XI_BLOCKCONSTRUCT_H
2 #define _XI_BLOCKCONSTRUCT_H
5 #include "xi-SdagConstruct.h"
10 class BlockConstruct
: public SdagConstruct
{
12 BlockConstruct(EToken t
, XStr
* txt
, SdagConstruct
* c1
, SdagConstruct
* c2
,
13 SdagConstruct
* c3
, SdagConstruct
* c4
, SdagConstruct
* constructAppend
,
15 void propagateState(std::list
<EncapState
*> encap
, std::list
<CStateVar
*>& plist
,
16 std::list
<CStateVar
*>& wlist
, int uniqueVarNum
);
21 #endif // ifndef _XI_BLOCKCONSTRUCT_H