Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Platforms 2017-05-08
Description
Today, IDL parsers does not allow easy customization of the parse() function since it is a static method. To fix, this the parsing logic should be moved to a protected parse method to allow derived classes to write to add custom logic after parse is complete in their own public parse static method.