Is there a way I can get the obfuscated name of a JAVA object's field
from within a JSNI method? I can get the actual value by using:

[instance-exp...@class-name::field-name

but what I want is just the @class-name::field-name as a string. The
compiler gives an error if I omit the instance expression.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to