Other |
---|
5.0 tigerFixed |
Relates :
|
|
Relates :
|
|
Relates :
|
When javac generates synthetic names, it should draw them from the set of identifiers that users can't use. In 1.5, the VM spec allows the use of most unicode characters in identifiers, even though those characters aren't accepted in Java programs. For example, instead of using names like this$0 and val$xyzzy, we could name the synthetics this#0 and val#xyzzy.
|