Add fields to store information about method's return data type.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-03-13 09:43:27 +01:00
parent cc4a9aa063
commit f71e60f641
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 2 additions and 0 deletions

View File

@ -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