From f71e60f6414ec9acbb5e168490fc39961cd30319 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 13 Mar 2019 09:43:27 +0100 Subject: [PATCH] Add fields to store information about method's return data type. --- include/ph7int.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ph7int.h b/include/ph7int.h index fae3501..b44c4c0 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -1100,6 +1100,8 @@ struct ph7_class_method { sxi32 iFlags; /* Methods configuration */ sxi32 iCloneDepth; /* Clone depth [Only used by the magic method __clone ] */ sxu32 nLine; /* Line on which this method was defined */ + sxu32 nType; /* Return data type expected by this method */ + SyString sClass; /* Return class expected by this method */ }; /* * Each active object (class instance) is represented by an instance of