--- parser3/src/include/Attic/code.h 2001/03/08 09:31:42 1.15 +++ parser3/src/include/Attic/code.h 2001/03/08 10:07:09 1.16 @@ -1,5 +1,5 @@ /* - $Id: code.h,v 1.15 2001/03/08 09:31:42 paf Exp $ + $Id: code.h,v 1.16 2001/03/08 10:07:09 paf Exp $ */ #ifndef CODE_H @@ -10,10 +10,11 @@ enum OPCODE { // literals - OP_VALUE, OP_CODE__STORE_PARAM, OP_CLASS, + OP_VALUE, OP_CODE__STORE_PARAM, // actions OP_WITH_SELF, OP_WITH_ROOT, OP_WITH_READ, OP_WITH_WRITE, + OP_GET_CLASS, OP_CONSTRUCT, OP_WRITE, OP_GET_ELEMENT, OP_GET_ELEMENT__WRITE,