Diff for /parser3/src/include/pa_request.h between versions 1.202 and 1.205

version 1.202, 2010/08/01 14:49:33 version 1.205, 2010/09/04 23:33:21
Line 240  public: Line 240  public:
                 int line_no_offset=0);                  int line_no_offset=0);
   
         /// processes any code-junction there may be inside of @a value          /// processes any code-junction there may be inside of @a value
           StringOrValue process_getter(Junction& junction); // execute.C
         StringOrValue process(Value& input_value, bool intercept_string=true); // execute.C          StringOrValue process(Value& input_value, bool intercept_string=true); // execute.C
         void process_write(Value& input_value); // execute.C          void process_write(Value& input_value); // execute.C
         //@{ convinient helpers          //@{ convinient helpers
Line 364  public: // status read methods Line 365  public: // status read methods
         }          }
         */          */
   
           /// public for ^reflection:copy[]
           void put_element(Value& ncontext, const String& name, Value* value);
   
         /// for @main[]          /// for @main[]
         const String* execute_virtual_method(Value& aself, const String& method_name);          const String* execute_virtual_method(Value& aself, const String& method_name);
   
         /// for @postprocess[body]          /// executes parser method, use op_call(frame) to execute native method
         StringOrValue execute_method(VMethodFrame& amethodFrame, const Method& method);          void execute_method(VMethodFrame& aframe);
   
         //{ for @conf[filespec] and @auto[filespec] and parser://method/call          //{ for @conf[filespec] and @auto[filespec] and parser://method/call
         const String* execute_method(Value& aself,           const String* execute_method(Value& aself, 
                 const Method& method, Value* optional_param,                  const Method& method, Value* optional_param,
Line 414  private: // compile.C Line 419  private: // compile.C
   
 private: // execute.C  private: // execute.C
   
         void put_element(Value& ncontext, const String& name, Value* value);  
         Value& get_element(Value& ncontext, const String& name);          Value& get_element(Value& ncontext, const String& name);
   
 private: // defaults  private: // defaults

Removed from v.1.202  
changed lines
  Added in v.1.205


E-mail: