class REP_CODE_EXEC


Flattened version is here



Public


Readable Attributes
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;
****

Writable Attributes
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;
****

Features
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

The Sather Home Page