Closed DougGregor closed 3 weeks ago
When we are translating a class that was built as part of the Swift module, use getDeclaredMethods() so we also see non-public methods.
Part of issue #106.
I want to rework the class translator to get more information out of the getDeclaredXYZ methods, but I'll merge this now to nudge the needle forward a little bit first.
getDeclaredXYZ
When we are translating a class that was built as part of the Swift module, use getDeclaredMethods() so we also see non-public methods.
Part of issue #106.