You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-user@jakarta.apache.org by Eric Chow <er...@gmail.com> on 2005/03/01 05:04:39 UTC

Hot to list variables ?

Hello,

I am a beginner in BCEL, would you please to teach me how can I list
all the constant variables and its coressponding value in the
following format:


constant=value


Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-user-help@jakarta.apache.org


Re: Hot to list variables ?

Posted by Kees Jan Koster <kj...@kjkoster.org>.
Dear Eric,

>
> I am a beginner in BCEL, would you please to teach me how can I list
> all the constant variables and its coressponding value in the
> following format:
>
> constant=value

Is that something you need BCEL for? I am sure you can do this using 
simple reflection in any old Java program.

Kees Jan


---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-user-help@jakarta.apache.org