Re: get the class object in the byte-code and more....

2006-07-07 Thread Andrea
Dave Brosius apache.org> writes: > > Often times questions like, "How i do this?" can be most easily answered by > BCELifier, a tool bundled with the distribution that given a java class, > writes a BCEL program to generate that class. > Thansk for the suggestion, but using BCELified din't hel

Re: get the class object in the byte-code and more....

2006-07-05 Thread Dave Brosius
Sent: Wednesday, July 05, 2006 5:30 PM Subject: get the class object in the byte-code and more Hi to everyone. I'm using BCEL from some days for my thesis so I've still a lot of things to learn about bytecode instrumentation. I want to ask you two things: 1) How can I crea

get the class object in the byte-code and more....

2006-07-05 Thread Andrea
Hi to everyone. I'm using BCEL from some days for my thesis so I've still a lot of things to learn about bytecode instrumentation. I want to ask you two things: 1) How can I create in the bytecode I'm producing, an instruction corresponding to the statement Classname.class? I imagine that if I use