swiftlang / swift-java

Apache License 2.0
724 stars 27 forks source link

Use getDeclaredMethods() so we can see non-public methods of classes #110

Closed DougGregor closed 3 weeks ago

DougGregor commented 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.

DougGregor commented 3 weeks ago

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.