Fetching IF operands

"roopa kannan" <[email protected]> Wed, 22 Feb 2006 19:52:45 -0500
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <[email protected]>
Hi,

I have this requirement of fetching the operands of the IfInstruction from
the class file,
I am looking for help on how to proceed to fetch the operand values of
IfInstructions
I could find how many operands the IfInstruction consumes
using the consumestack method
but i want to find the actual operands
can anyone guide me how to proceed

Thankyou very much