class REP_CODE_EXEC


Flattened version is here



Public


Readable Attributes
attr Dir:BOOL;
attr RepCount:INT;
**** #of finded representation
attr rep_tbl2:REP_TABLE{REP_STACK,ARRAY{INT}};
attr rep_tbl:REP_TABLE{REP_STACK,ARRAY{INT}};
attr stack:REP_STACK;
****

Writable Attributes
attr Dir:BOOL;
attr RepCount:INT;
**** #of finded representation
attr rep_tbl:REP_TABLE{REP_STACK,ARRAY{INT}};
attr rep_tbl2:REP_TABLE{REP_STACK,ARRAY{INT}};
attr stack:REP_STACK;
****

Features
InitCodeExec(n:INT)
SetRep
WriteRepLog(TCode:TCODE,eff:BOOL)
**** if true then write the result, else write the state of manual set.
create(TCode:TCODE,n:INT):SAME
create:SAME

The Sather Home Page