New to BCEL
"Zeeshan PERVEZ" <[email protected]> Tue, 24 Jun 2008 10:50:43 +0500
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_12055_21910792.1214286643696
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi there,
I am new to BCEL and I am trying to edit the following class
public class BaseClass
{
public void method1()
{
int x = 6;
}
}
I want to add as integer variable (e.g. int sum ) in method1() ; which
stores the value of x *
I have gone through number of tutorials but all of them add
System.out.println(""); command to illustrate the working of BCEL, none of
them works with integer type variable.
I will be glad if some can give me the clue or code to solve the problem ...
Thanks In Advance
Zeeshan PERVEZ.
------=_Part_12055_21910792.1214286643696--