Hello,

How can I get the value of a variable ??

For example:


public class test {
   public int a = 10;
   public long x = 1000;


   public void init() {
      int k = 1000;

      a = 2000;
   }
}


How can I get all the variable names and their corresponding values ?

a = 10
x = 1000
k = 1000
a = 2000;


Eric


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840561#3840561

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840561


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to