Re: Fetching If operands
"Dave Brosius" <[email protected]> Sat, 25 Feb 2006 14:51:47 -0500
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <002401c63a44$e9bd1cf0$6401a8c0@MeBigFatGuy> |
well, practically speaking you can only fetch constants that are on the stack, and/or the static types of those items. You can look for LDCs for instance before the if statements, and look at those values. ----- Original Message ----- From: "roopa kannan" <[email protected]> To: <[email protected]> Sent: Saturday, February 25, 2006 2:48 PM Subject: Fetching If operands Hi dbrosius, Thanks a lot for your reply, By fetching if operands I meant fetching operands of the IF instruction in the java source file not the class file, guess i worded it wrong. Basically i want to get the operands of the load instructions, so i can look up the local variable table for the name of the variable. Any help in this regard would be highly appreciated. Thank you very much Roopa