Community
Participate
Working Groups
CTypedef and CStructure classes don't contain the toString method, so when I try to use println to print them to the console it uses the toString method from Object class. I propose implementing a toString method like the one found in several classes that implements IType interface, like CVariable, CPointerType, CLabel.
Created attachment 208182 [details] patch to implement the proposed toString methods
I've added toString methods to CTypedef and CStructure, CVariable, CLabel, CPPLabel. Some of them may be different from the patch in attachment 208182 [details].