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.