Diff for /parser3/src/include/pa_request.h between versions 1.224 and 1.225

version 1.224, 2016/07/20 16:36:48 version 1.225, 2016/07/20 17:01:48
Line 198  public: Line 198  public:
         void execute(ArrayOperation& ops); // execute.C          void execute(ArrayOperation& ops); // execute.C
         void op_call(VMethodFrame &frame);          void op_call(VMethodFrame &frame);
         void op_call_write(VMethodFrame &frame);          void op_call_write(VMethodFrame &frame);
         Value& construct(Value &class_value, const Method &method);          Value& construct(VStateless_class &class_value, const Method &method);
   
         /// execute ops with anti-recoursion check          /// execute ops with anti-recoursion check
         void recoursion_checked_execute(/*const String& name, */ArrayOperation& ops) {          void recoursion_checked_execute(/*const String& name, */ArrayOperation& ops) {

Removed from v.1.224  
changed lines
  Added in v.1.225


E-mail: