class REP_CODE_EXEC |
---|
attr Dir:BOOL; |
---|
attr RepCount:CARD; |
---|
**** | #of finded representation |
attr rep_tbl2:REP_TABLE{REP_STACK,ARRAY{CARD}}; |
---|
attr rep_tbl:REP_TABLE{REP_STACK,ARRAY{CARD}}; |
---|
attr stack:REP_STACK; |
---|
**** |
attr Dir:BOOL; |
---|
attr RepCount:CARD; |
---|
**** | #of finded representation |
attr rep_tbl:REP_TABLE{REP_STACK,ARRAY{CARD}}; |
---|
attr rep_tbl2:REP_TABLE{REP_STACK,ARRAY{CARD}}; |
---|
attr stack:REP_STACK; |
---|
**** |
InitCodeExec(n:CARD) |
---|
SetRep |
---|
WriteRepLog(TCode:TCODE,eff:BOOL) |
---|
**** | if true then write the result, else write the state of manual set. |
create(TCode:TCODE,n:CARD):SAME |
---|
create:SAME |
---|