Menu

#6 Support bytecode naming schema for member types

open
5
2012-10-08
2008-11-12
No

I suggest a method Type.getBytecodeName(), which will yield the name of the bytecode type. E.g., for a member type B in
class A { class B {}}
the bytecode name would be A$B
Anonymous classes would get names like A$1 etc.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.